Difference between revisions of "Net Power"

From RadiWiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Net Power]] defined as [[Forward Power]] minus the [[Reflected Power]]
+
[[Net Power]] is defined as [[Forward Power]] minus the [[Reflected Power]]. This document describes the formula's that should be used to correctly calculate the [[Net Power]].
This document describes how you should calculate the [[Net Power]] correctly.
 
  
{| border=1
+
The [[Net power]] always has to be calculated in linear power values. It is not possible to calculate the [[Net power]] directly from logarithmic values (dBW, dBm, dBpW, ...) without converting them to linear power values.
|+ '''''Given information'''''
 
|-
 
! Frequency (MHz)
 
! Forward Power (dBm)
 
! Reflected Power (dBm)
 
|-
 
! 201,973 || 50 || 30
 
|}
 
  
'''Question:''' What is the Net Power?
+
The following formulas should thus be used:
  
'''Answer:''' 49,95635195 dBm
+
<math>P[W] =  10^{\frac{P[dBW]}{10}}</math> or <math>P[mW] =  10^{\frac{P[dBm]}{10}}</math>
  
== The calculation ==
+
{{Formula||1|Logarithmic power value to linear power value}}
First you calculate the dBm values to linear values.
 
  
<math> 50 \ dBm = 10^{\frac{50}{10}} \ mW = 100\ W</math>
+
<math>P_{net}[W] = P_{fwd}[W] - P_{refl}[W]</math>
  
<math> 30 \ dBm = 10^{\frac{30}{10}} \ mW = 1\ W</math>
+
{{Formula||2|Net power calculation from forward and reflected power}}
  
Subtract the linear values
+
<math>P[dBW] = 10 * ^{10}log(P[W])</math> or <math>P[dBm] = 10 * ^{10}log(P[mW])</math>
  
<math> Net \ Power = Fw - Rf = 100 - 1 = 99 \ W</math>
+
{{Formula||3|Linear power value to logarithmic power value}}
  
Convert the value to dBm again:
+
<math>P[dBm] = P[dBW] + 30</math>
  
<math>10 * log10(99 * 1000) \approx  49,95635195 \ dBm</math>
+
{{Formula||4|dBW to dBm}}
 +
 
 +
== Example ==
 +
Let's assume that on a certain frequency (for example: 201,973 MHz), a forward power of 50 dBm is measured, with a reflected power of 30 dBm.
 +
 
 +
First the power values should be calculated from dBm values to linear values.
 +
 
 +
<math> 50 \ dBm = 10^{\frac{50}{10}} \ mW = 100.000\ mW = 100\ W</math>
 +
 
 +
<math> 30 \ dBm = 10^{\frac{30}{10}} \ mW = 1000\ mW = 1\ W</math>
 +
 
 +
Then the net power should be calculated by subtracting the linear values
 +
 
 +
<math>P_{net} = P_{fwd}[W] - P_{refl}[W] = 100\ W - 1\ W = 99 \ W</math>
 +
 
 +
And the linear value should be converted to a dBm value again:
 +
 
 +
<math>P[dBW] = 10 * ^{10}log(99 W) \approx  19,95635195 \ dBW \approx  49,95635195 \ dBm</math>
 +
 
 +
The [[Net Power]] of 50 dBm forward and 30 dBm reflected power is thus 49,96 dBm.
  
 
[[Category:RadiMation]]
 
[[Category:RadiMation]]
 
[[Category:Calculation]]
 
[[Category:Calculation]]

Latest revision as of 20:43, 20 January 2009

Net Power is defined as Forward Power minus the Reflected Power. This document describes the formula's that should be used to correctly calculate the Net Power.

The Net power always has to be calculated in linear power values. It is not possible to calculate the Net power directly from logarithmic values (dBW, dBm, dBpW, ...) without converting them to linear power values.

The following formulas should thus be used:

or

Formula -1: Logarithmic power value to linear power value

Formula -2: Net power calculation from forward and reflected power

or

Formula -3: Linear power value to logarithmic power value

Formula -4: dBW to dBm

Example

Let's assume that on a certain frequency (for example: 201,973 MHz), a forward power of 50 dBm is measured, with a reflected power of 30 dBm.

First the power values should be calculated from dBm values to linear values.

Then the net power should be calculated by subtracting the linear values

And the linear value should be converted to a dBm value again:

The Net Power of 50 dBm forward and 30 dBm reflected power is thus 49,96 dBm.