24#ifndef INCLUDED_PFB_SYNTHESIZER_CCF_H
25#define INCLUDED_PFB_SYNTHESIZER_CCF_H
93 typedef boost::shared_ptr<pfb_synthesizer_ccf>
sptr;
104 make(
unsigned int numchans,
const std::vector<float>&
taps,
bool twox =
false);
121 virtual std::vector<std::vector<float>>
taps()
const = 0;
Polyphase synthesis filterbank with gr_complex input, gr_complex output and float taps.
Definition pfb_synthesizer_ccf.h:90
boost::shared_ptr< pfb_synthesizer_ccf > sptr
Definition pfb_synthesizer_ccf.h:93
static sptr make(unsigned int numchans, const std::vector< float > &taps, bool twox=false)
virtual std::vector< std::vector< float > > taps() const =0
virtual void print_taps()=0
virtual void set_taps(const std::vector< float > &taps)=0
virtual void set_channel_map(const std::vector< int > &map)=0
virtual std::vector< int > channel_map() const =0
synchronous 1:N input to output with history
Definition sync_interpolator.h:38
#define FILTER_API
Definition gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition interpolator_taps.h:9
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46