23#ifndef INCLUDED_FRACTIONAL_INTERPOLATOR_CC_H
24#define INCLUDED_FRACTIONAL_INTERPOLATOR_CC_H
40 typedef boost::shared_ptr<fractional_interpolator_cc>
sptr;
48 static sptr make(
float phase_shift,
float interp_ratio);
50 virtual float mu()
const = 0;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Interpolating MMSE filter with complex input, complex output.
Definition: fractional_interpolator_cc.h:37
boost::shared_ptr< fractional_interpolator_cc > sptr
Definition: fractional_interpolator_cc.h:40
virtual float interp_ratio() const =0
virtual void set_mu(float mu)=0
static sptr make(float phase_shift, float interp_ratio)
Build the interpolating MMSE filter (complex input, complex output)
virtual float mu() const =0
virtual void set_interp_ratio(float interp_ratio)=0
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45