11 #ifndef INCLUDED_CHANNELS_SRO_MODEL_H
12 #define INCLUDED_CHANNELS_SRO_MODEL_H
34 typedef std::shared_ptr<sro_model>
sptr;
47 double noise_seed = 0);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Sample Rate Offset Model.
Definition: sro_model.h:31
static sptr make(double sample_rate_hz, double std_dev_hz, double max_dev_hz, double noise_seed=0)
Build the sample rate offset model.
virtual double samp_rate() const =0
virtual void set_std_dev(double _dev)=0
virtual double std_dev() const =0
virtual double max_dev() const =0
virtual void set_max_dev(double _dev)=0
virtual void set_samp_rate(double _rate)=0
std::shared_ptr< sro_model > sptr
Definition: sro_model.h:34
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29