lppier / DSPFunctionsLinks
C++ Equivalents of some Matlab Functions. These were used in my work when I was working with Intel Performance Primitives.
☆28Updated 8 years ago
Alternatives and similar repositories for DSPFunctions
Users that are interested in DSPFunctions are comparing it to the libraries listed below
Sorting:
- Algorithm to find peaks in a std::vector<float>☆78Updated 4 years ago
- Computes the Savitzky-Golay Filter coefficients.☆111Updated 3 years ago
- C++ classes for designing high-order Butterworth IIR & equalization filters☆181Updated 2 months ago
- A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP a…☆208Updated 2 years ago
- A C++ library for interpolation.☆240Updated 2 weeks ago
- A DSP digital filtering library - IIR/FIR filtering☆153Updated 2 months ago
- Header-only C++ library implementing fast Fourier transform of 1D, 2D and 3D data.☆191Updated 5 years ago
- Biquad Digital Filter Class