spLib
|
A class to handle FFT execution. More...
#include <sp/fft.h>
A class to handle FFT execution.
Actually, spFFTRec is not a class, but a typedefed type by typedef struct _spFFTRec *spFFTRec;
. You can use this class after initialization by spInitFFT() , spInitFFTByPlugin() , spInitBatchedFFT() , spInitBatchedFFTByPlugin() , should free resources of this class after use by spFreeFFT() .