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

조회 수: 2 (최근 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