bluestein
There are 4 repositories under bluestein topic.
celrm/rader-bluestein
FFT methods: Rader and Bluestein. Implemented in Python.
JuYanYan/AnySizeFFT
Any size FFT based Bluestein, not just only integer power of 2.
stefan-zobel/FFT
Fast Fourier transform (FFT) using the Cooley–Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.
Flinch010/bachelor-s-degree
A comparison study between different FFT algorithms implemented in Java as part of the bachelor's degree. Implemented algorithms: Furier transform by definition, radix-2 (DIT) recursive, radix-2 (DIT) iterative, radix-2 (DIF) recursive, radix-4 (DIT) recursive, radix-4 (DIF) recursive, radix-4 (DIT) iterative, split radix (DIT), split radix (DIF), Bluestein's algoritm.