lppier / DSPFunctions
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>☆76Updated 3 years ago
- Computes the Savitzky-Golay Filter coefficients.☆111Updated 3 years ago
- A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.☆65Updated 2 months ago
- C/C++ library to handle writing simple Matlab(r) MAT file☆46Updated 11 months ago
- Eigen based C++11 implementation of cubic spline approximation (smoothing)☆37Updated last year
- C++ Empirical Transfer Function Estimate (ETFE) Similar to MATLAB tfestimate, pwelch, and cpsd☆54Updated 4 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 2 years ago
- A DSP digital filtering library - IIR/FIR filtering☆152Updated 6 years ago
- Cubic B-Spline implementation in C++ templates☆97Updated 9 months ago
- Kalman Filter, Extended Kalman Filter, and Unscented Kalman Filter implementation in C++☆34Updated 2 years ago
- ☆39Updated last year
- Library with colormaps for C++☆28Updated last year
- PFFFT: a pretty fast FFT with Bluestein's FFT Algorithm(Non Power of Two)☆25Updated 6 years ago
- C++ facility for natural cubic spline interpolation in 1D, 2D, and 3D.☆38Updated 10 years ago
- C++ Implementation of Savitzky-Golay filtering based on Gram polynomials☆109Updated 10 months ago
- Templated C++ polynomial library☆24Updated 2 years ago
- C++ 1D/2D DWT and SWT Pre-built Libraries.☆36Updated 10 years ago
- Fast Fourier Transform C++ Header/MPI Transpose for FFTW3 with Implicitly Dealiased Convolutions☆131Updated this week
- FIR filter designing for lowpass, highpass, bandpass, bandstop