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
Filter.h
- Committer:
- Bartvaart
- Date:
- 2015-10-06
- Revision:
- 2:ae55928ff00f
- Parent:
- 1:98be4152a539
File content as of revision 2:ae55928ff00f:
#include "mbed.h"
double Filter(double u, double &v1, double &v2, const double a1, const double a2, const double b0, const double b1, const double b2, const double gain);
