My Project
|
Public Member Functions | |
AutoCorrelation (int n, bool optimize) | |
void | operator= (const AutoCorrelation &objToBeAssigned) |
void | operator= (AutoCorrelation &objToBeAssigned) |
virtual | ~AutoCorrelation () |
void | pushSample (double sample) |
![]() | |
Correlation (int n, bool optimize) | |
void | operator= (const Correlation &objToBeAssigned) |
void | operator= (Correlation &objToBeAssigned) |
virtual | ~Correlation () |
virtual void | computeTransform () |
virtual fftw_complex * | getTransform () |
virtual bool | isReadyForTransform () |
unsigned | transformSize () |
double * | abs2 () |
Friends | |
std::ostream & | operator<< (std::ostream &os, AutoCorrelation &obj) |
Additional Inherited Members | |
![]() | |
Dft | dft1_ |
AutoCorrelation::AutoCorrelation | ( | int | n, |
bool | optimize | ||
) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
void gcp::util::AutoCorrelation::operator= | ( | const AutoCorrelation & | objToBeAssigned | ) |
Const Assignment Operator.
void AutoCorrelation::operator= | ( | AutoCorrelation & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.
void AutoCorrelation::pushSample | ( | double | sample | ) |
Push the next sample onto the input array
|
friend |
Output Operator.