필터 지우기
필터 지우기

SNR

조회 수: 3 (최근 30일)
Filipe
Filipe 2011년 6월 24일
Hi people;
I have this;
sinal = A*sin(2*pi*f0*t); noise = sigma*randn(1,Nt); fs = 1000; f0 = 100; Nt = 1024; t = [0:Nt-1]/fs;
How can I obtain the Signal-to-noise this?
SNR
thanks

채택된 답변

Rick Rosson
Rick Rosson 2011년 6월 24일
  1. Compute the power in the signal Ps
  2. Compute the power in the noise Pn
  3. Then: SNR = Ps/Pn;
HTH.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulsed Waveforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by