23 #ifndef INCLUDED_MMSE_RESAMPLER_CC_H 24 #define INCLUDED_MMSE_RESAMPLER_CC_H 45 typedef boost::shared_ptr<mmse_resampler_cc>
sptr;
53 static sptr make(
float phase_shift,
float resamp_ratio);
55 virtual float mu()
const = 0;
56 virtual float resamp_ratio()
const = 0;
57 virtual void set_mu(
float mu) = 0;
58 virtual void set_resamp_ratio(
float resamp_ratio) = 0;
resampling MMSE filter with complex input, complex output
Definition: mmse_resampler_cc.h:41
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< mmse_resampler_cc > sptr
Definition: mmse_resampler_cc.h:45
#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