filtering biceps en triceps

Dependencies:   HIDScope mbed-dsp mbed

Files at this revision

API Documentation at this revision

Comitter:
DominiqueC
Date:
Fri Oct 17 17:34:17 2014 +0000
Parent:
1:d4f3f7b24852
Child:
3:70f9de0ba6e0
Commit message:
filter biceps en triceps2.0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 17 17:25:46 2014 +0000
+++ b/main.cpp	Fri Oct 17 17:34:17 2014 +0000
@@ -40,11 +40,17 @@
     /*variable to store value in for biceps*/    
     uint16_t emg0_value;
     float emg0_value_f32;
+    float filtered_emg0_notch;
+    float filtered_emg0_notch_highpass;
+    float filtered_emg0_notch_highpass_lowpass;
     float filtered_emg0_eindsignaal_abs;
     
     /*variable to store value in for triceps*/    
     uint16_t emg1_value;
     float emg1_value_f32;
+    float filtered_emg1_notch;
+    float filtered_emg1_notch_highpass;
+    float filtered_emg1_notch_highpass_lowpass;
     float filtered_emg1_eindsignaal_abs;
     
     /*put raw emg value both in red and in emg_value*/