24 #ifndef INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H
25 #define INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H
139 static sptr make(
unsigned int numchans,
140 const std::vector<float> &
taps,
141 float oversample_rate);
147 virtual void set_taps(
const std::vector<float> &
taps) = 0;
152 virtual void print_taps() = 0;
157 virtual std::vector<std::vector<float> >
taps()
const = 0;
190 virtual void set_channel_map(
const std::vector<int> &map) = 0;
195 virtual std::vector<int> channel_map()
const = 0;