123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
1:f2adcae3d304
Parent:
0:8ad47e2b6f00
Child:
21:bc8c1cec3da6
--- a/mathDSP.h	Sat Jan 30 13:00:39 2016 +0000
+++ b/mathDSP.h	Sat Jan 30 13:53:19 2016 +0000
@@ -1,7 +1,10 @@
-//#include "Global.h"
+#ifndef mathDSP_H
+#define mathDSP_H
+
+
+
 #include "dspfns.h"
 
-
 typedef enum BAND_PASS_TYPE_{PLC, DUP} BAND_PASS_TYPE;
 
 extern 	BAND_PASS_TYPE BandPassType;
@@ -39,6 +42,6 @@
 void init_VibroReduce(void);
 int PLC_PhaseDetFilt (int input);
 int DUP_Filt (int input);
-void init_BandPass(double CenterFreq, double BandWidth, BAND_PASS_TYPE );
+void init_BandPass(double CenterFreq, double BandWidth, BAND_PASS_TYPE FiltType);
 
-
+#endif // mathDSP_H