00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __FE2_LOWPASS_FILTER_H__
00016 #define __FE2_LOWPASS_FILTER_H__
00017
00046 #define FE2_FILTER_LOWPASS "lowpass"
00057 #define FE2_LOWPASS_Q "q"
00069 #define FE2_LOWPASS_CUTOFF "cutoff_freq"
00072 #endif //__FE2_LOWPASS_FILTER_H__