Mapping PDSCH and DM-RS symbols to slot grid

조회 수: 4 (최근 30일)
Shannon Cherry
Shannon Cherry 2018년 8월 15일
댓글: Graham Freeland 2018년 10월 15일
This is related to the matlab user guide: 5G library for LTE system toolbox. I have generated the PDSCH and DMRS symbols and their respective indices, now I need to map them to the slot grid and perform precoding->CP-OFDM. I was wondering if there's any matlab command for 'Map to slot grid' or if not, how can we map the PDSCH data and DMRS symbols onto the resource blocks.

채택된 답변

Graham Freeland
Graham Freeland 2018년 8월 15일
'Map to slot grid' just means using the MATLAB assignment operation i.e.
slotgrid(pdschindices) = pdschsymbols; slotgrid(pdschdmrsindices) = pdschdmrssymbols;
The RE indices are 1-based, linear indices of the normal MATLAB array indexing format.
You'll see this assignment in the link throughput example, included in the 5G Library.
  댓글 수: 1
Graham Freeland
Graham Freeland 2018년 10월 15일
Hi there,
Check out the new 5G Toolbox, released for R2018b.
You can find the product info here: https://www.mathworks.com/products/5g.html
and the documentation here: https://www.mathworks.com/help/5g/
Graham

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Uplink Channels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by