![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
NrSinrMatrix stores the MIMO SINR matrix, with dimension rank x nRbs. More...
#include "nr-mimo-matrices.h"
Public Member Functions | |
NrSinrMatrix (const std::valarray< double > &values) | |
NrSinrMatrix (DoubleMatrixArray arr) | |
NrSinrMatrix (uint8_t rank, size_t nRbs) | |
size_t | GetNumRbs () const |
uint8_t | GetRank () const |
SpectrumValue | GetVectorizedSpecVal () const |
Linearize a 2D matrix into a vector, and convert that vector to a SpectrumValue Matches layer-to-codeword mapping in TR 38.211, Table 7.3.1.3-1. | |
NrSinrMatrix stores the MIMO SINR matrix, with dimension rank x nRbs.
Definition at line 121 of file nr-mimo-matrices.h.
|
inline |
Definition at line 125 of file nr-mimo-matrices.h.
|
inline |
Definition at line 127 of file nr-mimo-matrices.h.
|
inline |
Definition at line 129 of file nr-mimo-matrices.h.
size_t ns3::NrSinrMatrix::GetNumRbs | ( | ) | const |
Definition at line 109 of file nr-mimo-matrices.cc.
uint8_t ns3::NrSinrMatrix::GetRank | ( | ) | const |
Definition at line 103 of file nr-mimo-matrices.cc.
SpectrumValue ns3::NrSinrMatrix::GetVectorizedSpecVal | ( | ) | const |
Linearize a 2D matrix into a vector, and convert that vector to a SpectrumValue Matches layer-to-codeword mapping in TR 38.211, Table 7.3.1.3-1.
Definition at line 115 of file nr-mimo-matrices.cc.
Referenced by ns3::NrUePhy::TriggerDlCqiGeneration().