12 #ifndef INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H 13 #define INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H 104 typedef std::shared_ptr<pfb_channelizer_ccf>
sptr;
135 make(
unsigned int numchans,
const std::vector<float>&
taps,
float oversample_rate);
142 virtual void set_taps(
const std::vector<float>&
taps) = 0;
147 virtual void print_taps() = 0;
152 virtual std::vector<std::vector<float>>
taps()
const = 0;
186 virtual void set_channel_map(
const std::vector<int>&
map) = 0;
191 virtual std::vector<int> channel_map()
const = 0;
Polyphase filterbank channelizer with gr_complex input, gr_complex output and float taps...
Definition: pfb_channelizer_ccf.h:100
std::shared_ptr< pfb_channelizer_ccf > sptr
Definition: pfb_channelizer_ccf.h:104
GNU Radio logging wrapper.
Definition: basic_block.h:29
PMT_API pmt_t map(pmt_t proc(const pmt_t &), pmt_t list)
Apply proc element-wise to the elements of list and returns a list of the results, in order.
static constexpr float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62