23 #ifndef INCLUDED_CHANNELS_SRO_MODEL_H 24 #define INCLUDED_CHANNELS_SRO_MODEL_H 46 typedef boost::shared_ptr<sro_model>
sptr;
56 static sptr make(
double sample_rate_hz,
59 double noise_seed = 0);
61 virtual void set_std_dev(
double _dev) = 0;
62 virtual void set_max_dev(
double _dev) = 0;
63 virtual void set_samp_rate(
double _rate) = 0;
65 virtual double std_dev()
const = 0;
66 virtual double max_dev()
const = 0;
67 virtual double samp_rate()
const = 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:42
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:30
boost::shared_ptr< sro_model > sptr
Definition: sro_model.h:46
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71