28 #ifndef INCLUDED_GR_GR_INTERP_FIR_FILTER_CCC_H
29 #define INCLUDED_GR_GR_INTERP_FIR_FILTER_CCC_H
48 std::vector<gr_complex> d_new_taps;
50 std::vector<gr_fir_ccc *> d_firs;
57 void install_taps (
const std::vector<gr_complex> &taps);
62 void set_taps (
const std::vector<gr_complex> &taps);
64 int work (
int noutput_items,