12 #ifndef INCLUDED_PFB_SYNTHESIZER_CCF_H 13 #define INCLUDED_PFB_SYNTHESIZER_CCF_H 81 typedef std::shared_ptr<pfb_synthesizer_ccf>
sptr;
92 make(
unsigned int numchans,
const std::vector<float>&
taps,
bool twox =
false);
99 virtual void set_taps(
const std::vector<float>&
taps) = 0;
104 virtual void print_taps() = 0;
109 virtual std::vector<std::vector<float>>
taps()
const = 0;
131 virtual void set_channel_map(
const std::vector<int>&
map) = 0;
136 virtual std::vector<int> channel_map()
const = 0;
std::shared_ptr< pfb_synthesizer_ccf > sptr
Definition: pfb_synthesizer_ccf.h:81
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:25
GNU Radio logging wrapper.
Definition: basic_block.h:29
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:77
static constexpr float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18