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:
- 43:9579a1afe9cb
- Parent:
- 28:4a5671b3d88d
- Child:
- 56:58cbb056e4be
--- a/signalprocessing.cpp Mon Oct 14 12:15:43 2019 +0000 +++ b/signalprocessing.cpp Mon Oct 14 14:06:39 2019 +0000 @@ -1,7 +1,9 @@ -double ProcessEMG(double X) + + +float ProcessEMG(float X) { - double Y = X; + float Y = X; return Y; } \ No newline at end of file