Go to the documentation of this file.
29 #ifndef INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_FSF_H
30 #define INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_FSF_H
77 short filter (
float input);
90 short filter (
const float input[],
unsigned long dec);
98 void filterN (
short output[],
const float input[],
108 void filterNdec (
short output[],
const float input[],
109 unsigned long n,
unsigned long decimate);
114 void set_taps (
const std::vector<float> &
taps);
121 unsigned ntaps ()
const {
return d_taps.size (); }