https://github.com/kranfix/dsp
A collection of libraries for digital signal processing in many languages (C, C++, Go, etc).
https://github.com/kranfix/dsp
Last synced: about 1 year ago
JSON representation
A collection of libraries for digital signal processing in many languages (C, C++, Go, etc).
- Host: GitHub
- URL: https://github.com/kranfix/dsp
- Owner: kranfix
- Created: 2014-11-21T03:28:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T02:38:34.000Z (about 10 years ago)
- Last Synced: 2025-02-16T20:46:25.202Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DSP - Digital Signal Processing
===============================
A collection of libraries in many languages for digital signal processing.
## Install
To install, run:
```
// for ssh
git clone git@github.com:kranfix/dsp.git
// for https
git clone https://github.com/kranfix/dsp.git
```
## Project
### C++
MAF: Moving Avergae Filter
### C
control: Linear control systems (PID, feedback, feedforward, integral action)
## File Extensions
In this projecto, the file extensions convention is:
* .c C files
* .cc C++ file
* .go Go file