fft-algorithm
There are 22 repositories under fft-algorithm topic.
Klafyvel/AVR-FFT
3 implementations of the FFT for Arduino AVR platforms!
jagger2048/fft_simd
A simple demo shows how to use the SIMD,Single Instruction Multiple Data, to optimize and accelerate the FFT algorithm.
Jefferson-Lopes/FFT
FFT algorithm for fpga
celrm/rader-bluestein
FFT methods: Rader and Bluestein. Implemented in Python.
diqezit/SpectrumNet
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.
EE-Abdullah/FFT-cpp
Fast Fourier Transform Implementation in C++
ClarkFieseln/AC4QGP
Chat using „enhanced“ end-to-end-enryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
nAuTahn/Fast-Fourier-Transform-FFT
Generating function - Polynomials - Multiply polynomials - FFT/NTT
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.
Tugbars/Mixed-Radix-Fast-Fourier-Transform
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.
IamShubhamGupto/Advanced-Algorithms
Implementations of most algorithms learnt in the course UE18CS311
Jefferson-Lopes/bingo-datalogger
weather, vibration and tilt angle data logger for telescopic bingo antenna
s4kkkk/FFT_IFFT
Long fast Fourier transform and reverse fast transform. Constant memory consumption
LabDeck/FFT
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.
riogor/frpoly
Fourier transform algorithms collection.
dishapatel1235/SwarSetu
SwarSetu is a Python Project using FFT Algorithm which analyze audio file and generate pdf and video representation of Musical Notations of uploaded audio file.
samyhorchani/projet_model
FFT, Inverse FFT implementation and comparaison of naive multiplication algorithm and FFT based one.
SennovE/PyCalc
Mathematical module for python
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 & Se.MHSN.
AnamikaS2005/Audio-based-authentication-system-for-access-control-using-Boolean-FPGA
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.
nikhildagarwal/DSP_EE346
Digital Signal Processing Lab Code (MatLab). System and signal analysis and computation.
SHAOWEICHEN000/riscv_learning_VERILOG
RISCV TO VERILOG