24 #ifndef INCLUDED_PFB_DECIMATOR_CCF_H
25 #define INCLUDED_PFB_DECIMATOR_CCF_H
110 static sptr make(
unsigned int decim,
111 const std::vector<float> &
taps,
112 unsigned int channel,
113 bool use_fft_rotator=
true,
114 bool use_fft_filters=
true);
120 virtual void set_taps(
const std::vector<float> &
taps) = 0;
125 virtual std::vector<std::vector<float> >
taps()
const = 0;
130 virtual void print_taps() = 0;
132 virtual void set_channel(
const unsigned int channel) = 0;
boost::shared_ptr< pfb_decimator_ccf > sptr
Definition: pfb_decimator_ccf.h:95
Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps...
Definition: pfb_decimator_ccf.h:91
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30