Expand description
Contains the implementation factor_fft::GeneralCooleyTukeyFFT of the Cooley-Tukey algorithm
to compute the FFT for lengths that are the product of two coprime factors.
Structsยง
- General
Cooley TukeyFFT unstable-enable - A generic variant of the Cooley-Tukey FFT algorithm that can be used to compute the Fourier
transform of an array of length
n1 * n2given Fourier transforms for lengthn1resp.n2.