cooley-tukey
There are 9 repositories under cooley-tukey topic.
Samson-Mano/Fast_Fourier_Transform
C# implementation of Cooley–Tukey's FFT algorithm.
aimukhin/minfft
A small and fast Discrete Fourier Transform library
dbids-EC527/fft
Fast-Fourier Transform in 2D. Examination of Cooley-Tukey Algorithm for 2D FFT, image I/O for FFT, and a shared memory implementation of FFT on the GPU.
narendiran1996/DSPAlgorithmToArchitecture
Implementations of Algorithms to Architectures following : https://youtube.com/playlist?list=PLco7dux9L7g1RrB8TqUVCMEeu86D7azeg
hrichharms/fast_dct
Fast Discrete Cosine Transform (FCT) using an FFT optimzed for real input sequences
hrichharms/haskell-fft
Radix-2 Cooley-Tukey algorithm implementation in Haskell
theMHD-120/Cooley-Tukey-FFT-algorithm
Fast Fourier Transform (by using the Cooley-Tukey (butterfly) algorithm) - Algorithm designs and analysis presentation - Fall 2023 /// by theMHD and Se.MHSN.
jcksnvllxr80/cooley-tukey-fft
use fft (fast fourier transform) as a quick way to do convolution.
stickykeys99/cooley-tukey-fft-original-py
The original FFT implementation by Cooley-Tukey as written in the 1965 paper "An Algorithm for the Machine Calculation of Complex Fourier Series" written in Python.