code to calculate SNR

88 ビュー (過去 30 日間)
tina jain
tina jain 2015 年 3 月 17 日
formula to calculate SNR matlab code too

採用された回答

Anusha B
Anusha B 2015 年 3 月 17 日
Hi Tina,
You can use the function 'snr' which is part of Signal Processing Toolbox, to calculate the signal to noise ratio of a signal.
Refer to this link for details on 'snr':
Hope this helps.

その他の回答 (2 件)

kushal
kushal 2015 年 3 月 17 日
You can use formula method snr=10*(log10(Vs/Vn))
  3 件のコメント
kushal
kushal 2015 年 3 月 17 日
10*log10(peak^2/MSE)
kushal
kushal 2015 年 3 月 18 日
Accept Answer if it helped. Thanks kushal

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


Amit Kumar
Amit Kumar 2019 年 10 月 5 日
hello,
can you help in adjusting line width of snr plot.
I am simply using
snr(sinewave);

カテゴリ

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