-
-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Mohammed Boujemaoui Boulaghmoudi edited this page Apr 1, 2018
·
13 revisions
easy DSP is an digital signal processing library written in C/C++ that implements some of the most used functions and algorithms for signal processing & telecommunications systems.
It aims to provide efficient and streamlined base calculations, while at the same time having a straightforward and easy-to-use interface similar to another numeric language like MATLAB.
The library is under constructions.
Actual State
- Implementation of different signal generators: white noise, pink noise, sin, square....
- Implementation of the Basic statistic functions.
- Developing the frequency analysis module: FFT, DCT, DHT....
- Developing the signal properties analysis: energy, power, zero crossing rate ....
- Windowing
- Basic digital filter implementation using Biquad - WIP
- Analog filter implementation - WIP
easy DSP - A cross-platform Digital Signal Processing library written in modern C++.