Elektronikprojekt Grupp 13 / Mbed OS test_fft_grp13

Dependencies:   mbed-dsp

Fork of mbed-os-example-blinky by Elektronikprojekt Grupp 13

Revision:
56:dd569dfd421c
Parent:
54:fd99c80c68da
--- a/main.cpp	Mon Apr 10 09:21:41 2017 +0000
+++ b/main.cpp	Mon Apr 10 09:29:37 2017 +0000
@@ -1,7 +1,8 @@
 #include "mbed.h"
 
 const int FFT_SIZE = 64;
-
+float samples[FFT_SIZE*2];
+float magnitudes[FFT_SIZE];
 
 void samplingBegin(){
 }