23 #ifndef INCLUDED_CHANNELS_FADING_MODEL_H
24 #define INCLUDED_CHANNELS_FADING_MODEL_H
56 static sptr make(
unsigned int N,
62 virtual float fDTs() = 0;
63 virtual float K() = 0;
64 virtual float step() = 0;
66 virtual void set_fDTs(
float fDTs) = 0;
67 virtual void set_K(
float K) = 0;
68 virtual void set_step(
float step) = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< fading_model > sptr
Definition: fading_model.h:46
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