slave2

Dependencies:   PinDetect dsp mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
cpark308
Date:
Wed Apr 27 21:20:20 2016 +0000
Parent:
3:18d0a7397658
Commit message:
Slave 2 code, with auto sampling and dsp tweaks

Changed in this revision

Phase_Finder.h Show annotated file Show diff for this revision Revisions of this file
--- a/Phase_Finder.h	Wed Apr 27 20:45:16 2016 +0000
+++ b/Phase_Finder.h	Wed Apr 27 21:20:20 2016 +0000
@@ -1,7 +1,7 @@
 #include <mbed.h>
 using namespace std;
-const int SAMPLE_LENGTH = 301;
-const int PEAKS = 5;
+const int SAMPLE_LENGTH = 251;
+const int PEAKS = 4;
  
 /** A
 *      }