refactored FIR filters

- real and complex variant
adjusted StepDetection2
This commit is contained in:
k-a-z-u
2018-07-03 10:56:30 +02:00
parent ae3b95cb0e
commit 039f9c4cee
6 changed files with 285 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
#include "../../Assertions.h"
#include "../../math/MovingAverageTS.h"
#include "../../math/dsp/FIRComplex.h"
//#include "../../math/dsp/fir/RComplex.h"
/**