 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
virtual double samp_rate() const =0
virtual void set_samp_rate(double _rate)=0
virtual double max_dev() const =0
virtual void set_std_dev(double _dev)=0
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
std::shared_ptr< sro_model > sptr
Definition: sro_model.h:34
virtual double std_dev() const =0
virtual void set_max_dev(double _dev)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
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.