25#ifndef INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCC_H
26#define INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCC_H
75 typedef boost::shared_ptr<rational_resampler_base_ccc>
sptr;
86 const std::vector<gr_complex> &
taps);
92 virtual std::vector<gr_complex>
taps()
const = 0;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Rational Resampling Polyphase FIR filter with gr_complex input, gr_complex output and gr_complex taps...
Definition: rational_resampler_base_ccc.h:72
boost::shared_ptr< rational_resampler_base_ccc > sptr
Definition: rational_resampler_base_ccc.h:75
virtual void set_taps(const std::vector< gr_complex > &taps)=0
virtual unsigned decimation() const =0
virtual unsigned interpolation() const =0
virtual std::vector< gr_complex > taps() const =0
static sptr make(unsigned interpolation, unsigned decimation, const std::vector< gr_complex > &taps)
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Include this header to use the message passing features.
Definition: basic_block.h:45