Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/optonaut/control-system-cpp

Lightweight header-only c++ toolkit for building real-time control systems
https://github.com/optonaut/control-system-cpp

Last synced: about 2 months ago
JSON representation

Lightweight header-only c++ toolkit for building real-time control systems

Awesome Lists containing this project

README

        

# control-system-cpp

Toolkit for working with signal processing and linear, time-invariant controls in C++.

To build and run tests use:

```
git clone [email protected]:optonaut/control-system-cpp.git
cd control-system-cpp
./compile.sh
```