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: over 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 | 168 |
dtolm/vkfft | A fast Fourier transform library designed to accelerate multidimensional mathematical operations on GPUs | 1,562 |
mborgerding/kissfft | A simple, efficient Fast Fourier Transform library for C | 1,506 |
mreineck/pocketfft | A C++ library implementing a highly optimized Fast Fourier Transform (FFT) algorithm with various features and options. | 79 |
themaister/glfft | A C++ library implementing the Fast Fourier Transform (FFT) on GPUs using OpenGL | 214 |
adis300/fft-c | An implementation of the Fast Fourier Transform algorithm in C, making it more user-friendly and accessible. | 25 |
vinniefalco/dspfilters | A collection of reusable digital signal processing filter classes | 1,873 |
peterhinch/micropython-fourier | Fast Fourier transform implementation in MicroPython for embedded systems | 79 |
raveler/ffmpeg-cpp | A C++ wrapper around the FFmpeg libraries to simplify video processing and encoding. | 565 |
tomaszzmuda/xabe.ffmpeg | Provides a .NET Standard wrapper around FFmpeg for media processing without requiring knowledge of FFmpeg's inner workings. | 715 |
streampunk/beamcoder | Provides Node.js bindings to FFmpeg for media processing and manipulation | 401 |
tavurth/godot-fft | An implementation of the Fast Fourier Transform algorithm in GDScript | 39 |
bickelmps/dic_fft_ethz | Digital Image Correlation method for tracking surface displacements in images over time | 43 |
rosenbjerg/ffmpegcore | A .NET wrapper around the FFmpeg and FFProbe media analysis and conversion tools | 1,661 |