24#ifndef INCLUDED_GSM_CONTROLLED_FRACTIONAL_RESAMPLER_CC_H
25#define INCLUDED_GSM_CONTROLLED_FRACTIONAL_RESAMPLER_CC_H
28#include <gnuradio/block.h>
42 typedef std::shared_ptr<controlled_fractional_resampler_cc>
sptr;
52 static sptr make(
float phase_shift,
float resamp_ratio);
54 virtual float mu()
const = 0;
#define GSM_API
Definition: api.h:19
<+description of block+>
Definition: controlled_fractional_resampler_cc.h:40
std::shared_ptr< controlled_fractional_resampler_cc > sptr
Definition: controlled_fractional_resampler_cc.h:42
virtual void set_resamp_ratio(float resamp_ratio)=0
virtual float resamp_ratio() const =0
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.
Definition: constants.h:29