Borrar filtros
Borrar filtros

Mapping PDSCH and DM-RS symbols to slot grid

1 visualización (últimos 30 días)
Shannon Cherry
Shannon Cherry el 15 de Ag. de 2018
Comentada: Graham Freeland el 15 de Oct. de 2018
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.

Respuesta aceptada

Graham Freeland
Graham Freeland el 15 de Ag. de 2018
'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 comentario
Graham Freeland
Graham Freeland el 15 de Oct. de 2018
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre End-to-End Simulation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by