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
signalprocessing.cpp
- Committer:
- JornD
- Date:
- 2019-10-08
- Revision:
- 23:767911637f3a
- Child:
- 28:4a5671b3d88d
File content as of revision 23:767911637f3a:
//double InitialiseFilters(double X) //{ // Y = X; // return Y; //} double ProcessEMG(double X) { double Y = X; return Y; }