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
Simple, Secure Domain Registration
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
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.