worked on FIR-Convolution and LocalMaxima detection

This commit is contained in:
k-a-z-u
2018-05-09 18:24:07 +02:00
parent 0fcc3fb1e9
commit 628aafaecd
7 changed files with 490 additions and 87 deletions

10
math/dsp/Convolution.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef CONVOLUTION_H
#define CONVOLUTION_H
class Convolution {
};
#endif // CONVOLUTION_H