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 mbed-dsp mbed
Fork of emg_filter2 by
Revision 59:fa8d6909d8ac, committed 2014-10-20
- Comitter:
- Tanja2211
- Date:
- Mon Oct 20 13:07:38 2014 +0000
- Parent:
- 58:b5bb78380767
- Child:
- 60:7b5ca1a4d7c3
- Commit message:
- .)
Changed in this revision
| EMGfilter.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/EMGfilter.cpp Mon Oct 20 12:22:55 2014 +0000
+++ b/EMGfilter.cpp Mon Oct 20 13:07:38 2014 +0000
@@ -158,7 +158,7 @@
int main()
{
- Ticker log_timer;
+ Ticker log_timer,;
//set up filters. Use external array for constants
arm_biquad_cascade_df1_init_f32(&lowpass,1 , lowpass_const, lowpass_states);
arm_biquad_cascade_df1_init_f32(&highpass,1 ,highpass_const, highpass_states);
