fft
Here are 738 public repositories matching this topic...
Automagically synchronize subtitles with video.
-
Updated
Jul 22, 2021 - Python
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
-
Updated
Jan 14, 2021 - Swift
Math.NET Numerics
-
Updated
Jul 24, 2021 - C#
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
-
Updated
Jul 24, 2021 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
-
Updated
May 14, 2021 - 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
Dec 23, 2020 - Python
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
Mar 14, 2021 - 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
Jul 9, 2021 - 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
Jun 6, 2021 - 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
real time application to measure heart rate
-
Updated
Apr 4, 2020 - Python
DCFNet: Discriminant Correlation Filters Network for Visual Tracking
-
Updated
Feb 7, 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
Jan 29, 2021 - JavaScript
Per SVK's suggestion, it is worth exploring if one can use an autoencoder (regular or variational) instead of PCA for the sliding-window-based image denoising originally written by @ramav87 .
@saimani5 @markpoxley will you be interested in exploring it?
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.