5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrHelper::MimoPmiParams Struct Reference

parameters for the search of optimal rank and precoding matrix indicator (RI, PMI) More...

#include "nr-helper.h"

+ Collaboration diagram for ns3::NrHelper::MimoPmiParams:

Public Attributes

std::string downsamplingTechnique {"FirstPRB"}
 Sub-band compression technique.
 
std::string fullSearchCb {"ns3::NrCbTwoPort"}
 Codebook when using full-search algorithm.
 
std::string pmSearchMethod {"ns3::NrPmSearchFull"}
 Precoding matrix search algorithm.
 
uint8_t rankLimit {UINT8_MAX}
 
std::string rankTechnique {"Sasaoka"}
 Select technique that determines ranks in non-exhaustive search.
 
double rankThreshold {0.0}
 Limits the selection of ranks determined by SVD decomposition.
 
uint8_t subbandSize {1}
 Number of PRBs per subband for downsampling.
 

Detailed Description

parameters for the search of optimal rank and precoding matrix indicator (RI, PMI)

Definition at line 867 of file nr-helper.h.

Member Data Documentation

◆ downsamplingTechnique

std::string ns3::NrHelper::MimoPmiParams::downsamplingTechnique {"FirstPRB"}

Sub-band compression technique.

Definition at line 877 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ fullSearchCb

std::string ns3::NrHelper::MimoPmiParams::fullSearchCb {"ns3::NrCbTwoPort"}

Codebook when using full-search algorithm.

Definition at line 870 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ pmSearchMethod

std::string ns3::NrHelper::MimoPmiParams::pmSearchMethod {"ns3::NrPmSearchFull"}

Precoding matrix search algorithm.

Definition at line 869 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ rankLimit

uint8_t ns3::NrHelper::MimoPmiParams::rankLimit {UINT8_MAX}

Limit maximum MIMO rank to model limited UE capabilities.

Definition at line 871 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ rankTechnique

std::string ns3::NrHelper::MimoPmiParams::rankTechnique {"Sasaoka"}

Select technique that determines ranks in non-exhaustive search.

Definition at line 875 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ rankThreshold

double ns3::NrHelper::MimoPmiParams::rankThreshold {0.0}

Limits the selection of ranks determined by SVD decomposition.

Definition at line 873 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().

◆ subbandSize

uint8_t ns3::NrHelper::MimoPmiParams::subbandSize {1}

Number of PRBs per subband for downsampling.

Definition at line 876 of file nr-helper.h.

Referenced by ns3::NrHelper::SetupMimoPmi().


The documentation for this struct was generated from the following file: