11 #ifndef INCLUDED_CHANNELS_FADING_MODEL_H
12 #define INCLUDED_CHANNELS_FADING_MODEL_H
34 typedef std::shared_ptr<fading_model>
sptr;
52 virtual float K() = 0;
56 virtual void set_K(
float K) = 0;
fading simulator
Definition: fading_model.h:31
virtual void set_step(float step)=0
static sptr make(unsigned int N, float fDTs=0.01f, bool LOS=true, float K=4, uint32_t seed=0)
Build the channel simulator.
std::shared_ptr< fading_model > sptr
Definition: fading_model.h:34
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:26
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29