 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
24 #ifndef INCLUDED_PFB_DECIMATOR_CCF_H
25 #define INCLUDED_PFB_DECIMATOR_CCF_H
95 typedef boost::shared_ptr<pfb_decimator_ccf>
sptr;
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);
121 virtual void set_taps(
const std::vector<float>&
taps) = 0;
126 virtual std::vector<std::vector<float>>
taps()
const = 0;
131 virtual void print_taps() = 0;
133 virtual void set_channel(
const unsigned int channel) = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
synchronous 1:1 input to output with history
Definition: sync_block.h:37
Polyphase filterbank bandpass decimator with gr_complex input, gr_complex output and float taps.
Definition: pfb_decimator_ccf.h:91
boost::shared_ptr< pfb_decimator_ccf > sptr
Definition: pfb_decimator_ccf.h:95
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43