 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
24 #ifndef INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H
25 #define INCLUDED_FILTER_PFB_CHANNELIZER_CCF_H
116 typedef boost::shared_ptr<pfb_channelizer_ccf>
sptr;
147 make(
unsigned int numchans,
const std::vector<float>&
taps,
float oversample_rate);
164 virtual std::vector<std::vector<float>>
taps()
const = 0;
static sptr make(unsigned int numchans, const std::vector< float > &taps, float oversample_rate)
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
virtual std::vector< int > channel_map() const =0
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,...
virtual void set_channel_map(const std::vector< int > &map)=0
virtual void print_taps()=0
virtual void set_taps(const std::vector< float > &taps)=0
boost::shared_ptr< pfb_channelizer_ccf > sptr
Definition: pfb_channelizer_ccf.h:116
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Polyphase filterbank channelizer with gr_complex input, gr_complex output and float taps.
Definition: pfb_channelizer_ccf.h:113
virtual std::vector< std::vector< float > > taps() const =0