필터 지우기
필터 지우기

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 CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by