easy DSP is an digital signal processing library written in C/C++ that implements most of the available 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