Complex-valued FFT context. More...
#include <fft.hpp>
Public Member Functions | |
ComplexFFT (size_t length) | |
~ComplexFFT () | |
void | fftUnordered (const float *input, float *output) |
Performs the complex FFT. | |
void | ifftUnordered (const float *input, float *output) |
Performs the inverse complex FFT. | |
void | fft (const float *input, float *output) |
void | ifft (const float *input, float *output) |
void | scale (float *x) |
Public Attributes | |
PFFFT_Setup * | setup |
int | length |
Complex-valued FFT context.
length
must be a multiple of 16.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
PFFFT_Setup* rack::dsp::ComplexFFT::setup |
int rack::dsp::ComplexFFT::length |