uses armmath has two swithcable filters

Dependencies:   FastAnalogIn mbed-dsp mbed

Committer:
Clocktop
Date:
Wed Apr 23 18:23:58 2014 +0000
Revision:
0:888888c9f065
arm_math dual filters

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Clocktop 0:888888c9f065 1 /* LowPass.h */
Clocktop 0:888888c9f065 2 /* FIR filter coefficients */
Clocktop 0:888888c9f065 3 /* exported by MATLAB using FIR_dump2c */
Clocktop 0:888888c9f065 4 /* Michael G. Morrow - 2000, 2003, 2004 */
Clocktop 0:888888c9f065 5
Clocktop 0:888888c9f065 6
Clocktop 0:888888c9f065 7 #define N 5
Clocktop 0:888888c9f065 8
Clocktop 0:888888c9f065 9 extern float B[];