Reusable C++ DSP code library
  • C++ 99.7%
  • Makefile 0.3%
Find a file
2018-03-02 14:04:46 +01:00
tests Initial commit 2018-03-02 14:04:46 +01:00
.gitignore Initial commit 2018-03-02 14:04:46 +01:00
kahan.hh Initial commit 2018-03-02 14:04:46 +01:00
LICENSE Initial commit 2018-03-02 14:04:46 +01:00
README.md Initial commit 2018-03-02 14:04:46 +01:00

This is a work in progress and a long overdue attempt to bring all our DSP code together and make it reusable for our future projects.

Before using any of this you should enter the tests directory and execute "make". This will check if your compiler is able to create binaries that are able to produce correct results when executed.

What we have included so far:

kahan.hh

The Kahan summation algorithm