29 #ifndef INCLUDED_GR_GR_RATIONAL_RESAMPLER_BASE_CCF_H
30 #define INCLUDED_GR_GR_RATIONAL_RESAMPLER_BASE_CCF_H
40 const std::vector<float> &
taps);
51 unsigned d_interpolation, d_decimation;
53 std::vector<float> d_new_taps;
55 std::vector<gr_fir_ccf *> d_firs;
65 const std::vector<float> &taps);
67 void install_taps (
const std::vector<float> &taps);
71 unsigned history ()
const {
return d_history; }
77 void set_taps (
const std::vector<float> &taps);