slave2
Dependencies: PinDetect dsp mbed-rtos mbed
Revision 4:e97105ea8f9e, committed 2016-04-27
- 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 |
diff -r 18d0a7397658 -r e97105ea8f9e Phase_Finder.h --- 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 * }