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