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);
59 virtual float fDTs() = 0;
60 virtual float K() = 0;
61 virtual float step() = 0;
63 virtual void set_fDTs(
float fDTs) = 0;
64 virtual void set_K(
float K) = 0;
65 virtual void set_step(
float step) = 0;
boost::shared_ptr< fading_model > sptr
Definition: fading_model.h:46
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
fading simulator
Definition: fading_model.h:42
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:30