Data structure that stores the long term component for a tx-rx pair. More...
#include "three-gpp-spectrum-propagation-loss-model.h"
Public Attributes | |
| Ptr< const MatrixBasedChannelModel::ChannelMatrix > | m_channel |
| pointer to the channel matrix used to compute the long term | |
| Ptr< const MatrixBasedChannelModel::Complex3DVector > | m_longTerm |
| vector containing the long term component for each cluster | |
| PhasedArrayModel::ComplexVector | m_sW |
| the beamforming vector for the node s used to compute the long term | |
| PhasedArrayModel::ComplexVector | m_uW |
| the beamforming vector for the node u used to compute the long term | |
Additional Inherited Members | |
| Public Member Functions inherited from ns3::SimpleRefCount< LongTerm > | |
| SimpleRefCount () | |
| Default 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 long term component for a tx-rx pair.
Definition at line 128 of file three-gpp-spectrum-propagation-loss-model.h.
| Ptr<const MatrixBasedChannelModel::ChannelMatrix> ns3::ThreeGppSpectrumPropagationLossModel::LongTerm::m_channel |
pointer to the channel matrix used to compute the long term
Definition at line 133 of file three-gpp-spectrum-propagation-loss-model.h.
| Ptr<const MatrixBasedChannelModel::Complex3DVector> ns3::ThreeGppSpectrumPropagationLossModel::LongTerm::m_longTerm |
vector containing the long term component for each cluster
Definition at line 131 of file three-gpp-spectrum-propagation-loss-model.h.
| PhasedArrayModel::ComplexVector ns3::ThreeGppSpectrumPropagationLossModel::LongTerm::m_sW |
the beamforming vector for the node s used to compute the long term
Definition at line 135 of file three-gpp-spectrum-propagation-loss-model.h.
| PhasedArrayModel::ComplexVector ns3::ThreeGppSpectrumPropagationLossModel::LongTerm::m_uW |
the beamforming vector for the node u used to compute the long term
Definition at line 137 of file three-gpp-spectrum-propagation-loss-model.h.