Go to the documentation of this file.
29 #ifndef INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_CCF_H
30 #define INCLUDED_GRI_FIR_FILTER_WITH_BUFFER_CCF_H
109 unsigned long n,
unsigned long decimate);
114 void set_taps (
const std::vector<float> &
taps);
121 unsigned ntaps ()
const {
return d_taps.size (); }