12 #ifndef INCLUDED_PFB_DECIMATOR_CCF_H
13 #define INCLUDED_PFB_DECIMATOR_CCF_H
83 typedef std::shared_ptr<pfb_decimator_ccf>
sptr;
98 static sptr make(
unsigned int decim,
99 const std::vector<float>&
taps,
100 unsigned int channel,
101 bool use_fft_rotator =
true,
102 bool use_fft_filters =
true);
109 virtual void set_taps(
const std::vector<float>&
taps) = 0;
114 virtual std::vector<std::vector<float>>
taps()
const = 0;
119 virtual void print_taps() = 0;
121 virtual void set_channel(
const unsigned int channel) = 0;
std::shared_ptr< pfb_decimator_ccf > sptr
Definition: pfb_decimator_ccf.h:83
Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps...
Definition: pfb_decimator_ccf.h:79
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
static constexpr float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18