Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.42 KB

README.MD

File metadata and controls

24 lines (18 loc) · 1.42 KB

easy DSP

releases issues license built

GitHub forks GitHub stars GitHub watchers

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