mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tools for calculating the variance of the mean of a PSD. More...
Tools for calculating the variance of the mean of a PSD.
Definition in file psdVarMean.hpp.
Go to the source code of this file.
Classes | |
struct | mx::sigproc::psdVarMeanParams< _realT > |
Parameters for calculating the variance of the mean from a numerical PSD. More... | |
struct | mx::sigproc::psdVarMean< paramsT > |
Calculate the variance of the mean for a process given its PSD. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename paramsT > | |
paramsT::realT | mx::sigproc::psdVarMeanFunc (typename paramsT::realT k, void *params) |
Integration worker function for psdVarMean::operator() More... | |
paramsT::realT mx::sigproc::psdVarMeanFunc | ( | typename paramsT::realT | k, |
void * | params | ||
) |
Integration worker function for psdVarMean::operator()
paramsT | the type of the parameter structure. See psdVarMean. |
[in] | k | the scaled frequency coordinate |
[in] | params | pointer to the parameter structure |
Definition at line 135 of file psdVarMean.hpp.