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

Dependencies:   EALib I2S mbed

Revision:
1:a514e4de034d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Envelope/envSignal_types.h	Fri Jul 14 14:41:10 2017 +0000
@@ -0,0 +1,65 @@
+//
+// Academic License - for use in teaching, academic research, and meeting
+// course requirements at degree granting institutions only.  Not for
+// government, commercial, or other organizational use.
+// File: envSignal_types.h
+//
+// MATLAB Coder version            : 3.3
+// C/C++ source code generated on  : 13-Jul-2017 15:47:47
+//
+#ifndef ENVSIGNAL_TYPES_H
+#define ENVSIGNAL_TYPES_H
+
+// Include Files
+#include "rtwtypes.h"
+
+// Type Definitions
+#ifndef struct_emxArray__common
+#define struct_emxArray__common
+
+struct emxArray__common
+{
+  void *data;
+  int *size;
+  int allocatedSize;
+  int numDimensions;
+  boolean_T canFreeData;
+};
+
+#endif                                 //struct_emxArray__common
+
+#ifndef struct_emxArray_creal32_T
+#define struct_emxArray_creal32_T
+
+struct emxArray_creal32_T
+{
+  creal32_T *data;
+  int *size;
+  int allocatedSize;
+  int numDimensions;
+  boolean_T canFreeData;
+};
+
+#endif                                 //struct_emxArray_creal32_T
+
+#ifndef struct_emxArray_real32_T
+#define struct_emxArray_real32_T
+
+struct emxArray_real32_T
+{
+  float *data;
+  int *size;
+  int allocatedSize;
+  int numDimensions;
+  boolean_T canFreeData;
+};
+
+#endif                                 //struct_emxArray_real32_T
+#endif
+
+//
+// File trailer for envSignal_types.h
+//
+// [EOF]
+//
+