discrete-fourier-transform
There are 99 repositories under discrete-fourier-transform topic.
kfrlib/kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
robertrypula/AudioNetwork
Data transmission over sound waves written in JavaScript without any dependencies. All you need is just microphone, speakers and the browser!
Alisah-Ozcan/GPU-NTT
Welcome to the GPU-NTT-Optimization repository! We present cutting-edge algorithms and implementations for optimizing the Number Theoretic Transform (NTT) on Graphics Processing Units (GPUs).
jurihock/sdft
Single file forward and inverse Sliding DFT in C, C++ and Python
Naharul98/Digital-Signal-Processing-In-Trading
Using Discrete Fourier transform to transform and eliminate noise in asset price time series and identify repeating patterns to exploit and backtest.
j-funk/js-dsp-test
Quick evaluation of some FFT jobs in Javascript.
sdiehl/galois-fft
Finite field polynomial arithmetic based on fast Fourier transforms
Alisah-Ozcan/GPU-FFT
Welcome to the GPU-FFT-Optimization repository! We present cutting-edge algorithms and implementations for optimizing the Fast Fourier Transform (FFT) on Graphics Processing Units (GPUs).
con-fou/Optical-Fiber-Transmission-System
Implementation of an algorithm to counterbalance for the chromatic dispersion, that is indroduced in optic fibers.
aakankshaws/numpy-exercise
numpy practice exercise with solution
rorysroes/Fast_Algorithm_FPS_SSA
Implement F-DST to solve 2-D PDE(fast poisson solver) and FFT to compute Multiplication algorithm(Schönhage–Strassen algorithm) with C
asad82/2D-Signal-Image-Transforms
The program implements forward and inverse version of 2D Discrete Fourier Transform (FFT), Discrete Cosine Transform, Discrete Walsh-Hadamard Transform and Discrete Wavelets Transform (lifting scheme) in C/C++. The output of transforms is displayed for a given input image.
ffigura/dft_dwt_denoise
Discrete fourier transform (DFT) and discrete wavelet transform (DWT) to denoise white noise
hvudeshi/Digital_Image_Processing_Codes
It contains all the Assignments and Project I have done in my "Digital Image Processing" Course at "School of Engineering and Applied Science" Ahmedabad University.
mary-python/shuffle
Implementation of two new protocols in the Shuffle Model of Differential Privacy for the private summation of vector-valued messages
oliverzh2000/transcriber
Sheet music transcriber written in Python using the discrete Fourier transform.
rorysroes/Fast_Algorithm_FFT
Implement Cooley–Tukey FFT algorithm with C
zarif98sjs/Fourier-Art
Discrete Fourier Transform to draw any shape
Az-21/dft
🦋 n-point iDFT calculator app (DFT, IDFT, FFT)
Showndarya/DSIP
Digital Signals and Image Processing Programs
Inspiaaa/2D-DFT-Visualisation
An interactive app that visualises how a 2D discrete Fourier Transform (DFT) works
NirajanBekoju/Fourier-Transform-Drawing
draw anything with Epicycles using Discrete Fourier Transform
rsarka34/VGAResNet
VGAResNet: A Unified Visibility Graph Adjacency Matrix-Based Residual Network for Chronic Obstructive Pulmonary Disease Detection Using Lung Sounds
Flix01/Flix-Tools
Handy tools I've made and I use on a regular basis
matinmonshizadeh/Signals-and-Systems-Project
This project includes six parts. The goal is to applying different filters to an audio signal.
sbrbot/DFT
Discrete Fourier Transform
TheTortillas/FourierSeriesWebApp
Aplicación web para calcular y graficar series de Fourier y Transformada Discreta de Fourier
barkolorious/fource
Fourier-based Complex Encryption
gunalpms/wav2notes
Polyphonic Pitch Detection for Classical Guitar
mozerj2001/matlab-practice-dsp
In this repository I store example scripts of some DSP algorithms made in MATLAB. These served an educational purpose when I wrote them, I'm making them public, since I had trouble finding example code.
narendiran1996/DSPAlgorithmToArchitecture
Implementations of Algorithms to Architectures following : https://youtube.com/playlist?list=PLco7dux9L7g1RrB8TqUVCMEeu86D7azeg
nnakul/ft-visualisation
The project uses Discrete Fourier Transform to express a drawing as a sequence of epicycles characterised by their initial phase, radius and frequency.
ravioli1369/ft-drawings
drawing with fourier transforms
savarsinha123/numerical-methods
This repo contains implementations of several numerical methods in MATLAB.
TomasD1az/Audio-Digit-Classifiers
Clasificador de números del 0 al 9 a partir de audio, usando redes neuronales y análisis de frecuencias mediante la Transformada Discreta de Fourier (DFT). El modelo alcanza una precisión del 85%.