Azzera filtri
Azzera filtri

The question about signal power in watts

3 visualizzazioni (ultimi 30 giorni)
Jiazeng Shan
Jiazeng Shan il 11 Apr 2012
Risposto: saikiran il 26 Mar 2014
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

Risposte (2)

Honglei Chen
Honglei Chen il 11 Apr 2012
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 Commenti
Jiazeng Shan
Jiazeng Shan il 12 Apr 2012
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 il 13 Apr 2012
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.

Accedi per commentare.


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

Categorie

Scopri di più su Propagation and Channel Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by