FFT methods: Rader and Bluestein. Implemented in Python.
-
Updated
Dec 30, 2021 - Python
FFT methods: Rader and Bluestein. Implemented in Python.
VectorFFT: A permutation-free mixed-radix FFT library that beats Intel MKL and FFTW on every tested size. Hand-tuned AVX2/AVX-512 codelets for 18 radixes, zero-allocation in-place execution, and a wisdom-based planner. 1.1x–4.9x faster than Intel MKL, 1.3x–12.8x faster than FFTW. Pure C, no dependencies.
Add a description, image, and links to the rader-fft topic page so that developers can more easily learn about it.
To associate your repository with the rader-fft topic, visit your repo's landing page and select "manage topics."