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