Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Possible erroneous code in LTE System Toolbox?

2 vues (au cours des 30 derniers jours)
Abhijit Kiran
Abhijit Kiran le 12 Mai 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
I am scratching my head here, trying to figure out if there is something wrong with the new LTE System Toolbox.
The function in question is ltePMIInfo.m
The lines in question are:
140 if (strcmpi(chs.TxScheme,'SpatialMux') || enb.CSIRefP~=8)
141 if (chs.NLayers==2 && enb.CellRefP==2)
142 info.MaxPMI=1; % !!! Seems to be wrong!!
To my understanding, in case of Spatial Multiplexing with 2 layers and 2 transmit antenna ports, there are a maximum of 3 precoders in the codebook (refer to 3GPP 36.211, Table 6.3.4.2.3-1). So setting maximum PMI to 1 means you are limiting yourself to just codebook indices 0 and 1. What happened to 2? Am I missing something?

Réponses (0)

Cette question est clôturée.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by