Input bits in NR PDSCH Throughput example

7 ビュー (過去 30 日間)
AngeloRob
AngeloRob 2020 年 6 月 16 日
編集済み: Anh Le 2021 年 8 月 25 日
Hi,
I’m working with NR PDSCH Throughput example and I have a problem. I want to compute the Bit Error Rate and the simplest way to do that is by means of input bits and decode bits. Can anyone help me?

回答 (1 件)

Sriram Tadavarty
Sriram Tadavarty 2020 年 6 月 21 日
Hi AngeloRob,
Inorder to get the bit error rate, the simplest is to store an array of bit errors, similar to simThroughput value for each SNR. The transmitted bits are present in trBlk (for single codeword), or use the getTransportBlock method of nrDLSCH, and the decoded bits are present in decbits variables. Store number of bits that are different in each SNR and then after each SNR point take the ratio of number of bit errors to that of the total number of bits transmitted.
See the attached script which has the required modifications as stated above. The variable bitErrSNR stores the bit error of each SNR point.
Please find the attachment.
Hope this helps.
Regards,
Sriram
  5 件のコメント
Sriram Tadavarty
Sriram Tadavarty 2021 年 7 月 15 日
Yes.
Anh Le
Anh Le 2021 年 8 月 25 日
編集済み: Anh Le 2021 年 8 月 25 日
I have one more concern: how can we calculate the post-processing (post-equalizer) SINR matrix after a full HARQ process for a new data? Is there any function in MATLAB support that?Then, my next question is: is there a function to calculate the effective SINR given the post-processing SINR data? Thank you very much.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEnd-to-End Simulation についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by