28 #ifndef INCLUDED_GR_INTERP_FIR_FILTER_CCC_H
29 #define INCLUDED_GR_INTERP_FIR_FILTER_CCC_H
49 std::vector<gr_complex> d_new_taps;
51 std::vector<gr_fir_ccc *> d_firs;
58 void install_taps (
const std::vector<gr_complex> &taps);
63 void set_taps (
const std::vector<gr_complex> &taps);
65 int work (
int noutput_items,