Dependencies:   mbed-dsp mbed

Fork of DSP_200kHz by Mazzeo Research Group

Revision:
78:10b2916b8f5c
Parent:
75:8bb94685c80b
Child:
82:f6fbbb8a2139
Child:
85:f1be018aacac
--- a/Jareds_DSP/demodulate.h	Mon Jun 05 18:09:37 2017 +0000
+++ b/Jareds_DSP/demodulate.h	Tue Jun 06 18:15:00 2017 +0000
@@ -7,6 +7,8 @@
 
 //#define DEMODULATION_LENGTH 125
 #define DEMOD_200HZ 0
+#define DEMOD_1000HZ 1
+#define DEMOD_No_Demod -1
 
 void precompute_tables();
 void demodulate(float *samples[MAX_NUMBER_OF_FILTERS], int num_filters, int sample_length, int demodulation_frequency);