EMG filtering; highpass, notch, abs, moving average

Dependencies:   HIDScope MODSERIAL- mbed-dsp mbed

Files at this revision

API Documentation at this revision

Comitter:
wbuysman
Date:
Mon Sep 29 12:04:18 2014 +0000
Parent:
13:18d4cef1fdb4
Child:
15:ddbbee38d721
Commit message:
Fs = 1000Hz

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 23 18:56:14 2014 +0000
+++ b/main.cpp	Mon Sep 29 12:04:18 2014 +0000
@@ -50,7 +50,7 @@
     * The looper() function will be called every 0.01 seconds.
     * Please mind that the parentheses after looper are omitted when using attach.
     */
-    log_timer.attach(looper, 0.005);
+    log_timer.attach(looper, 0.001);
     while(1) //Loop
     {
       /*Empty!*/