NucleoF401RE EMG sensor with Artifact Filter, Notch Filter, etc

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
nagasm
Date:
Sat Dec 20 02:09:12 2014 +0000
Parent:
0:805cf4bfa472
Commit message:
revised

Changed in this revision

sub.hpp Show annotated file Show diff for this revision Revisions of this file
diff -r 805cf4bfa472 -r 7bccad3c277f sub.hpp
--- a/sub.hpp	Wed Dec 17 02:02:28 2014 +0000
+++ b/sub.hpp	Sat Dec 20 02:09:12 2014 +0000
@@ -50,7 +50,7 @@
     timer_value[4] = 1500;
     for (i=0; i<=order; i++) xn1[i] = xn2[i] = 0.0;
     sum_clear();
-    notch_1 = notch_2 = 60;
+    notch_1 = notch_2 = 1;
     coef_set(60);
 }