16 #ifndef __fir_filter_h__
17 #define __fir_filter_h__
42 void set_coef(
int ord,
float *nc,
float gain);
44 int read_coef_file(std::string fname);
46 int get_order(){
return order;}
float apply_filter(float *data, int len)
Apply the filter to the data fector of length len.
The namespace of VisAO software.