Simple-FFT

Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data. (by d1vanov)

Simple-FFT Alternatives

Similar projects and alternatives to Simple-FFT

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Simple-FFT alternative or higher similarity.

Simple-FFT reviews and mentions

Posts with mentions or reviews of Simple-FFT. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-23.
  • Recommended C++ library for FFT for VST3?
    3 projects | /r/DSP | 23 May 2023
    I've been using this guy's FFT library for as long as I've been doing random personal projects in C++, it's not the fastest but it's very simple to use and works great for my purposes: https://github.com/d1vanov/Simple-FFT
  • C++ DSP Tools
    3 projects | /r/DSP | 17 Dec 2022
    FFTW is a pretty popular and very fast FFT library, if you're after absolute speed. I generally just use Simple-FFT, you just need to wrap the container of your choice (your own, a std::vector or std::array or std::span) in a type that is subscriptable with parenthesis (operator()) and off you go.

Stats

Basic Simple-FFT repo stats
2
165
10.0
almost 4 years ago

d1vanov/Simple-FFT is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Simple-FFT is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com