Info

此问题已关闭。 请重新打开它进行编辑或回答。

Possible erroneous code in LTE System Toolbox?

3 次查看(过去 30 天)
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?

回答(0 个)

此问题已关闭。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by