SigPack is a C++ signal processing library using the Armadillo library as a base. The API will be familiar for those who has used IT++ and Octave/Matlab.
Features
- Easy to use, based on Armadillo library
- API similar to Matlab/Octave and IT++
- FIR/IIR filter
- Window functions - Hanning, Hamming, Bartlett, Kaiser ...
- Spectrum and spectrogram
- Timing/Delay
- Gnuplot support
- Up/Downsampling
- Config file parser
- FFTW support - 1D and 2D
- Simple image I/O functions for pbm, pgm and ppm format
- Adaptive FIR filter - LMS, N-LMS, RLS, Kalman and Newton
- Linear, Extended and Unscented Kalman filters and RTS smoothers
License
Mozilla Public License 2.0 (MPL 2.0)Follow SigPack
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Great library for all-round signal processing. Loved the idea and the design!
-
One of the best C++ libraries. For me using MATLAB everyday and wanted to implement some of my functions in C++, SigPack and Armadillo libraries helped me a lot.