Go to the documentation of this file.
29 #ifndef INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_FFF_H
30 #define INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_FFF_H
77 float filter (
float input);
90 float filter (
const float input[],
unsigned long dec);
98 void filterN (
float output[],
const float input[],
108 void filterNdec (
float 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 (); }