mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tools for working with autocorrelations. More...
Tools for working with autocorrelations.
Definition in file autocorrelation.hpp.
Go to the source code of this file.
Classes | |
struct | mx::sigproc::autocorrelationFromPSD< T > |
Functor for calculating the autocorrelation given a PSD. More... | |
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename T > | |
void | mx::sigproc::autocorrelation (T *ac, size_t Nac, T *sig, size_t Nsig) |
Calculate the autocorrelation of a time-series. More... | |
template<typename T > | |
void | mx::sigproc::autocorrelation (std::vector< T > &ac, std::vector< T > &sig) |
Calculate the autocorrelation of a time-series. More... | |