This package is for one dimensional signal processing, including transforms like the fourier transform and the inverse fourier transform, discrete cosine transform, and other algorithms that help in:
- Digitization of analog signals.
- Filtering signals using window method (windows used : hanning, hamming, blackman).
- Convolution of signals.
- Extracting signals from noise using correlation.
- Other algorithms that help clean the data.
All algorithms are built from scartch and are found in DSPComponents/Algorithms/