23#ifndef INCLUDED_CHANNELS_FADING_MODEL_H
24#define INCLUDED_CHANNELS_FADING_MODEL_H
46 typedef boost::shared_ptr<fading_model>
sptr;
57 make(
unsigned int N,
float fDTs = 0.01,
bool LOS =
true,
float K = 4,
int seed = 0);
60 virtual float K() = 0;
64 virtual void set_K(
float K) = 0;
fading simulator
Definition fading_model.h:43
virtual void set_step(float step)=0
boost::shared_ptr< fading_model > sptr
Definition fading_model.h:46
static sptr make(unsigned int N, float fDTs=0.01, bool LOS=true, float K=4, int seed=0)
Build the channel simulator.
virtual void set_K(float K)=0
virtual void set_fDTs(float fDTs)=0
synchronous 1:1 input to output with history
Definition sync_block.h:38
#define CHANNELS_API
Definition gr-channels/include/gnuradio/channels/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46