23 #ifndef INCLUDED_FRACTIONAL_INTERPOLATOR_FF_H 24 #define INCLUDED_FRACTIONAL_INTERPOLATOR_FF_H 40 typedef boost::shared_ptr<fractional_interpolator_ff>
sptr;
48 static sptr make(
float phase_shift,
51 virtual float mu()
const = 0;
52 virtual float interp_ratio()
const = 0;
53 virtual void set_mu (
float mu) = 0;
54 virtual void set_interp_ratio(
float interp_ratio) = 0;
Interpolating MMSE filter with float input, float output.
Definition: fractional_interpolator_ff.h:36
Include this header to use the message passing features.
Definition: logger.h:695
#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:65
boost::shared_ptr< fractional_interpolator_ff > sptr
Definition: fractional_interpolator_ff.h:40