|
|
| FFTConfig (int sizeOfFFT, bool isInverse) |
| |
|
void | perform (const Complex< float > *input, Complex< float > *output) const noexcept |
| |
|
void | perform (const Complex< float > *input, Complex< float > *output, int stride, int strideIn, const Factor *facs) const noexcept |
| |
|
void | butterfly (const Factor factor, Complex< float > *data, int stride) const noexcept |
| |
|
void | butterfly2 (Complex< float > *data, const int stride, const int length) const noexcept |
| |
|
void | butterfly4 (Complex< float > *data, const int stride, const int length) const noexcept |
| |
|
|
const int | fftSize |
| |
|
const bool | inverse |
| |
|
Factor | factors [32] |
| |
|
HeapBlock< Complex< float > > | twiddleTable |
| |
Definition at line 191 of file juce_FFT.cpp.
◆ juce::dsp::FFTFallback::FFTConfig::Factor
| struct juce::dsp::FFTFallback::FFTConfig::Factor |
Definition at line 267 of file juce_FFT.cpp.
| Class Members |
|
int |
radix |
|
|
int |
length |
|
The documentation for this struct was generated from the following file: