23 #ifndef INCLUDED_MMSE_INTERPOLATOR_FF_H 24 #define INCLUDED_MMSE_INTERPOLATOR_FF_H 40 typedef boost::shared_ptr<mmse_interpolator_ff>
sptr;
48 static sptr make(
float phase_shift,
float interp_ratio);
50 virtual float mu()
const = 0;
51 virtual float interp_ratio()
const = 0;
52 virtual void set_mu(
float mu) = 0;
53 virtual void set_interp_ratio(
float interp_ratio) = 0;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< mmse_interpolator_ff > sptr
Definition: mmse_interpolator_ff.h:40
Interpolating MMSE filter with float input, float output.
Definition: mmse_interpolator_ff.h:36
#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:71