Filter for EMG signals The signal will be filtered using a notch, highpass and lowpass filter. The filtered signal will be compared to a preset threshold and according to the strength of the signal the program will perform an action. In this case it will assign a colour to an led.

Dependencies:   HIDScope MODSERIAL mbed

Fork of EMGfilter24_3 by Nick van den Berg

Auto generated API documentation and code listings for EMGfilter24

Classes

BiQuad BiQuad class implements a single filter
BiQuadChain Implements a chain of BiQuad filters

Code

BiQuad.cpp [code]
BiQuad.h [code]
main.cpp [code]