Part of a program that estimates the direction of arrival of a signal

Dependencies:   mbed dsp

Revision:
1:4fceb43e2dd3
diff -r adae25491b93 -r 4fceb43e2dd3 filter.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filter.h	Mon Apr 18 18:43:15 2016 +0000
@@ -0,0 +1,11 @@
+#include <dsp.h>
+const float b[51] = {-0.007772, -0.003741, -0.004376, -0.004861, -0.005128, -0.005108, -0.004726, -0.003925, -0.002650, -0.000867, 0.001443, 0.004277, 0.007607, 0.011379, 0.015521, 0.019940, 0.024525, 0.029149, 0.033671, 0.037953, 0.041851, 0.045248, 0.048020, 0.050070, 0.051335, 0.251747, 0.051335, 0.050070, 0.048020, 0.045248, 0.041851, 0.037953, 0.033671, 0.029149, 0.024525, 0.019940, 0.015521, 0.011379, 0.007607, 0.004277, 0.001443, -0.000867, -0.002650, -0.003925, -0.004726, -0.005108, -0.005128, -0.004861, -0.004376, -0.003741, -0.007772};
+
+class filter{
+    
+    public:
+    
+    
+    
+    
+    };
\ No newline at end of file