フィルターのクリア

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 Center および File ExchangePulsed Waveforms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by