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

Fork of Filter by Yuki Ueno

Revision:
2:a842c1a33e4f
Parent:
1:637f9a61b133
Child:
3:987d5d78f863
--- a/Filter.h	Thu Jan 11 06:53:03 2018 +0000
+++ b/Filter.h	Thu Jan 11 07:00:44 2018 +0000
@@ -16,6 +16,6 @@
     double NotchFilter(double input);
     
 private:
-    double int_time
+    double int_time;
 
 };
\ No newline at end of file