van EMG inputs (u1,u1t) naar een gefilterd signaal y5 y5t

Dependencies:   HIDScope biquadFilter mbed

Fork of EMG_filters by marijn peters

Files at this revision

API Documentation at this revision

Comitter:
marijnstudent
Date:
Fri Oct 16 11:33:52 2015 +0000
Parent:
14:e5fead959572
Commit message:
myController is de functie die 2 emg signalen (u1,u1t) omzet naar een mooi gefilterd signaal (y5,y5t) pass by reference zit er nog niet bij in.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e5fead959572 -r 329cd384f63f main.cpp
--- a/main.cpp	Fri Oct 09 11:27:27 2015 +0000
+++ b/main.cpp	Fri Oct 16 11:33:52 2015 +0000
@@ -63,7 +63,8 @@
     return yt;
 }
 
-
+// double y5t;
+// double y5;
 
 // myController vraagt de analoge waardes op (A0 en A2, d.m.v. AnalogIn[t].read())
 // deze waardes worden gefilterd en naar HIDScope gestuurd