fft
Here are 588 public repositories matching this topic...
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
-
Updated
May 16, 2020 - Swift
Automagically synchronize subtitles with video.
-
Updated
Oct 11, 2020 - Python
Math.NET Numerics
-
Updated
Oct 12, 2020 - C#
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
-
Updated
Oct 14, 2020 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
Oct 20, 2020 - C++
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)
-
Updated
May 30, 2018 - Python
Realtime audio analysis in Python, using PyAudio and Numpy to extract and visualize FFT features from streaming audio.
-
Updated
Nov 2, 2020 - Python
Vulkan Fast Fourier Transform library
-
Updated
Nov 3, 2020 - C
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2020 - TypeScript
Competitive Programming templates that I used during the past few years.
-
Updated
Sep 30, 2020 - C++
SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
-
Updated
Oct 26, 2020 - C
collection of O(NlogN) pitch detection implementations
-
Updated
Jul 5, 2020 - C++
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
-
Updated
Feb 20, 2019 - Python
A C++ Library for Audio Analysis
-
Updated
Oct 21, 2020 - C++
Noise is an Android wrapper for kissfft, a FFT implementation written in C.
-
Updated
Nov 8, 2019 - Java
DCFNet: Discriminant Correlation Filters Network for Visual Tracking
-
Updated
Feb 7, 2020 - Python
real time application to measure heart rate
-
Updated
Apr 4, 2020 - Python
Description and unofficial implementation of Furby's audio protocol
-
Updated
Jan 26, 2013 - Perl
本库是一款基于Rxjava实现的android音频设备通信库,主要用于手机和音频设备之间通信,支持录音、发送、供电、发送失败自动重试(可以指定重试次数),设置接收超时、自定义编解码,自定义配置参数等功能,使用本库只需要关注与业务相关的自定义编解码。
-
Updated
Jun 27, 2019 - Java
The fastest JS Radix-4/Radix-2 FFT implementation
-
Updated
Mar 21, 2019 - JavaScript
Scientific analysis of nanoscale materials imaging data
-
Updated
Nov 6, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the fft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fft topic, visit your repo's landing page and select "manage topics."


The currently supported radices are 2, 3, 4, and 8. Small primes 5 and 7 should be added for parity with other FFT libraries. Larger powers of two might be desirable for performance.