5G-LENA nr-v3.3-18-g7e4df5bb
The 5G/NR module for the ns-3 simulator
|
The DirectPathBeamforming class. More...
#include "ideal-beamforming-algorithm.h"
Public Member Functions | |
BeamformingVectorPair | GetBeamformingVectors (const Ptr< NrSpectrumPhy > &gnbSpectrumPhy, const Ptr< NrSpectrumPhy > &ueSpectrumPhy) const override |
Function that generates the beamforming vectors for a pair of communicating devices by using the direct path direction. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type id. | |
Static Public Member Functions inherited from ns3::IdealBeamformingAlgorithm | |
static TypeId | GetTypeId () |
Get the type id. | |
The DirectPathBeamforming class.
Definition at line 189 of file ideal-beamforming-algorithm.h.
|
overridevirtual |
Function that generates the beamforming vectors for a pair of communicating devices by using the direct path direction.
[in] | gnbSpectrumPhy | the spectrum phy of the gNB |
[in] | ueSpectrumPhy | the spectrum phy of the UE |
Implements ns3::IdealBeamformingAlgorithm.
Reimplemented in ns3::QuasiOmniDirectPathBeamforming, and ns3::DirectPathQuasiOmniBeamforming.
Definition at line 497 of file ideal-beamforming-algorithm.cc.
|
static |
Get the type id.
Definition at line 488 of file ideal-beamforming-algorithm.cc.
Referenced by Set5gLenaSimulatorParameters(), Set5gLenaSimulatorParameters(), and ns3::LenaV2Utils::SetLenaV2SimulatorParameters().