mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
psdUtils_test.cpp File Reference

Go to the source code of this file.

Functions

 SCENARIO ("calculating variance from a 1D PSD", "[sigproc::psdUtils]")
 
 SCENARIO ("augmenting a 1 sided PSD", "[sigproc::psdUtils]")
 
 SCENARIO ("creating a 1D frequency grid", "[sigproc::psdUtils]")
 

Function Documentation

◆ SCENARIO() [1/3]

SCENARIO ( "augmenting a 1 sided PSD"  ,
""  [sigproc::psdUtils] 
)

Verify scaling and normalization of augment1SidedPSD

Definition at line 95 of file psdUtils_test.cpp.

References mx::sigproc::augment1SidedPSD(), mx::sigproc::augment1SidedPSDFreq(), mx::sigproc::normPSD(), and mx::sigproc::psdVar().

◆ SCENARIO() [2/3]

SCENARIO ( "calculating variance from a 1D PSD"  ,
""  [sigproc::psdUtils] 
)

Scenario: calculating variance from a 1D PSD

Verify calculations of psdVar1sided, psdVar2sided, and psdVar.

Definition at line 22 of file psdUtils_test.cpp.

References mx::sigproc::psdVar().

◆ SCENARIO() [3/3]

SCENARIO ( "creating a 1D frequency grid"  ,
""  [sigproc::psdUtils] 
)

Verify creation of a 1D frequency grid

Definition at line 151 of file psdUtils_test.cpp.

References mx::sigproc::frequencyGrid().