23 #ifndef INCLUDED_CHANNELS_CFO_MODEL_H 24 #define INCLUDED_CHANNELS_CFO_MODEL_H 48 typedef boost::shared_ptr<cfo_model>
sptr;
58 static sptr make(
double sample_rate_hz,
61 double noise_seed = 0);
63 virtual void set_std_dev(
double _dev) = 0;
64 virtual void set_max_dev(
double _dev) = 0;
65 virtual void set_samp_rate(
double _rate) = 0;
67 virtual double std_dev()
const = 0;
68 virtual double max_dev()
const = 0;
69 virtual double samp_rate()
const = 0;
channel simulator
Definition: cfo_model.h:44
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
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