![]() |
5G-LENA nr-v3.3-161-gad18933f
The 5G/NR module for the ns-3 simulator
|
The KronQuasiBeamforming class. More...
#include "ideal-beamforming-algorithm.h"
Public Member Functions | |
KroneckerQuasiOmniBeamforming ()=default | |
constructor | |
~KroneckerQuasiOmniBeamforming () override=default | |
destructor | |
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 kronecker method for gNB and Quasi for the UE. | |
std::vector< double > | GetColBeamAngles () const |
std::vector< double > | GetRowBeamAngles () const |
void | SetColBeamAngles (std::vector< double > colAngles) |
Sets the value of BeamColAngles attribute. | |
void | SetRowBeamAngles (std::vector< double > rowAngles) |
Sets the value of BeamRowAngles attribute. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type id. | |
![]() | |
static TypeId | GetTypeId () |
Get the type id. | |
The KronQuasiBeamforming class.
Definition at line 377 of file ideal-beamforming-algorithm.h.
|
overridevirtual |
Function that generates the beamforming vectors for a pair of communicating devices by using kronecker method for gNB and Quasi for the UE.
[in] | gnbSpectrumPhy | the spectrum phy of the gNB |
[in] | ueSpectrumPhy | the spectrum phy of the UE device |
Implements ns3::IdealBeamformingAlgorithm.
Definition at line 795 of file ideal-beamforming-algorithm.cc.
References ns3::CreateQuasiOmniBfv(), ns3::NrSpectrumValueHelper::CreateTxPowerSpectralDensity(), and ns3::OMNI_BEAM_ID.
std::vector< double > ns3::KroneckerQuasiOmniBeamforming::GetColBeamAngles | ( | ) | const |
Definition at line 783 of file ideal-beamforming-algorithm.cc.
std::vector< double > ns3::KroneckerQuasiOmniBeamforming::GetRowBeamAngles | ( | ) | const |
Definition at line 789 of file ideal-beamforming-algorithm.cc.
|
static |
Get the type id.
Definition at line 762 of file ideal-beamforming-algorithm.cc.
void ns3::KroneckerQuasiOmniBeamforming::SetColBeamAngles | ( | std::vector< double > | colAngles | ) |
Sets the value of BeamColAngles attribute.
Definition at line 771 of file ideal-beamforming-algorithm.cc.
void ns3::KroneckerQuasiOmniBeamforming::SetRowBeamAngles | ( | std::vector< double > | rowAngles | ) |
Sets the value of BeamRowAngles attribute.
Definition at line 777 of file ideal-beamforming-algorithm.cc.