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: HIDScope MODSERIAL QEI TextLCD mbed
Fork of TotalControlEmg2 by
Diff: Filter.h
- Revision:
- 1:98be4152a539
- Parent:
- 0:557b1ff83a8a
- Child:
- 2:ae55928ff00f
--- a/Filter.h Tue Oct 06 12:02:22 2015 +0000 +++ b/Filter.h Tue Oct 06 12:07:40 2015 +0000 @@ -1,3 +1,3 @@ #include "mbed.h" -double filter(double u); \ No newline at end of file +double Filter(double u, double &v1, double &v2, const double a1, const double a2, const double b0, const double b1, const double b2); \ No newline at end of file
