23 #ifndef INCLUDED_CHANNELS_CFO_MODEL_H
24 #define INCLUDED_CHANNELS_CFO_MODEL_H
48 typedef boost::shared_ptr<cfo_model>
sptr;
59 double sample_rate_hz,
64 virtual void set_std_dev(
double _dev) = 0;
65 virtual void set_max_dev(
double _dev) = 0;
66 virtual void set_samp_rate(
double _rate) = 0;
68 virtual double std_dev()
const = 0;
69 virtual double max_dev()
const = 0;
70 virtual double samp_rate()
const = 0;
channel simulator
Definition: cfo_model.h:44
Include this header to use the message passing features.
Definition: logger.h:131
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< cfo_model > sptr
Definition: cfo_model.h:48
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:30