Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: signalprocessing.cpp
- Revision:
- 23:767911637f3a
- Child:
- 28:4a5671b3d88d
diff -r 4197629a300f -r 767911637f3a signalprocessing.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/signalprocessing.cpp Tue Oct 08 13:45:30 2019 +0000 @@ -0,0 +1,15 @@ +//double InitialiseFilters(double X) +//{ +// Y = X; + +// return Y; +//} + + +double ProcessEMG(double X) +{ + + double Y = X; + + return Y; +} \ No newline at end of file