#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 double * | input | ) |
Definition at line 170 of file FourierTransform.cxx.
void FourierTransform::doIt | ( | const float * | input | ) |
Definition at line 166 of file FourierTransform.cxx.
Referenced by Simac::ConstantQTransform::sparsekernel().
const std::vector<double>& FourierTransform::spectrum | ( | ) | const [inline] |
Definition at line 44 of file FourierTransform.hxx.
Referenced by Simac::ConstantQTransform::sparsekernel().