 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL_H
24 #define INCLUDED_CHANNELS_SELECTIVE_FADING_MODEL_H
49 typedef boost::shared_ptr<selective_fading_model>
sptr;
67 std::vector<float> delays,
68 std::vector<float> mags,
72 virtual float K() = 0;
76 virtual void set_K(
float K) = 0;
fading simulator
Definition: selective_fading_model.h:46
const float default_delays[]
Definition: selective_fading_model.h:33
boost::shared_ptr< selective_fading_model > sptr
Definition: selective_fading_model.h:49
#define CHANNELS_API
Definition: gr-channels/include/gnuradio/channels/api.h:30
virtual void set_K(float K)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
const float default_mags[]
Definition: selective_fading_model.h:34
virtual void set_fDTs(float fDTs)=0
virtual void set_step(float step)=0
static sptr make(unsigned int N, float fDTs, bool LOS, float K, int seed, std::vector< float > delays, std::vector< float > mags, int ntaps)
Build the channel simulator.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43