How to verify SNR of a signal after using the awgn function

1 回表示 (過去 30 日間)
fadams18
fadams18 2021 年 1 月 13 日
回答済み: KALYAN ACHARJYA 2021 年 1 月 13 日
I just added 60db noise to my signal and i wish to verify if the added noise is correct. How do i check this?
pw=60;
Wtheo = rand(m,r);
Htheo = rand(r,n);
Xtheo = Wtheo*Htheo;
X = awgn(Xtheo,pw,'measured');

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021 年 1 月 13 日

カテゴリ

Help Center および File ExchangePropagation and Channel Models についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by