![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
MIMO signal information used to compute CQI feedback including rank and precoding matrix. More...
#include "nr-mimo-chunk-processor.h"
Public Attributes | |
ComplexMatrixArray | chanSpct |
Frequency-domain channel matrix. | |
Time | dur |
Duration of the signal. | |
NrCovMat | interfNoiseCov |
Interference-and-noise-covariance matrix. | |
uint16_t | rnti {0} |
RNTI, required in OFDMA UL to filter received signals by UEs. | |
MIMO signal information used to compute CQI feedback including rank and precoding matrix.
Definition at line 27 of file nr-mimo-chunk-processor.h.
ComplexMatrixArray ns3::MimoSignalChunk::chanSpct |
Frequency-domain channel matrix.
Definition at line 29 of file nr-mimo-chunk-processor.h.
Time ns3::MimoSignalChunk::dur |
Duration of the signal.
Definition at line 32 of file nr-mimo-chunk-processor.h.
NrCovMat ns3::MimoSignalChunk::interfNoiseCov |
Interference-and-noise-covariance matrix.
Definition at line 30 of file nr-mimo-chunk-processor.h.
uint16_t ns3::MimoSignalChunk::rnti {0} |
RNTI, required in OFDMA UL to filter received signals by UEs.
Definition at line 31 of file nr-mimo-chunk-processor.h.