11 #ifndef INCLUDED_CHANNELS_CFO_MODEL_H
12 #define INCLUDED_CHANNELS_CFO_MODEL_H
36 typedef std::shared_ptr<cfo_model>
sptr;
49 double noise_seed = 0);
channel simulator
Definition: cfo_model.h:33
virtual double max_dev() const =0
static sptr make(double sample_rate_hz, double std_dev_hz, double max_dev_hz, double noise_seed=0)
Build the carrier frequency offset model.
virtual double samp_rate() const =0
virtual void set_max_dev(double _dev)=0
virtual void set_samp_rate(double _rate)=0
std::shared_ptr< cfo_model > sptr
Definition: cfo_model.h:36
virtual double std_dev() const =0
virtual void set_std_dev(double _dev)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29