Marsyas
0.6.0-alpha
|
Generalized autocorrelation. More...
#include <AutoCorrelation.h>
Inherits MarSystem.
Public Member Functions | |
AutoCorrelation (std::string name) | |
AutoCorrelation (const AutoCorrelation &a) | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~AutoCorrelation () |
Generalized autocorrelation.
Computes the generalized autocorrelation of the input window (with optional magnitude compression) using the Fast Fourier Transform (FFT).
Controls:
Definition at line 49 of file AutoCorrelation.h.
AutoCorrelation | ( | std::string | name | ) |
Definition at line 29 of file AutoCorrelation.cpp.
~AutoCorrelation | ( | ) |
Definition at line 35 of file AutoCorrelation.cpp.
AutoCorrelation | ( | const AutoCorrelation & | a | ) |
Definition at line 41 of file AutoCorrelation.cpp.
Implements MarSystem.
Definition at line 81 of file AutoCorrelation.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 152 of file AutoCorrelation.cpp.