 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_MMSE_RESAMPLER_FF_H
24 #define INCLUDED_MMSE_RESAMPLER_FF_H
46 typedef boost::shared_ptr<mmse_resampler_ff>
sptr;
54 static sptr make(
float phase_shift,
float resamp_ratio);
56 virtual float mu()
const = 0;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
virtual void set_resamp_ratio(float resamp_ratio)=0
boost::shared_ptr< mmse_resampler_ff > sptr
Definition: mmse_resampler_ff.h:46
static sptr make(float phase_shift, float resamp_ratio)
Build the resampling MMSE filter (float input, float output)
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
virtual float resamp_ratio() const =0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_mu(float mu)=0
Resampling MMSE filter with float input, float output.
Definition: mmse_resampler_ff.h:43
virtual float mu() const =0