24 #ifndef INCLUDED_PFB_SYNTHESIZER_CCF_H
25 #define INCLUDED_PFB_SYNTHESIZER_CCF_H
103 static sptr make(
unsigned int numchans,
104 const std::vector<float> &
taps,
112 virtual void set_taps(
const std::vector<float> &
taps) = 0;
117 virtual void print_taps() = 0;
122 virtual std::vector<std::vector<float> >
taps()
const = 0;
142 virtual void set_channel_map(
const std::vector<int> &
map) = 0;
147 virtual std::vector<int> channel_map()
const = 0;
boost::shared_ptr< pfb_synthesizer_ccf > sptr
Definition: pfb_synthesizer_ccf.h:93
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:37
PMT_API pmt_t map(pmt_t proc(const pmt_t &), pmt_t list)
Apply proc element-wise to the elements of list and returns a list of the results, in order.
Polyphase synthesis filterbank with gr_complex input, gr_complex output and float taps...
Definition: pfb_synthesizer_ccf.h:89
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30