3GPP Spectrum Propagation Loss Model More...
#include "three-gpp-spectrum-propagation-loss-model.h"
Classes | |
struct | LongTerm |
Data structure that stores the long term component for a tx-rx pair. More... | |
Public Member Functions | |
ThreeGppSpectrumPropagationLossModel () | |
Constructor. More... | |
~ThreeGppSpectrumPropagationLossModel () | |
Destructor. More... | |
Ptr< SpectrumValue > | DoCalcRxPowerSpectralDensity (Ptr< const SpectrumValue > txPsd, Ptr< const MobilityModel > a, Ptr< const MobilityModel > b, Ptr< const PhasedArrayModel > aPhasedArrayModel, Ptr< const PhasedArrayModel > bPhasedArrayModel) const override |
Computes the received PSD. More... | |
void | DoDispose () override |
Destructor implementation. More... | |
Ptr< MatrixBasedChannelModel > | GetChannelModel () const |
Get the channel model object. More... | |
void | GetChannelModelAttribute (const std::string &name, AttributeValue &value) const |
Returns the value of an attribute belonging to the associated MatrixBasedChannelModel instance. More... | |
void | SetChannelModel (Ptr< MatrixBasedChannelModel > channel) |
Set the channel model object. More... | |
void | SetChannelModelAttribute (const std::string &name, const AttributeValue &value) |
Sets the value of an attribute belonging to the associated MatrixBasedChannelModel instance. More... | |
Public Member Functions inherited from ns3::PhasedArraySpectrumPropagationLossModel | |
PhasedArraySpectrumPropagationLossModel () | |
virtual | ~PhasedArraySpectrumPropagationLossModel () |
Ptr< SpectrumValue > | CalcRxPowerSpectralDensity (Ptr< const SpectrumValue > txPsd, Ptr< const MobilityModel > a, Ptr< const MobilityModel > b, Ptr< const PhasedArrayModel > aPhasedArrayModel, Ptr< const PhasedArrayModel > bPhasedArrayModel) const |
This method is to be called to calculate. More... | |
void | SetNext (Ptr< PhasedArraySpectrumPropagationLossModel > next) |
Used to chain various instances of PhasedArraySpectrumPropagationLossModel. More... | |
Public Member Functions inherited from ns3::Object | |
Object () | |
Constructor. More... | |
virtual | ~Object () |
Destructor. More... | |
void | AggregateObject (Ptr< Object > other) |
Aggregate two Objects together. More... | |
void | Dispose (void) |
Dispose of this Object. More... | |
AggregateIterator | GetAggregateIterator (void) const |
Get an iterator to the Objects aggregated to this one. More... | |
virtual TypeId | GetInstanceTypeId (void) const |
Get the most derived TypeId for this Object. More... | |
template<> | |
Ptr< Object > | GetObject () const |
Specialization of () for objects of type ns3::Object. More... | |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
Get a pointer to the requested aggregated Object by TypeId. More... | |
template<> | |
Ptr< Object > | GetObject (TypeId tid) const |
Specialization of (TypeId tid) for objects of type ns3::Object. More... | |
template<typename T > | |
Ptr< T > | GetObject (void) const |
Get a pointer to the requested aggregated Object. More... | |
void | Initialize (void) |
Invoke DoInitialize on all Objects aggregated to this one. More... | |
bool | IsInitialized (void) const |
Check if the object has been initialized. More... | |
Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= ([[maybe_unused]] const SimpleRefCount &o) |
Assignment operator. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Public Member Functions inherited from ns3::ObjectBase | |
virtual | ~ObjectBase () |
Virtual destructor. More... | |
void | GetAttribute (std::string name, AttributeValue &value) const |
Get the value of an attribute, raising fatal errors if unsuccessful. More... | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising erros. More... | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. More... | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. More... | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. More... | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. More... | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. More... | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::PhasedArraySpectrumPropagationLossModel | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::Object | |
static TypeId | GetTypeId (void) |
Register this type. More... | |
Static Public Member Functions inherited from ns3::ObjectBase | |
static TypeId | GetTypeId (void) |
Get the type ID. More... | |
Private Member Functions | |
Ptr< SpectrumValue > | CalcBeamformingGain (Ptr< SpectrumValue > txPsd, PhasedArrayModel::ComplexVector longTerm, Ptr< const MatrixBasedChannelModel::ChannelMatrix > channelMatrix, Ptr< const MatrixBasedChannelModel::ChannelParams > channelParams, const Vector &sSpeed, const Vector &uSpeed) const |
Computes the beamforming gain and applies it to the tx PSD. More... | |
PhasedArrayModel::ComplexVector | CalcLongTerm (Ptr< const MatrixBasedChannelModel::ChannelMatrix > channelMatrix, const PhasedArrayModel::ComplexVector &sW, const PhasedArrayModel::ComplexVector &uW) const |
Computes the long term component. More... | |
double | GetFrequency () const |
Get the operating frequency. More... | |
PhasedArrayModel::ComplexVector | GetLongTerm (Ptr< const MatrixBasedChannelModel::ChannelMatrix > channelMatrix, Ptr< const PhasedArrayModel > aPhasedArrayModel, Ptr< const PhasedArrayModel > bPhasedArrayModel) const |
Looks for the long term component in m_longTermMap. More... | |
Private Attributes | |
Ptr< MatrixBasedChannelModel > | m_channelModel |
the model to generate the channel matrix More... | |
std::unordered_map< uint64_t, Ptr< const LongTerm > > | m_longTermMap |
map containing the long term components More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ns3::Object | |
Object (const Object &o) | |
Copy an Object. More... | |
virtual void | DoInitialize (void) |
Initialize() implementation. More... | |
virtual void | NotifyNewAggregate (void) |
Notify all Objects aggregated to this one of a new Object being aggregated. More... | |
Protected Member Functions inherited from ns3::ObjectBase | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. More... | |
virtual void | NotifyConstructionCompleted (void) |
Notifier called once the ObjectBase is fully constructed. More... | |
Related Functions inherited from ns3::ObjectBase | |
static TypeId | GetObjectIid (void) |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. More... | |
3GPP Spectrum Propagation Loss Model
Introspection did not find any typical Config paths.
This class models the frequency dependent propagation phenomena in the way described by 3GPP TR 38.901 document. The main method is DoCalcRxPowerSpectralDensity, which takes as input the power spectral density (PSD) of the transmitted signal, the mobility models of the transmitting node and receiving node, and returns the PSD of the received signal.
No TraceSources are defined for this type.
Size of this type is 104 bytes (on a 64-bit architecture).
Definition at line 50 of file three-gpp-spectrum-propagation-loss-model.h.
ns3::ThreeGppSpectrumPropagationLossModel::ThreeGppSpectrumPropagationLossModel | ( | ) |
Constructor.
Definition at line 40 of file three-gpp-spectrum-propagation-loss-model.cc.
References NS_LOG_FUNCTION.
ns3::ThreeGppSpectrumPropagationLossModel::~ThreeGppSpectrumPropagationLossModel | ( | ) |
Destructor.
Definition at line 45 of file three-gpp-spectrum-propagation-loss-model.cc.
References NS_LOG_FUNCTION.
|
private |
Computes the beamforming gain and applies it to the tx PSD.
txPsd | the tx PSD |
longTerm | the long term component |
channelMatrix | The channel matrix structure |
channelParams | The channel params structure |
sSpeed | speed of the first node |
uSpeed | speed of the second node |
Definition at line 147 of file three-gpp-spectrum-propagation-loss-model.cc.
References sample-rng-plot::alpha, ns3::MatrixBasedChannelModel::AOA_INDEX, ns3::MatrixBasedChannelModel::AOD_INDEX, ns3::SpectrumValue::ConstBandsBegin(), GetFrequency(), ns3::Time::GetSeconds(), MRG32k3a::norm, ns3::Simulator::Now(), NS_ASSERT, NS_LOG_FUNCTION, ns3::SpectrumValue::ValuesBegin(), ns3::SpectrumValue::ValuesEnd(), ns3::MatrixBasedChannelModel::ZOA_INDEX, and ns3::MatrixBasedChannelModel::ZOD_INDEX.
Referenced by DoCalcRxPowerSpectralDensity().
|
private |
Computes the long term component.
channelMatrix | the channel matrix H |
sW | the beamforming vector of the s device |
uW | the beamforming vector of the u device |
Definition at line 108 of file three-gpp-spectrum-propagation-loss-model.cc.
References NS_ASSERT, NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by GetLongTerm().
|
overridevirtual |
Computes the received PSD.
This function computes the received PSD by applying the 3GPP fast fading model and the beamforming gain. In particular, it retrieves the matrix representing the channel between node a and node b, computes the corresponding long term component, i.e., the product between the cluster matrices and the TX and RX beamforming vectors (w_rx^T H^n_ab w_tx), and accounts for the Doppler component and the propagation delay. To reduce the computational load, the long term component associated with a certain channel is cached and recomputed only when the channel realization is updated, or when the beamforming vectors change.
txPsd | tx PSD |
a | first node mobility model |
b | second node mobility model |
aPhasedArrayModel | the antenna array of the first node |
bPhasedArrayModel | the antenna array of the second node |
Implements ns3::PhasedArraySpectrumPropagationLossModel.
Definition at line 325 of file three-gpp-spectrum-propagation-loss-model.cc.
References CalcBeamformingGain(), GetLongTerm(), m_channelModel, NS_ASSERT, NS_ASSERT_MSG, NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by ThreeGppSpectrumPropagationLossModelTest::CheckLongTermUpdate(), and ThreeGppSpectrumPropagationLossModelTest::DoRun().
|
overridevirtual |
Destructor implementation.
This method is called by Dispose() or by the Object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overridden version of this method and chain up to their parent's implementation once they are done. i.e, for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose() method.
It is safe to call GetObject() from within this method.
Reimplemented from ns3::PhasedArraySpectrumPropagationLossModel.
Definition at line 51 of file three-gpp-spectrum-propagation-loss-model.cc.
References m_channelModel, and m_longTermMap.
Ptr< MatrixBasedChannelModel > ns3::ThreeGppSpectrumPropagationLossModel::GetChannelModel | ( | ) | const |
Get the channel model object.
Definition at line 82 of file three-gpp-spectrum-propagation-loss-model.cc.
References m_channelModel.
Referenced by GetTypeId().
void ns3::ThreeGppSpectrumPropagationLossModel::GetChannelModelAttribute | ( | const std::string & | name, |
AttributeValue & | value | ||
) | const |
Returns the value of an attribute belonging to the associated MatrixBasedChannelModel instance.
name | name of the attribute |
value | where the result should be stored |
Definition at line 102 of file three-gpp-spectrum-propagation-loss-model.cc.
References m_channelModel.
|
private |
Get the operating frequency.
Definition at line 88 of file three-gpp-spectrum-propagation-loss-model.cc.
References ns3::DoubleValue::Get(), and m_channelModel.
Referenced by CalcBeamformingGain().
|
private |
Looks for the long term component in m_longTermMap.
If found, checks whether it has to be updated. If not found or if it has to be updated, calls the method CalcLongTerm to compute it.
channelMatrix | the channel matrix |
aPhasedArrayModel | the antenna array of the tx device |
bPhasedArrayModel | the antenna array of the rx device |
Definition at line 259 of file three-gpp-spectrum-propagation-loss-model.cc.
References CalcLongTerm(), ns3::MatrixBasedChannelModel::GetKey(), m_longTermMap, and NS_LOG_DEBUG.
Referenced by DoCalcRxPowerSpectralDensity().
|
static |
Get the type ID.
Definition at line 59 of file three-gpp-spectrum-propagation-loss-model.cc.
References GetChannelModel(), ns3::MakePointerAccessor(), SetChannelModel(), and ns3::TypeId::SetParent().
void ns3::ThreeGppSpectrumPropagationLossModel::SetChannelModel | ( | Ptr< MatrixBasedChannelModel > | channel | ) |
Set the channel model object.
channel | a pointer to an object implementing the MatrixBasedChannelModel interface |
Definition at line 76 of file three-gpp-spectrum-propagation-loss-model.cc.
References third::channel, and m_channelModel.
Referenced by GetTypeId().
void ns3::ThreeGppSpectrumPropagationLossModel::SetChannelModelAttribute | ( | const std::string & | name, |
const AttributeValue & | value | ||
) |
Sets the value of an attribute belonging to the associated MatrixBasedChannelModel instance.
name | name of the attribute |
value | the attribute value |
Definition at line 96 of file three-gpp-spectrum-propagation-loss-model.cc.
References m_channelModel.
Referenced by ThreeGppSpectrumPropagationLossModelTest::DoRun().
|
private |
the model to generate the channel matrix
Definition at line 184 of file three-gpp-spectrum-propagation-loss-model.h.
Referenced by DoCalcRxPowerSpectralDensity(), DoDispose(), GetChannelModel(), GetChannelModelAttribute(), GetFrequency(), SetChannelModel(), and SetChannelModelAttribute().
|
mutableprivate |
map containing the long term components
Definition at line 183 of file three-gpp-spectrum-propagation-loss-model.h.
Referenced by DoDispose(), and GetLongTerm().