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

Tools for working with autocorrelations. More...

Tools for working with autocorrelations.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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...