CLAM-Development
1.4.0
|
#include <FourierTransform.hxx>
Public Member Functions | |
FourierTransform (unsigned long int frameSize, double normalizationFactor, bool isComplex) | |
~FourierTransform () | |
void | doIt (const float *input) |
void | doIt (const double *input) |
const std::vector< double > & | spectrum () const |
Definition at line 29 of file FourierTransform.hxx.
FourierTransform::FourierTransform | ( | unsigned long int | frameSize, |
double | normalizationFactor, | ||
bool | isComplex | ||
) |
Definition at line 31 of file FourierTransform.cxx.
FourierTransform::~FourierTransform | ( | ) |
Definition at line 48 of file FourierTransform.cxx.
void FourierTransform::doIt | ( | const float * | input | ) |
Definition at line 166 of file FourierTransform.cxx.
Referenced by Simac::ChordExtractor::doIt(), and Simac::ConstantQTransform::sparsekernel().
void FourierTransform::doIt | ( | const double * | input | ) |
Definition at line 170 of file FourierTransform.cxx.
|
inline |
Definition at line 44 of file FourierTransform.hxx.
Referenced by Simac::ChordExtractor::doIt(), Simac::ConstantQTransform::sparsekernel(), and Simac::ChordExtractor::spectrum().