An open API service indexing awesome lists of open source software.

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).

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