Converting oscilloscope voltage to RF power with 50-ohm impedance

  • Thread starter Thread starter cyclone24
  • Start date Start date
  • Tags Tags
    Power Rf
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 23K views
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 what, 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.