25 #ifndef INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_FCC_H
26 #define INCLUDED_FILTER_RATIONAL_RESAMPLER_BASE_FCC_H
75 typedef boost::shared_ptr<rational_resampler_base_fcc>
sptr;
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_fcc > sptr
Definition: rational_resampler_base_fcc.h:75
Include this header to use the message passing features.
Definition: basic_block.h:45
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Rational Resampling Polyphase FIR filter with float input, gr_complex output and gr_complex taps...
Definition: rational_resampler_base_fcc.h:71
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60