#include <complexFFT.H>
Public Methods | |
complexFFT (complexFFTData *d) | |
fft init ... data pointed to by 'd' | |
~complexFFT () | |
fft deconstructor | |
void | switchData (complexFFTData *d) |
Use this to change associated fft data (for fft'ing). | |
void | fwdTransform () |
Forward transform the data (in to out). | |
void | invTransform () |
Inverse transform the data (out to in). | |
Protected Attributes | |
complexFFTData * | data |
The pointer to the relevant data. |
Definition at line 67 of file complexFFT.H.