10-25-16 filters in emg_filtering script

Dependencies:   HIDScope MODSERIAL biquadFilter mbed

Fork of EMG_filtering by Rick Poppe

Revision:
33:f8829d9e8192
Parent:
32:96d4a811ae32
--- a/main.cpp	Tue Oct 25 10:51:06 2016 +0000
+++ b/main.cpp	Tue Oct 25 12:55:41 2016 +0000
@@ -47,9 +47,9 @@
 BiQuad bq112(0.9850,   -1.5940,    0.9850,    1.0000,   -1.5833,    0.9809);
 BiQuad bq113(0.9960,   -1.6117,    0.9960,    1.0000,   -1.6220,    0.9817);
 /*  High pass filter */
-BiQuad bq121( 0.9698,   -1.9396,    0.9698,    0.9698,   -1.8788,    0.9100);
-BiQuad bq122(  0.9770,   -1.9539,    0.9770,    0.9770,   -1.9084,    0.9325);
-BiQuad bq123( 0.9903,   -1.9807,    0.9903,    0.9903,   -1.9629,    0.9736);
+BiQuad bq121( 0.8956,   -1.7911,    0.8956,    1.0000,   -1.7814,    0.7941);
+BiQuad bq122( 0.9192,   -1.8385,    0.9192,    1.0000,   -1.8319,    0.8450);
+BiQuad bq123( 0.9649,   -1.9298,    0.9649,    1.0000,   -1.9266,    0.9403);
 /*  low pass filter */
 BiQuad bq131( 0.3427,    0.6853,    0.3427,    0.3427,    0.1118,    0.0147);
 BiQuad bq132( 0.3927,    0.7853,    0.3927,    0.3927,    0.1469,    0.0771);