There are 2 repositories under fft-library topic.
Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data.
Double precision version of fftpack
Minimalistic implementations of various algorithms for projects in machine learning and computer vision
Digital audio watermarker that can encode and extract secret messages from sound files. Written using MATLAB as well as implemented a python model.
FFT and IFFT for `vector`, with minimal dependencies
This is a Python GUI Application Developed by Anshuman Biswal to Perform Fast Fourier Transform (FFT) on a given Signal Sequence, it is written in Python 3.8 and TKinter. Users can find DFT and IDFT of 4-Point,8-Point signal sequence in Frequency and Time Domain using Radix Algorithm, Also Linear Convolution and Circular Convolution using Radix.
C# wrapper for FFTS (The Fastest Fourier Transform in the South)
Audio Fingerprinting and Recognition in C++
My solution for Fortran assignment - task 2
By passing a analog signal, We can calculate Frequency of input signal
Mixed-Radix Fast Fourier Transform is a lightweight, pure C Fast Fourier Transform (FFT) library designed for efficient signal processing across diverse input sizes. It implements a mixed-radix algorithm for lengths factorable by small primes (e.g., 2, 3, 4, 5, 7, 8) and Bluestein’s algorithm for arbitrary lengths.
Nuvoton Microphone Sensor for hand clapping fan project (CSIE department Final Project)
Music playing bot using machine learning and audio processing principles
Wake word detection using Tiny ML. Tensorflow lite is used here. The project has been done by refering the text book, Tiny ML by O' Reilly.
Rufft is a purely rust implementation of several common fast fourier transform algorithms
Simple FFT in C for low-power embedded systems