24 #ifndef INCLUDED_PFB_INTERPOLATOR_CCF_H 25 #define INCLUDED_PFB_INTERPOLATOR_CCF_H 83 typedef boost::shared_ptr<pfb_interpolator_ccf>
sptr;
91 static sptr make(
unsigned int interp,
92 const std::vector<float> &
taps);
99 virtual void set_taps(
const std::vector<float> &
taps) = 0;
104 virtual std::vector<std::vector<float> >
taps()
const = 0;
109 virtual void print_taps() = 0;
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:37
Include this header to use the message passing features.
Definition: logger.h:695
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
boost::shared_ptr< pfb_interpolator_ccf > sptr
Definition: pfb_interpolator_ccf.h:83
Polyphase filterbank interpolator with gr_complex input, gr_complex output and float taps...
Definition: pfb_interpolator_ccf.h:79
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30