 |
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_CHANNEL_MODEL_H
24 #define INCLUDED_CHANNELS_CHANNEL_MODEL_H
59 typedef boost::shared_ptr<channel_model>
sptr;
77 double frequency_offset = 0.0,
79 const std::vector<gr_complex>&
taps = std::vector<gr_complex>(1, 1),
80 double noise_seed = 0,
81 bool block_tags =
false);
90 virtual std::vector<gr_complex>
taps()
const = 0;
virtual void set_noise_voltage(double noise_voltage)=0
virtual void set_taps(const std::vector< gr_complex > &taps)=0
virtual double frequency_offset() const =0
boost::shared_ptr< channel_model > sptr
Definition: channel_model.h:59
virtual double timing_offset() const =0
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:30
virtual void set_frequency_offset(double frequency_offset)=0
static const float taps[NSTEPS+1][NTAPS]
Definition: interpolator_taps.h:9
Basic channel simulator.
Definition: channel_model.h:56
virtual std::vector< gr_complex > taps() const =0
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_timing_offset(double epsilon)=0
Hierarchical container class for gr::block's and gr::hier_block2's.
Definition: hier_block2.h:46
static sptr make(double noise_voltage=0.0, double frequency_offset=0.0, double epsilon=1.0, const std::vector< gr_complex > &taps=std::vector< gr_complex >(1, 1), double noise_seed=0, bool block_tags=false)
Build the channel simulator.
virtual double noise_voltage() const =0