DiFi++ is a small c++ header-only library for DIgital FIlters based on rational transfer functions such as the butterworth filter and the moving average filter
 
 
 
Go to file
Vincent Samy 7f350bdf53 Header-only lib.
Add digital filter.
Add Butterworth filter.
Add Moving average filter.
Add polynomial transformation (compute polynome coeff from roots).
Add test units.
2018-10-25 18:43:21 +09:00
cmake@6ccc9f9b2a Initial commit with generic filter 2018-10-23 10:16:10 +09:00
include Header-only lib. 2018-10-25 18:43:21 +09:00
tests Header-only lib. 2018-10-25 18:43:21 +09:00
.gitmodules Initial commit with generic filter 2018-10-23 10:16:10 +09:00
CMakeLists.txt Header-only lib. 2018-10-25 18:43:21 +09:00
README.md Initial commit with generic filter 2018-10-23 10:16:10 +09:00

README.md