23 #ifndef INCLUDED_GRI_FFT_FILTER_CCC_GENERIC_H
24 #define INCLUDED_GRI_FFT_FILTER_CCC_GENERIC_H
46 std::vector<gr_complex> d_tail;
47 std::vector<gr_complex> d_new_taps;
50 void compute_sizes(
int ntaps);
51 int tailsize()
const {
return d_ntaps - 1; }
73 int set_taps (
const std::vector<gr_complex> &taps);
78 void set_nthreads(
int n);