dB
Understanding the Decibel
The decibel is not an absolute unit; it is a ratio. To express an absolute power level, dB is combined with a reference: dBm (referenced to 1 milliwatt), dBW (referenced to 1 watt), or dBi (antenna gain referenced to an isotropic radiator). Understanding dB arithmetic is the essential first skill in RF engineering.
Why Logarithmic?
RF systems deal with enormous dynamic ranges. A satellite receiver might handle signals from -130 dBm (0.1 femtowatts) to -30 dBm (1 microwatt), a range of 10 billion to 1 in linear power. In dB, this is simply a 100 dB range. Logarithmic units make these numbers manageable.
Key dB Rules
- +3 dB = 2x power (double the power)
- +10 dB = 10x power (ten times the power)
- +20 dB = 100x power
- -3 dB = 0.5x power (half the power)
- -10 dB = 0.1x power
- 0 dB = 1x (no change)
dB for Voltage
When expressing voltage ratios, use 20 log10(V2/V1) because power is proportional to voltage squared. A voltage doubling is +6 dB (not +3 dB). This distinction is critical in amplifier gain specifications and S-parameter measurements.
dB = 10 × log10(P2 / P1)
Voltage ratio in dB:
dB = 20 × log10(V2 / V1)
Converting dB to linear:
Power ratio = 10^(dB/10)
Voltage ratio = 10^(dB/20)
Quick reference:
3 dB = 2x power, 6 dB = 4x, 10 dB = 10x
20 dB = 100x, 30 dB = 1000x, 40 dB = 10,000x
dB Reference Units
| Unit | Reference | Usage |
|---|---|---|
| dBm | 1 milliwatt | Absolute power (most common in RF) |
| dBW | 1 watt | Absolute power (satellite, high power) |
| dBi | Isotropic radiator | Antenna gain |
| dBd | Half-wave dipole | Antenna gain (dBi = dBd + 2.15) |
| dBc | Carrier power | Spurious, harmonics, phase noise |
| dBFS | ADC full scale | Digital signal levels |
| dBμV | 1 microvolt | EMC measurements |
Frequently Asked Questions
What does dB mean in RF?
dB (decibel) is a logarithmic unit that expresses the ratio between two power levels. It converts multiplication to addition, making system calculations simple. A 3 dB gain means power doubles; a 10 dB gain means power increases tenfold. Losses are negative dB values.
How do you convert dB to watts?
First convert dB to a linear ratio: ratio = 10^(dB/10). If working with dBm, the result is in milliwatts: P(mW) = 10^(dBm/10). For example, 30 dBm = 10^(30/10) = 1000 mW = 1 W.
What is the difference between dB and dBm?
dB is a relative ratio with no fixed reference. dBm is an absolute power level referenced to 1 milliwatt. 0 dBm = 1 mW, 30 dBm = 1 W, -30 dBm = 1 microwatt. You can add dB to dBm (gain in dB + power in dBm = output in dBm), but you cannot add two dBm values directly.