 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef INCLUDED_PFB_INTERPOLATOR_CCF_H
13 #define INCLUDED_PFB_INTERPOLATOR_CCF_H
71 typedef std::shared_ptr<pfb_interpolator_ccf>
sptr;
79 static sptr make(
unsigned int interp,
const std::vector<float>&
taps);
91 virtual std::vector<std::vector<float>>
taps()
const = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
virtual void print_taps()=0
std::shared_ptr< pfb_interpolator_ccf > sptr
Definition: pfb_interpolator_ccf.h:71
virtual std::vector< std::vector< float > > taps() const =0
synchronous 1:N input to output with history
Definition: sync_interpolator.h:26
static sptr make(unsigned int interp, const std::vector< float > &taps)
GNU Radio logging wrapper.
Definition: basic_block.h:29
Polyphase filterbank interpolator with gr_complex input, gr_complex output and float taps.
Definition: pfb_interpolator_ccf.h:68
virtual void set_taps(const std::vector< float > &taps)=0
static constexpr float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9