|
| | 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 |
| |
Definition at line 192 of file juce_FFT.cpp.
◆ juce::dsp::FFTFallback::FFTConfig::Factor
| struct juce::dsp::FFTFallback::FFTConfig::Factor |
◆ FFTConfig()
| juce::dsp::FFTFallback::FFTConfig::FFTConfig |
( |
int |
sizeOfFFT, |
|
|
bool |
isInverse |
|
) |
| |
◆ butterfly()
◆ butterfly2()
◆ butterfly4()
◆ perform() [1/2]
◆ perform() [2/2]
◆ factors
| Factor juce::dsp::FFTFallback::FFTConfig::factors[32] |
◆ fftSize
| const int juce::dsp::FFTFallback::FFTConfig::fftSize |
◆ inverse
| const bool juce::dsp::FFTFallback::FFTConfig::inverse |
◆ twiddleTable
The documentation for this struct was generated from the following file: