5G-LENA nr-v3.3-18-g7e4df5bb
The 5G/NR module for the ns-3 simulator
|
The CellScanBeamforming class. More...
#include "ideal-beamforming-algorithm.h"
Public Member Functions | |
CellScanBeamforming ()=default | |
constructor | |
~CellScanBeamforming () 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 cell scan method. | |
double | GetBeamSearchAngleStep () const |
void | SetBeamSearchAngleStep (double beamSearchAngleStep) |
Sets the value of BeamSearchAngleStep attribute. | |
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 CellScanBeamforming class.
Definition at line 55 of file ideal-beamforming-algorithm.h.
|
overridevirtual |
Function that generates the beamforming vectors for a pair of communicating devices by using cell scan method.
[in] | gnbSpectrumPhy | the spectrum phy of the gNB |
[in] | ueSpectrumPhy | the spectrum phy of the UE device |
Implements ns3::IdealBeamformingAlgorithm.
Definition at line 65 of file ideal-beamforming-algorithm.cc.
References ns3::NrSpectrumValueHelper::CreateTxPowerSpectralDensity().
double ns3::CellScanBeamforming::GetBeamSearchAngleStep | ( | ) | const |
Definition at line 59 of file ideal-beamforming-algorithm.cc.
Referenced by GetTypeId().
|
static |
Get the type id.
Definition at line 36 of file ideal-beamforming-algorithm.cc.
References GetBeamSearchAngleStep(), and SetBeamSearchAngleStep().
Referenced by ns3::IdealBeamformingHelper::GetTypeId(), and ns3::LenaV2Utils::SetLenaV2SimulatorParameters().
void ns3::CellScanBeamforming::SetBeamSearchAngleStep | ( | double | beamSearchAngleStep | ) |
Sets the value of BeamSearchAngleStep attribute.
Definition at line 53 of file ideal-beamforming-algorithm.cc.
Referenced by GetTypeId().