Data structure that stores the parameters of 3GPP TR 38.901, Table 7.5-6, for a certain scenario. More...
#include "three-gpp-channel-model.h"
Public Attributes | |
double | m_cASA = 0 |
Cluster ASA (Azimuth angle Spread of Arrival) | |
double | m_cASD = 0 |
Cluster ASD (Azimuth angle Spread of Departure) | |
double | m_cDS = 0 |
Cluster DS. | |
double | m_cZSA = 0 |
Cluster ZSA (Zenith angle Spread of Arrival) | |
uint8_t | m_numOfCluster = 0 |
Number of clusters. | |
double | m_offsetZOD = 0 |
Offset of zenith angle of departure. | |
double | m_perClusterShadowingStd = 0 |
Per cluster shadowing standard deviation. | |
uint8_t | m_raysPerCluster = 0 |
Number of rays per cluster. | |
double | m_rTau = 0 |
Delay scaling parameter. | |
double | m_sigK = 0 |
Standard deviation of K-factor. | |
double | m_sigLgASA |
Standard deviation of 10-base logarithm of azimuth angle spread of arrival. | |
double | m_sigLgASD |
Standard deviation of 10-base logarithm of azimuth angle spread of departure. | |
double | m_sigLgDS = 0 |
Standard deviation value of 10-base logarithm of delay spread. | |
double | m_sigLgZSA |
Standard deviation of 10-base logarithm of zenith angle spread of arrival. | |
double | m_sigLgZSD |
Standard deviation of 10-base logarithm of zenith angle spread of departure. | |
double | m_sigXpr = 0 |
Standard deviation of Cross-Polarization Ratio. | |
double | m_sqrtC [7][7] |
The square root matrix and follows the order of [SF, K, DS, ASD, ASA, ZSD, ZSA]. | |
double | m_uK = 0 |
Mean of K-factor. | |
double | m_uLgASA = 0 |
Mean value of 10-base logarithm of azimuth angle spread of arrival. | |
double | m_uLgASD |
Mean value of 10-base logarithm of azimuth angle spread of departure. | |
double | m_uLgDS = 0 |
Mean value of 10-base logarithm of delay spread. | |
double | m_uLgZSA = 0 |
Mean value of 10-base logarithm of zenith angle spread of arrival. | |
double | m_uLgZSD |
Mean value of 10-base logarithm of zenith angle spread of departure. | |
double | m_uXpr = 0 |
Mean of Cross-Polarization Ratio. | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
Data structure that stores the parameters of 3GPP TR 38.901, Table 7.5-6, for a certain scenario.
Definition at line 194 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_cASA = 0 |
Cluster ASA (Azimuth angle Spread of Arrival)
Definition at line 217 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_cASD = 0 |
Cluster ASD (Azimuth angle Spread of Departure)
Definition at line 216 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_cDS = 0 |
Cluster DS.
Definition at line 215 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_cZSA = 0 |
Cluster ZSA (Zenith angle Spread of Arrival)
Definition at line 218 of file three-gpp-channel-model.h.
uint8_t ns3::ThreeGppChannelModel::ParamsTable::m_numOfCluster = 0 |
Number of clusters.
Definition at line 196 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_offsetZOD = 0 |
Offset of zenith angle of departure.
Definition at line 214 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_perClusterShadowingStd = 0 |
Per cluster shadowing standard deviation.
Definition at line 224 of file three-gpp-channel-model.h.
uint8_t ns3::ThreeGppChannelModel::ParamsTable::m_raysPerCluster = 0 |
Number of rays per cluster.
Definition at line 197 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_rTau = 0 |
Delay scaling parameter.
Definition at line 221 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigK = 0 |
Standard deviation of K-factor.
Definition at line 220 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigLgASA |
Standard deviation of 10-base logarithm of azimuth angle spread of arrival.
Definition at line 205 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigLgASD |
Standard deviation of 10-base logarithm of azimuth angle spread of departure.
Definition at line 202 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigLgDS = 0 |
Standard deviation value of 10-base logarithm of delay spread.
Definition at line 199 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigLgZSA |
Standard deviation of 10-base logarithm of zenith angle spread of arrival.
Definition at line 208 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigLgZSD |
Standard deviation of 10-base logarithm of zenith angle spread of departure.
Definition at line 212 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sigXpr = 0 |
Standard deviation of Cross-Polarization Ratio.
Definition at line 223 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_sqrtC[7][7] |
The square root matrix and follows the order of [SF, K, DS, ASD, ASA, ZSD, ZSA].
Definition at line 225 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uK = 0 |
Mean of K-factor.
Definition at line 219 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uLgASA = 0 |
Mean value of 10-base logarithm of azimuth angle spread of arrival.
Definition at line 204 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uLgASD |
Mean value of 10-base logarithm of azimuth angle spread of departure.
Definition at line 200 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uLgDS = 0 |
Mean value of 10-base logarithm of delay spread.
Definition at line 198 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uLgZSA = 0 |
Mean value of 10-base logarithm of zenith angle spread of arrival.
Definition at line 207 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uLgZSD |
Mean value of 10-base logarithm of zenith angle spread of departure.
Definition at line 210 of file three-gpp-channel-model.h.
double ns3::ThreeGppChannelModel::ParamsTable::m_uXpr = 0 |
Mean of Cross-Polarization Ratio.
Definition at line 222 of file three-gpp-channel-model.h.