Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
58:4bee89daccff
Parent:
57:7b8c49e1c1f6
Child:
59:1cfd9d9fb99d
--- a/DMA_sampling/dma.cpp	Thu Feb 18 23:20:49 2016 +0000
+++ b/DMA_sampling/dma.cpp	Fri Feb 19 19:01:30 2016 +0000
@@ -3,7 +3,7 @@
  */
 #include "dma.h"
 
-#define TOTAL_SAMPLES 16
+#define TOTAL_SAMPLES 256
 int len = TOTAL_SAMPLES;
 uint16_t sample_array0[TOTAL_SAMPLES];
 uint16_t sample_array1[TOTAL_SAMPLES];