fft-algorithm
Here are 23 public repositories matching this topic...
Language:All
Sort:Most stars
3 implementations of the FFT for Arduino AVR platforms!
- Updated
Nov 16, 2022 - C++
A simple demo shows how to use the SIMD,Single Instruction Multiple Data, to optimize and accelerate the FFT algorithm.
- Updated
Feb 19, 2019 - C++
FFT methods: Rader and Bluestein. Implemented in Python.
- Updated
Dec 30, 2021 - Python
Spectrum Visualiser. This is a real-time audio visualization application that captures audio from the system's loopback device and displays it visual as a spectrum analyzer. More colors and renderers.
- Updated
Sep 2, 2025 - C#
Fast Fourier Transform Implementation in C++
- Updated
Nov 8, 2024 - C++
Chat using „enhanced“ end-to-end-enryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
- Updated
Jun 23, 2025 - Python
Generating function - Polynomials - Multiply polynomials - FFT/NTT
- Updated
May 16, 2023 - C++
Fast Fourier transform (FFT) using the Cooley–Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.
- Updated
Dec 19, 2022 - Java
VectorFFT is a vectorized, pure C FFT library optimized for x86 processors (AVX-512, AVX2, SSE2) with zero external dependencies. It implements mixed-radix algorithms for common sizes and Bluestein's method for arbitrary lengths, with OpenMP multi-threading for large transforms. Designed for both digital signal processing and financial applications
- Updated
Nov 5, 2025 - C
weather, vibration and tilt angle data logger for telescopic bingo antenna
- Updated
Feb 11, 2022 - JavaScript
Long fast Fourier transform and reverse fast transform. Constant memory consumption
- Updated
Jun 25, 2024 - C
Implementations of most algorithms learnt in the course UE18CS311
- Updated
Apr 29, 2023 - C
This is the official repository of LabDeck's FFT(Fast Fourier Transform) examples. It includes both PDF and MDD files. Please note that while GitHub is unable to open and showcase MDD files, you can download and run them without any problems.
- Updated
Mar 23, 2024
FFT, Inverse FFT implementation and comparaison of naive multiplication algorithm and FFT based one.
- Updated
Jul 3, 2024 - C
Digital Signal Processing Lab Code (MatLab). System and signal analysis and computation.
- Updated
May 8, 2023 - MATLAB
Extracts the dominant frequency sequence from an OGG audio file and exports it as a text file.
- Updated
Oct 21, 2025 - Python
Mathematical module for python
- Updated
May 20, 2024 - Python
This project implements a secure, touchless access control system using voice-based authentication on a Boolean FPGA (Spartan-6). It combines Python-generated audio and Verilog-based FPGA design to analyze and compare dominant audio frequencies, allowing access only when the voice patterns match.
- Updated
Apr 19, 2025
Improve this page
Add a description, image, and links to thefft-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thefft-algorithm topic, visit your repo's landing page and select "manage topics."