 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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
fading simulator
Definition: selective_fading_model.h:33
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:25
constexpr float default_mags[]
Definition: selective_fading_model.h:22
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
std::shared_ptr< selective_fading_model > sptr
Definition: selective_fading_model.h:37