フィルターのクリア

The question about signal power in watts

3 ビュー (過去 30 日間)
Jiazeng Shan
Jiazeng Shan 2012 年 4 月 11 日
回答済み: saikiran 2014 年 3 月 26 日
Hi guy, I am trying to use the AWGN Channel in the Simulink. Previously, I used awgn(y,SNR,'measured') in the Matlab. Now I need to set the input signal power (referenced to 1 ohm watts) in the block parameters. I am not familiar with this unit. For example, how much is the power of the signal y = 1*sin(t) in the watts?
My question is: how to calculate the signal power in watts, and how to setup the parameter in AWGN Block in Simulink? Thanks

回答 (2 件)

Honglei Chen
Honglei Chen 2012 年 4 月 11 日
I assume your signal, y, is the voltage signal in volts, and the load is 1ohm, then the power is 0.5 watts
Here is an example for calculation of power via psd
fs = 1000;
x = sin(2*pi*10*(0:999)/fs);
hpsd = psd(spectrum.periodogram,x,'Fs',fs);
avgpower(hpsd)
  2 件のコメント
Jiazeng Shan
Jiazeng Shan 2012 年 4 月 12 日
Thank you for your reply. Your example helps me to understand. However, if the signal is in the acceleration unit (m/s^2), how do I set the parameter (signal power in watts) in the AWGN block?
Honglei Chen
Honglei Chen 2012 年 4 月 13 日
I'm not sure if I understand your question. In general, the acceleration is converted to a voltage signal through sensor so what you process is in volts. I think this is a fair assumption to make and does not lose any generality.

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


saikiran
saikiran 2014 年 3 月 26 日
From the examples provided i figured it to be 1/(2*Eb/No), Is it true?

カテゴリ

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