Struct holding the Fluctuating Two Ray fast-fading model parameters. More...
#include "two-ray-spectrum-propagation-loss-model.h"
Public Member Functions | |
FtrParams ()=delete | |
Delete no-arguments default constructor. | |
FtrParams (double m, double sigma, double k, double delta) | |
Default constructor, requiring the Fluctuating Two Ray fading model parameters as arguments. | |
Public Attributes | |
double | m_delta = 0 |
Parameter delta [0, 1]. | |
double | m_k = 0 |
Parameter K. | |
double | m_m = 0 |
Parameter m for the Gamma variable. | |
double | m_sigma = 0 |
Parameter sigma. | |
Struct holding the Fluctuating Two Ray fast-fading model parameters.
Definition at line 57 of file two-ray-spectrum-propagation-loss-model.h.
|
inline |
Default constructor, requiring the Fluctuating Two Ray fading model parameters as arguments.
m | the m parameter of the FTR fading model, which represents the "Alpha" and "Beta" parameters of the Gamma-distributed random variable used to sample the power of the reflected components |
sigma | the sigma parameter of the FTR fading model, which expresses the power of the diffuse real and imaginary components |
k | the k parameter of the FTR fading model, which represents the ratio of the average power of the dominant components to the power of the remaining diffuse multipath |
delta | the delta parameter of the FTR fading model, which express expressing how similar to each other are the average received powers of the specular components |
Definition at line 72 of file two-ray-spectrum-propagation-loss-model.h.
|
delete |
Delete no-arguments default constructor.
double ns3::TwoRaySpectrumPropagationLossModel::FtrParams::m_delta = 0 |
Parameter delta [0, 1].
Expresses how similar the amplitudes of the two dominant specular components are.
Definition at line 107 of file two-ray-spectrum-propagation-loss-model.h.
Referenced by FtrParams().
double ns3::TwoRaySpectrumPropagationLossModel::FtrParams::m_k = 0 |
Parameter K.
Expresses ratio between dominant specular components and diffuse components.
Definition at line 101 of file two-ray-spectrum-propagation-loss-model.h.
Referenced by FtrParams().
double ns3::TwoRaySpectrumPropagationLossModel::FtrParams::m_m = 0 |
Parameter m for the Gamma variable.
Used both as the shape and rate parameters.
Definition at line 91 of file two-ray-spectrum-propagation-loss-model.h.
Referenced by FtrParams().
double ns3::TwoRaySpectrumPropagationLossModel::FtrParams::m_sigma = 0 |
Parameter sigma.
Used as the variance of the amplitudes of the normal diffuse components.
Definition at line 96 of file two-ray-spectrum-propagation-loss-model.h.
Referenced by FtrParams().