11 #ifndef INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL_H 12 #define INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL_H 37 typedef std::shared_ptr<selective_fading_model>
sptr;
50 static sptr make(
unsigned int N,
55 std::vector<float> delays,
56 std::vector<float> mags,
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;
constexpr float default_delays[]
Definition: selective_fading_model.h:21
constexpr float default_mags[]
Definition: selective_fading_model.h:22
fading simulator
Definition: selective_fading_model.h:33
std::shared_ptr< selective_fading_model > sptr
Definition: selective_fading_model.h:37
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
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18