How do you recover bits after using 'lteRMCULTool.m'?

3 ビュー (過去 30 日間)
James Long
James Long 2019 年 2 月 27 日
回答済み: Graham Freeland 2019 年 3 月 6 日
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)
  1. lteSCFDMADemodulate (input here is the waveform)
  2. reshape
  3. lteSymbolDemodulate
  4. lteRateRecover
  5. lteTurboDecode
  6. lteCRCDecode...output of this is a block of bits..but not the one's I transmitted
Thanks for your help

採用された回答

Graham Freeland
Graham Freeland 2019 年 3 月 6 日
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 件)

カテゴリ

Help Center および File ExchangeLTE Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by