|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
#include "../../catch2/catch.hpp"#include <vector>#include <Eigen/Dense>#include "../../../include/sigproc/psdFilter.hpp"#include "../../../include/sigproc/psdUtils.hpp"#include "../../../include/improc/eigenCube.hpp"#include "../../../include/math/randomT.hpp"#include "../../../include/math/vectorUtils.hpp"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]") | |
| SCENARIO | ( | "augmenting a 1 sided PSD" | , |
| "" | [sigproc::psdUtils] | ||
| ) |
Verify scaling and normalization of augment1SidedPSD
Definition at line 94 of file psdUtils_test.cpp.
References mx::sigproc::augment1SidedPSD(), mx::sigproc::augment1SidedPSDFreq(), mx::sigproc::normPSD(), and mx::sigproc::psdVar().
| 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 | ( | "creating a 1D frequency grid" | , |
| "" | [sigproc::psdUtils] | ||
| ) |
Verify creation of a 1D frequency grid
Definition at line 150 of file psdUtils_test.cpp.
References mx::sigproc::frequencyGrid().