25#ifndef INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_SCC_H
26#define INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_SCC_H
75 typedef boost::shared_ptr<rational_resampler_base_scc>
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 short input, gr_complex output and gr_complex taps.
Definition: rational_resampler_base_scc.h:72
static sptr make(unsigned interpolation, unsigned decimation, const std::vector< gr_complex > &taps)
virtual unsigned interpolation() const =0
virtual void set_taps(const std::vector< gr_complex > &taps)=0
virtual unsigned decimation() const =0
boost::shared_ptr< rational_resampler_base_scc > sptr
Definition: rational_resampler_base_scc.h:75
virtual std::vector< gr_complex > taps() const =0
#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