 |
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_MODEL2_H
12 #define INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL2_H
37 typedef std::shared_ptr<selective_fading_model2>
sptr;
52 static sptr make(
unsigned int N,
57 std::vector<float> delays,
58 std::vector<float> delays_std,
59 std::vector<float> delays_maxdev,
60 std::vector<float> mags,
63 virtual float fDTs() = 0;
64 virtual float K() = 0;
65 virtual float step() = 0;
67 virtual void set_fDTs(
float fDTs) = 0;
68 virtual void set_K(
float K) = 0;
69 virtual void set_step(
float step) = 0;
fading simulator
Definition: selective_fading_model2.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
std::shared_ptr< selective_fading_model2 > sptr
Definition: selective_fading_model2.h:37
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
constexpr float default_delays2[]
Definition: selective_fading_model2.h:21
constexpr float default_mags2[]
Definition: selective_fading_model2.h:22