OverlappingFFTProcessor
FFT processor
An FFT processing class with buffering and windowing capabilities
This class takes care of buffering input and output samples for a FFT processing with a hop-size of nFFT/2 and Hann windowing. An examplary JUCE project is also included.
16 stars
3 watching
2 forks
Language: C++
last commit: about 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jdupuy/dj_fft | A header-only FFT library providing fast and easy-to-use algorithms for 1D, 2D, and 3D Fourier transforms. | 169 |
themaister/mufft | A fast Fourier transform library for signal processing applications | 166 |
dtolm/vkfft | A fast Fourier transform library designed to accelerate multidimensional mathematical operations on GPUs | 1,549 |
mborgerding/kissfft | A simple, efficient Fast Fourier Transform library for C | 1,487 |
mreineck/pocketfft | A C++ library implementing a highly optimized Fast Fourier Transform (FFT) algorithm with various features and options. | 75 |
themaister/glfft | A C++ library implementing the Fast Fourier Transform (FFT) on GPUs using OpenGL | 213 |
adis300/fft-c | An implementation of the Fast Fourier Transform algorithm in C, making it more user-friendly and accessible. | 23 |
vinniefalco/dspfilters | A collection of reusable digital signal processing filter classes | 1,857 |
peterhinch/micropython-fourier | Fast Fourier transform implementation in MicroPython for embedded systems | 80 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 560 |
tomaszzmuda/xabe.ffmpeg | Provides a .NET Standard wrapper for FFmpeg to process media without requiring knowledge of the underlying technology. | 714 |
streampunk/beamcoder | Provides Node.js bindings to FFmpeg for media processing and manipulation | 399 |
tavurth/godot-fft | An implementation of the Fast Fourier Transform algorithm in GDScript | 39 |
bickelmps/dic_fft_ethz | A tool for measuring surface displacement in images using digital image correlation with Fast Fourier Transform | 43 |
rosenbjerg/ffmpegcore | A .NET wrapper around the FFmpeg and FFProbe media analysis and conversion tools | 1,643 |