Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
85:f1be018aacac
Parent:
78:10b2916b8f5c
--- a/Jareds_DSP/demodulate.h	Wed Feb 21 23:23:17 2018 +0000
+++ b/Jareds_DSP/demodulate.h	Wed Apr 25 16:21:11 2018 +0000
@@ -9,6 +9,7 @@
 #define DEMOD_200HZ 0
 #define DEMOD_1000HZ 1
 #define DEMOD_No_Demod -1
+extern const int pre_compute_length;
 
 void precompute_tables();
 void demodulate(float *samples[MAX_NUMBER_OF_FILTERS], int num_filters, int sample_length, int demodulation_frequency);