11 #ifndef INCLUDED_CHANNELS_FADING_MODEL_H 12 #define INCLUDED_CHANNELS_FADING_MODEL_H 34 typedef std::shared_ptr<fading_model>
sptr;
45 static sptr make(
unsigned int N,
51 virtual float fDTs() = 0;
52 virtual float K() = 0;
53 virtual float step() = 0;
55 virtual void set_fDTs(
float fDTs) = 0;
56 virtual void set_K(
float K) = 0;
57 virtual void set_step(
float step) = 0;
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
fading simulator
Definition: fading_model.h:30
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
std::shared_ptr< fading_model > sptr
Definition: fading_model.h:34