How to Generate LTE UL(uplink) Resource Grid for One frame (10 Subframe) without using a loop OR lteRMCULTool?

4 次查看(过去 30 天)
Question 1:
How to Generate LTE UL Resource Grid for One frame (10 Subframe) without using a loop? How to configure "lteULResourceGrid(ue)" for the same?
One option is using for loop. Generate Grid for one subframe at a time then run the for loop to generate 10 subframe Grid.
But I am looking for something that "lteRMCULTool" does internally.
Question 2:
How "lteRMCULTool" work internally.

回答(1 个)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021-10-25
Hello Niki Sonowal,
Currently, the lteULResourceGrid function returns a resource array for one subframe only for the corresponding UE-specific settings. I have brought this issue to the notice of the concerned people, and it might be considered for a future release. The lteRMCULTool function also creates resource grid for each subframe (from the total calculated absolute sub frame number and total sub frame) and concatenates to form a complete frame. To look through the lteRMCULTool function run the following code in the MATLAB Command Window,
edit lteRMCULTool
  1 个评论
Arthi Sathyamurthi
Arthi Sathyamurthi 2021-10-26
Also, This behaviour is by design. lteULResourceGrid creates an empty grid which needs to be populated. The indices and symbols generated (physical channels and signals) target one subframe. Hence you need to populate them one by one.
To know how to map signals into the resource grid, you can look at the example in this link. LTE Downlink Channel Estimation and Equalization

请先登录,再进行评论。

类别

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