LTE Toolbox Index Returning Functions

2 次查看(过去 30 天)
Hi,
I have been trying to implement some LTE toolbox functions myself but I am confused on indexing. For example "ltePUCCH1DRSIndices" function with "sub" option returns subcarrier, symbol and port indices and is directly used for mapping DMRS to PUCCH Format 1. However, MATLAB starts indexing from top left but LTE resource grid starts from bottom left (as specified in ETSI 36.211), I have taken this into account in my implementation and my function returns subcarrier indices at the opposite edge of what LTE toolbox returns. So, my question is that if LTE toolbox returns the indices in standard or adjusted indices ?
Thanks
  1 个评论
Hakan Asdasd
Hakan Asdasd 2021-11-24
Btw, I have checked the "info" struct that "ltePUCCH1DRSIndices" returns and resource indices are same as mine. So the question is why MATLAB is directly using those indices to map on grid, shouldn't they be inverted on vertical axis ?

请先登录,再进行评论。

回答(1 个)

vidyesh
vidyesh 2024-4-10
Hi Hakan,
The indices returned by the ltePUCCH1DRSIndices function are organized according to the PUCCH format 1 DRS modulation symbol mapping, as detailed in the MATLAB documentation for this function. https://www.mathworks.com/help/lte/ref/ltepucch1drsindices.html
Given MATLAB's implementation, inverting the indices is generally unnecessary. The indices are designed to be directly applicable for operations such as mapping, without the need for additional transformations to reconcile MATLAB's indexing conventions with those of the LTE standard. Please note that this assumes a standard approach and is dependent on the specifics of your implementation.
For a practical demonstration of index mapping in the LTE Toolbox, see this example and how it maps "PUCCH 1" and "PUCCH 1 DRS" to the "resource grid":
Hope this helps.

类别

Help CenterFile Exchange 中查找有关 LTE Toolbox 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by