24 #ifndef INCLUDED_PFB_DECIMATOR_CCF_H
25 #define INCLUDED_PFB_DECIMATOR_CCF_H
103 static sptr make(
unsigned int decim,
104 const std::vector<float> &
taps,
105 unsigned int channel);
111 virtual void set_taps(
const std::vector<float> &
taps) = 0;
116 virtual std::vector<std::vector<float> >
taps()
const = 0;
121 virtual void print_taps() = 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