5G-LENA nr-v3.1-69-g2dd513a7
The 5G/NR module for the ns-3 simulator
|
The QuasiOmniDirectPathBeamforming 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 beamforming vector for gNB and quasi-omni beamforming vector for UEs. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type id. | |
Static Public Member Functions inherited from ns3::DirectPathBeamforming | |
static TypeId | GetTypeId () |
Get the type id. | |
Static Public Member Functions inherited from ns3::IdealBeamformingAlgorithm | |
static TypeId | GetTypeId () |
Get the type id. | |
The QuasiOmniDirectPathBeamforming class.
Definition at line 240 of file ideal-beamforming-algorithm.h.
|
overridevirtual |
Function that generates the beamforming vectors for a pair of communicating devices by using the direct-path beamforming vector for gNB and quasi-omni beamforming vector for UEs.
[in] | gnbSpectrumPhy | the spectrum phy of the gNB |
[in] | ueSpectrumPhy | the spectrum phy of the UE |
Reimplemented from ns3::DirectPathBeamforming.
Definition at line 568 of file ideal-beamforming-algorithm.cc.
References ns3::CreateQuasiOmniBfv(), and ns3::OMNI_BEAM_ID.
|
static |
Get the type id.
Definition at line 559 of file ideal-beamforming-algorithm.cc.