What Is an RF Link Budget?
An RF link budget is an accounting of all power gains and losses in a radio communication path — from transmitter output to the minimum detectable signal at the receiver. Every terrestrial, airborne, or satellite radio link must be verified with a link budget before deployment. The output tells you whether the received signal exceeds the receiver's sensitivity threshold by a comfortable margin, and by how much.
Key Terms and Relationships
EIRP (Effective Isotropic Radiated Power) is the product of transmitter output power and antenna gain referenced to an isotropic radiator:
EIRP (dBW) = P_TX (dBW) + G_TX (dBi) − L_cable (dB)
A 5 W (7 dBW) transmitter feeding a 6 dBi gain antenna through 1.5 dB of coax loss yields an EIRP of 7 + 6 − 1.5 = 11.5 dBW (41.5 dBm).
Free-Space Path Loss (FSPL) models the geometric spreading of a radio wave in a vacuum or clear-air environment. The standard formula, derived directly from the Friis transmission equation, is:
FSPL (dB) = 20·log₁₀(d) + 20·log₁₀(f) + 32.45
where d is in kilometres and f is in MHz. This constant (32.45) normalises the speed-of-light term to those units. At 900 MHz and 5 km:
FSPL = 20·log(5) + 20·log(900) + 32.45 = 13.98 + 59.08 + 32.45 = 105.5 dB
The Friis Transmission Equation
The fundamental equation relating received power P_R to transmitted power P_T is:
P_R = P_T · G_TX · G_RX · (λ / 4πd)²
In logarithmic form this becomes the ubiquitous link budget chain:
RSL (dBm) = EIRP (dBm) − FSPL (dB) + G_RX (dBi) − L_RX_cable (dB)
where RSL is the Received Signal Level at the receiver input connector.
Worked Example: 900 MHz, 5 km Point-to-Point Link
System parameters: P_TX = 2 W (33 dBm), G_TX = 10 dBi, TX cable loss = 1 dB, G_RX = 10 dBi, RX cable loss = 1 dB, receiver sensitivity = −105 dBm.
- EIRP = 33 + 10 − 1 = 42 dBm
- FSPL at 900 MHz, 5 km = 105.5 dB
- RSL = 42 − 105.5 + 10 − 1 = −54.5 dBm
- Link margin = RSL − Sensitivity = −54.5 − (−105) = +50.5 dB
A 50 dB margin is extraordinary for a line-of-sight terrestrial link. In practice, obstructions, rain, and foliage consume significant dB, so real design margins shrink considerably.
Receiver Sensitivity and Noise Floor
Receiver sensitivity is typically defined at a specified bit-error rate (BER), commonly 10⁻³ to 10⁻⁶ for digital voice. It is calculated as:
Sensitivity (dBm) = −174 + NF + 10·log(BW) + Eb/N0_req
The −174 dBm/Hz term is the thermal noise floor at 290 K (kT). A receiver with a 6 dB noise figure, 12.5 kHz bandwidth (10·log(12500) = 40.97 dB), and a required Eb/N0 of 12 dB has a sensitivity of:
−174 + 6 + 40.97 + 12 = −115 dBm
Eb/N0 vs SNR
Eb/N0 (energy per bit to noise density ratio) is the fundamental digital link quality metric. It relates to SNR as:
Eb/N0 (dB) = SNR (dB) + 10·log(BW/Rb)
where Rb is the bit rate. For QPSK at BER = 10⁻⁶, the theoretical Eb/N0 requirement is 10.5 dB; real systems add an implementation margin of 1–3 dB. P25 Phase 1 C4FM requires approximately 5 dB Eb/N0 at the 5% BER threshold in APCO standards.
Fade Margin
Fade margin is the difference between the median received signal level and the minimum acceptable level. Standard practice calls for 10–20 dB of fade margin on terrestrial links. The required fade margin depends on link reliability objective, terrain type, frequency, and path length. ITU-R P.530 provides methods for calculating multipath fading probability. A 99.999% annual availability target (five nines) on a 30 km microwave path in a temperate climate may require a 35 dB fade margin or a space/frequency diversity arrangement.
Rain and Vegetation Attenuation
At frequencies above 10 GHz, rain attenuation becomes a design driver. The ITU-R P.838 model gives specific attenuation as:
γ_R (dB/km) = k · R^α
where R is rain rate in mm/hr and k, α are frequency- and polarisation-dependent coefficients. At 23 GHz, a heavy rain rate of 25 mm/hr produces roughly 2–4 dB/km of attenuation. Below 1 GHz, rain is negligible but vegetation (foliage) losses of 0.1–0.4 dB/m are significant for non-line-of-sight links. ITU-R P.833 provides foliage loss models for both single-tree excess loss and within-vegetation propagation.
System Gain and Link Margin
System gain is the total gain available before losses: G_sys = P_TX − Sensitivity. Link margin is system gain minus all path losses. A conservative rule of thumb for licensed land-mobile systems is to maintain a minimum of 10 dB link margin for 90% location reliability; increasing to 20 dB achieves approximately 95% in obstructed environments. For public safety communications, NFPA 1225 and IFC Chapter 51 effectively mandate coverage reliability thresholds that translate to −95 dBm or better at 95% of the critical area — engineering the link to meet this consistently requires careful fade margin allocation.
Practical Link Budget Tools
Commercial tools such as Pathloss 5, Radio Mobile (free), EDX Signal Pro, and ATDI HTZ Communications automate path profile extraction from SRTM terrain data and apply appropriate propagation models. Hand calculations using the Friis equation and FSPL remain essential for sanity-checking tool outputs and for quick feasibility assessments on early-stage projects. Every serious RF engineer should be able to close a link budget on a napkin before trusting software output.