 |
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_CHANNELS_SRO_MODEL_H
24 #define INCLUDED_CHANNELS_SRO_MODEL_H
46 typedef boost::shared_ptr<sro_model>
sptr;
59 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:30
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
boost::shared_ptr< sro_model > sptr
Definition: sro_model.h:46
virtual double std_dev() const =0
virtual void set_max_dev(double _dev)=0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Sample Rate Offset Model.
Definition: sro_model.h:43
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.