29 #ifndef INCLUDED_GR_GR_RATIONAL_RESAMPLER_BASE_FCC_H
30 #define INCLUDED_GR_GR_RATIONAL_RESAMPLER_BASE_FCC_H
40 const std::vector<gr_complex> &
taps);
52 unsigned d_interpolation, d_decimation;
54 std::vector<gr_complex> d_new_taps;
56 std::vector<gr_fir_fcc *> d_firs;
66 const std::vector<gr_complex> &taps);
68 void install_taps (
const std::vector<gr_complex> &taps);
72 unsigned history ()
const {
return d_history; }
78 void set_taps (
const std::vector<gr_complex> &taps);