11#ifndef INCLUDED_CHANNELS_CHANNEL_MODEL2_H 
   12#define INCLUDED_CHANNELS_CHANNEL_MODEL2_H 
   63    typedef std::shared_ptr<channel_model2> 
sptr;
 
   79                     const std::vector<gr_complex>& 
taps = std::vector<gr_complex>(1, 0),
 
   80                     double noise_seed = 0,
 
   81                     bool block_tags = 
false);
 
   88    virtual std::vector<gr_complex> 
taps() 
const = 0;
 
 
Basic channel simulator allowing time-varying frequency and timing inputs.
Definition channel_model2.h:60
virtual void set_noise_voltage(double noise_voltage)=0
virtual double timing_offset() const =0
virtual void set_timing_offset(double epsilon)=0
virtual double noise_voltage() const =0
virtual std::vector< gr_complex > taps() const =0
virtual void set_taps(const std::vector< gr_complex > &taps)=0
static sptr make(double noise_voltage=0.0, double epsilon=1.0, const std::vector< gr_complex > &taps=std::vector< gr_complex >(1, 0), double noise_seed=0, bool block_tags=false)
Build the channel simulator.
std::shared_ptr< channel_model2 > sptr
Definition channel_model2.h:63
#define CHANNELS_API
Definition gr-channels/include/gnuradio/channels/api.h:18
Definition cfo_model.h:19
GNU Radio logging wrapper.
Definition basic_block.h:29