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

Fork of Filter by Yuki Ueno

Revision:
4:fc9412c8334e
Parent:
3:987d5d78f863
Child:
5:ab6351c18264
diff -r 987d5d78f863 -r fc9412c8334e Filter.h
--- a/Filter.h	Sat Jan 13 17:05:58 2018 +0000
+++ b/Filter.h	Mon Jan 15 01:57:38 2018 +0000
@@ -10,7 +10,7 @@
 
 
     Filter(double);
-    void setLowPassPara(double T);
+    void setLowPassPara(double T, double init_data);
     double LowPassFilter(double input);
     void setNotchPara(double Omega);
     double NotchFilter(double input);