A collection of libraries in many languages for digital signal processing.
To install, run:
// for ssh
git clone git@github.com:kranfix/dsp.git
// for https
git clone https://github.com/kranfix/dsp.git
MAF: Moving Avergae Filter
control: Linear control systems (PID, feedback, feedforward, integral action)
In this projecto, the file extensions convention is:
- .c C files
- .cc C++ file
- .go Go file