#include <FourierTransform.hxx>
List of all members.
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 |
Detailed Description
Definition at line 29 of file FourierTransform.hxx.
Constructor & Destructor Documentation
| FourierTransform::FourierTransform |
( |
unsigned long int |
frameSize, |
|
|
double |
normalizationFactor, |
|
|
bool |
isComplex |
|
) |
| |
| FourierTransform::~FourierTransform |
( |
| ) |
|
Member Function Documentation
| void FourierTransform::doIt |
( |
const float * |
input | ) |
|
| void FourierTransform::doIt |
( |
const double * |
input | ) |
|
| const std::vector<double>& FourierTransform::spectrum |
( |
| ) |
const [inline] |
The documentation for this class was generated from the following files: