필터 지우기
필터 지우기

code to calculate SNR

조회 수: 42 (최근 30일)
tina jain
tina jain 2015년 3월 17일
댓글: ASSIDDIGOU ABOUBAKRY 2021년 2월 19일
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