matplotlib-cpp VS Simple-FFT

Compare matplotlib-cpp vs Simple-FFT and see what are their differences.

matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib (by lava)

Simple-FFT

Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data. (by d1vanov)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
matplotlib-cpp Simple-FFT
10 2
4,186 165
- -
0.0 10.0
6 months ago almost 4 years ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

matplotlib-cpp

Posts with mentions or reviews of matplotlib-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.

Simple-FFT

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.

What are some alternatives?

When comparing matplotlib-cpp and Simple-FFT you can also consider the following projects:

matplotplusplus - Matplot++: A C++ Graphics Library for Data Visualization šŸ“ŠšŸ—¾

ffts - The Fastest Fourier Transform in the South

plotly - The interactive graphing library for Python :sparkles: This project now includes Plotly Express!

KFR - A benchmark for comparison of FFT algorithms performance

feedgnuplot - Tool to plot realtime and stored data from the commandline, using gnuplot.

FFTConvolver - Audio convolution algorithm in C++ for real time audio processing

Pangolin - Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.

matplotlib - C++ wrappers around python's matplotlib

implot - Immediate Mode Plotting

Numba - NumPy aware dynamic Python compiler using LLVM

vnlog - Process labelled tabular ASCII data using normal UNIX tools