25 #ifndef INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCC_H
26 #define INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_CCC_H
84 static sptr make(
unsigned interpolation,
86 const std::vector<gr_complex> &
taps);
88 virtual unsigned interpolation()
const = 0;
89 virtual unsigned decimation()
const = 0;
91 virtual void set_taps(
const std::vector<gr_complex> &
taps) = 0;
92 virtual std::vector<gr_complex>
taps()
const = 0;
boost::shared_ptr< rational_resampler_base_ccc > sptr
Definition: rational_resampler_base_ccc.h:75
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Include this header to use the message passing features.
Definition: logger.h:129
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
Rational Resampling Polyphase FIR filter with gr_complex input, gr_complex output and gr_complex taps...
Definition: rational_resampler_base_ccc.h:71
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60