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

Dependencies:   mbed dsp

filter.h

Committer:
mikeb
Date:
2016-04-28
Revision:
15:29805fab7655
Parent:
1:4fceb43e2dd3

File content as of revision 15:29805fab7655:

#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:
    
    
    
    
    };