|
My Project
|
Public Member Functions | |
| CrossCorrelation (int n, bool optimize) | |
| void | operator= (const CrossCorrelation &objToBeAssigned) |
| void | operator= (CrossCorrelation &objToBeAssigned) |
| virtual | ~CrossCorrelation () |
| void | computeTransform () |
| fftw_complex * | getTransform () |
| bool | isReadyForTransform () |
| fftw_complex * | calcCorrelation () |
| void | pushSample (double sample1, double sample2) |
Public Member Functions inherited from gcp::util::Correlation | |
| Correlation (int n, bool optimize) | |
| void | operator= (const Correlation &objToBeAssigned) |
| void | operator= (Correlation &objToBeAssigned) |
| virtual | ~Correlation () |
| unsigned | transformSize () |
| double * | abs2 () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, CrossCorrelation &obj) |
Additional Inherited Members | |
Protected Attributes inherited from gcp::util::Correlation | |
| Dft | dft1_ |
| CrossCorrelation::CrossCorrelation | ( | int | n, |
| bool | optimize | ||
| ) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| fftw_complex * CrossCorrelation::calcCorrelation | ( | ) |
Return a pointer to the transformed data
....................................................................... Return a pointer to the transformed data
|
virtual |
Compute the transform
....................................................................... Compute the transform
Reimplemented from gcp::util::Correlation.
|
virtual |
Return a pointer to the transformed data
....................................................................... Return a pointer to the transformed data
Reimplemented from gcp::util::Correlation.
|
virtual |
Return true if the input array is full
....................................................................... Return true if the input array is full
Reimplemented from gcp::util::Correlation.
| void CrossCorrelation::operator= | ( | const CrossCorrelation & | objToBeAssigned | ) |
Const Assignment Operator.
....................................................................... Const Assignment Operator.
| void CrossCorrelation::operator= | ( | CrossCorrelation & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.
| void CrossCorrelation::pushSample | ( | double | sample1, |
| double | sample2 | ||
| ) |
Push the next sample onto the input array
....................................................................... Push the next sample onto the input array
|
friend |
Output Operator.