How do you recover bits after using 'lteRMCULTool.m'?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
James Long
el 27 de Feb. de 2019
Respondida: Graham Freeland
el 6 de Mzo. de 2019
I've generated the transmitted bits to fill one subframe using the A1-1 protocol. now that I have the waveform, how I do reverse this process to end up with my bits again?
My current attempt at this it to implement the following sequence of commands:
( the output of each command is then the input of the following command)
- lteSCFDMADemodulate (input here is the waveform)
- reshape
- lteSymbolDemodulate
- lteRateRecover
- lteTurboDecode
- lteCRCDecode...output of this is a block of bits..but not the one's I transmitted
Thanks for your help
0 comentarios
Respuesta aceptada
Graham Freeland
el 6 de Mzo. de 2019
Most of the uplink BLER simulations use the UL RMC Tool to generate an uplink waveform in a piece-wise fashion then decode it using discrete functions, for example,
Graham
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre LTE Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!