code to calculate SNR

78 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by