1次遅れと2次遅れ,ノッチフィルターを実装

Fork of Filter by Yuki Ueno

Revision:
1:637f9a61b133
Parent:
0:17706252d1ed
Child:
2:a842c1a33e4f
--- a/Filter.cpp	Thu Jan 11 06:44:59 2018 +0000
+++ b/Filter.cpp	Thu Jan 11 06:53:03 2018 +0000
@@ -1,8 +1,8 @@
 #include "Filter.h"
-#include "define.h"
 
-Filter::Filter()
+Filter::Filter(double xint_time)
 {
+    int_time = xint_time;
 }
 
 void Filter::setLowPassPara(double T)