11 #ifndef INCLUDED_MMSE_INTERPOLATOR_CC_H 12 #define INCLUDED_MMSE_INTERPOLATOR_CC_H 28 typedef std::shared_ptr<mmse_interpolator_cc>
sptr;
36 static sptr make(
float phase_shift,
float interp_ratio);
38 virtual float mu()
const = 0;
39 virtual float interp_ratio()
const = 0;
40 virtual void set_mu(
float mu) = 0;
41 virtual void set_interp_ratio(
float interp_ratio) = 0;
std::shared_ptr< mmse_interpolator_cc > sptr
Definition: mmse_interpolator_cc.h:28
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
Interpolating MMSE filter with complex input, complex output.
Definition: mmse_interpolator_cc.h:24
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:59