![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
parameters for the search of optimal rank and precoding matrix indicator (RI, PMI) More...
#include "nr-helper.h"
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. | |
parameters for the search of optimal rank and precoding matrix indicator (RI, PMI)
Definition at line 867 of file nr-helper.h.
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().
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().
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().
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().
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().
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().
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().