Calculating RF Power: dBm-Volt-Watt Conversion

  • Thread starter Thread starter cyclone24
  • Start date Start date
  • Tags Tags
    Power Rf
AI Thread Summary
The discussion focuses on calculating RF power from voltage measurements in a pulsed RF setup. The user measured a peak-to-peak RF voltage of 130 millivolts and seeks to convert this to watts. The conversion involves calculating the RMS voltage and applying the formula P = V^2/R, resulting in 42.5 microwatts before accounting for 60 dB of attenuation. After adjusting for attenuation, the actual power calculated is 42.5 watts. Clarifications were provided on the conversion process, particularly regarding the division by two to obtain peak voltage from peak-to-peak voltage.
cyclone24
Messages
35
Reaction score
0
Hello

I have a basic question about the decibel -voltage - watt conversion.

I am calculating pulsed RF power on the scope. The setup involved an RF transmitter connected to one end of an attenuator. The other end is connected to the scope. Sure I used 100 dB attenuator first and decreased the attenuation from 100 dB to 60 dB (or applied 40 dB) until I see the RF peaks on the scope.

Now I measured the pk-pk RF wave on the scope and it is 130 millivolts. So from here how should I calculate the power in watts?

HInt: 60 dBm = 1000 watts; P = V^2/R; R = 50 ohms...?
 
Engineering news on Phys.org
If the scope doesn't have a 50 ohm input impedance, you should terminate at a 50 ohm load and then measure voltage across it.
 
Thank you.

I already did that. So how do I convert the voltage value (in mV) in watts? Or how do I define the RF power here? guess I am putting it in a crude way...
 
Once you measure the rms voltage across the load, you can use this formula: P = V^2/R to calculate power in watts.

If you want that in dBm, note that 0 dBm is referenced to 1 mW

P_dbm = 10 log(base 10) (P/1mW)
 
Start with the voltage and convert it to RMS

So, that is (130 mV p-p / 2*√2) or 0.046 volts RMS

That is E ^ 2 / R or (0.046* 0.046 / 50) or 42.5 microwatts.

You have 60 dB of attenuation ( I think that's what you said).

So, 60 dB = 10 log ( actual power / 0.0000425)

actual power / 0.0000425 = 1000000

actual power = 42.5 watts
 
vk6kro and waht, thank you for that explanation. It is now clear.

Just curious, Vrms is usually = Vpk/(sqrt(2)). Why did you divide by another 2 in the equation?

The RF here is a sinc wave.

Thanks
 
cyclone24 said:
Just curious, Vrms is usually = Vpk/(sqrt(2)). Why did you divide by another 2 in the equation?

Because initially you measured voltage in Vpp. To get it in Vp you have to divide it by two. Then you use Vp to convert to Vrms.
 
That was dumb. Thanks!
 
Back
Top