Related to BER Vs SNR plot
31 ビュー (過去 30 日間)
古いコメントを表示
Hello all, I have written the MATLAB code for BER (Bit Error Rate) Vs (Signal to Noise Ratio) plot. My problem is that every time I run the program, it shows some variation in the values of BER, while I am expecting same values of BER every time we run the program.
The code consists of sentences that involves random numbers and hence I had generated random numbers by running a for loop 80 thousand times. Still there is some variation in BER values.
I am not getting where I am doing wrong.
Any help in this regard will be highly appreciated.
0 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2023 年 11 月 14 日
編集済み: KALYAN ACHARJYA
2023 年 11 月 14 日
As you've mentioned that the code involves the generation of random or sample data (rand function), each time the code is executed, it generates different random data it could yield varying BER data. Consider using fixed data for the random data generation variable to stabilize the Bit Error Rate (BER) values.
参考
カテゴリ
Help Center および File Exchange で Propagation and Channel Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!