 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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;
std::shared_ptr< fading_model > sptr
Definition: fading_model.h:34
fading simulator
Definition: fading_model.h:31
virtual void set_step(float step)=0
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
static sptr make(unsigned int N, float fDTs=0.01f, bool LOS=true, float K=4, uint32_t seed=0)
Build the channel simulator.
virtual void set_K(float K)=0
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual void set_fDTs(float fDTs)=0