Go to the documentation of this file.
24 #ifndef INCLUDED_GRGSM_CONTROLLED_FRACTIONAL_RESAMPLER_CC_H
25 #define INCLUDED_GRGSM_CONTROLLED_FRACTIONAL_RESAMPLER_CC_H
28 #include <gnuradio/block.h>
42 typedef boost::shared_ptr<controlled_fractional_resampler_cc>
sptr;
52 static sptr make(
float phase_shift,
float resamp_ratio);
54 virtual float mu()
const = 0;
virtual void set_mu(float mu)=0
static sptr make(float phase_shift, float resamp_ratio)
Return a shared_ptr to a new instance of grgsm::controlled_fractional_resampler_cc.
virtual float resamp_ratio() const =0
boost::shared_ptr< controlled_fractional_resampler_cc > sptr
Definition: controlled_fractional_resampler_cc.h:42
virtual float mu() const =0
<+description of block+>
Definition: controlled_fractional_resampler_cc.h:40
virtual void set_resamp_ratio(float resamp_ratio)=0
Definition: constants.h:29
#define GRGSM_API
Definition: api.h:31