24#ifndef INCLUDED_PFB_DECIMATOR_CCF_H
25#define INCLUDED_PFB_DECIMATOR_CCF_H
95 typedef boost::shared_ptr<pfb_decimator_ccf>
sptr;
111 const std::vector<float>&
taps,
112 unsigned int channel,
113 bool use_fft_rotator =
true,
114 bool use_fft_filters =
true);
126 virtual std::vector<std::vector<float> >
taps()
const = 0;
Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps.
Definition: pfb_decimator_ccf.h:92
virtual void print_taps()=0
virtual std::vector< std::vector< float > > taps() const =0
virtual void set_channel(const unsigned int channel)=0
virtual void set_taps(const std::vector< float > &taps)=0
static sptr make(unsigned int decim, const std::vector< float > &taps, unsigned int channel, bool use_fft_rotator=true, bool use_fft_filters=true)
boost::shared_ptr< pfb_decimator_ccf > sptr
Definition: pfb_decimator_ccf.h:95
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Include this header to use the message passing features.
Definition: basic_block.h:45