Code for measuring the signal with a specified length and sampling rate, and saving it on a SD card.

Dependencies:   EALib I2S mbed

Revision:
0:c05b00be2229
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Audio/measureSignal.h	Thu Jul 13 19:33:37 2017 +0000
@@ -0,0 +1,14 @@
+#ifndef MEASURESIGNAL_H
+#define MEASURESIGNAL_H
+
+#include "WM8731.h"
+#include "I2S.h"
+
+
+
+void measureSignal(int signal[],int fs,int N);
+
+
+
+#endif
+