System Design
Link Budget
Before building any wireless system, you need to answer one question: will the receiver be able to hear the transmitter? A link budget answers this by adding up every gain (transmit power, antenna gain) and subtracting every loss (cable loss, path loss, fade margin, atmospheric absorption) to determine how much signal arrives at the receiver and whether it exceeds the receiver's sensitivity. If the margin is positive, the link works. If negative, no amount of clever coding or signal processing can fix it. The link budget is the first calculation in any wireless design and the last one checked before deployment.
Gains Minus Losses Equals Your Answer
Link budget equation:
PRX = EIRP − FSPL − Lmisc + GRX
Link Margin = PRX − Sensitivity
EIRP = PTX − Lcable,TX + GTX
FSPL = 32.44 + 20·log(fMHz) + 20·log(dkm)
Worked example: 5G NR macro cell downlink at 3.5 GHz:
PTX = +46 dBm | Lcable = 2 dB | GTX = 18 dBi
EIRP = 46 − 2 + 18 = 62 dBm
Distance = 1 km | FSPL = 32.44 + 70.9 + 0 = 103.3 dB
Body loss = 3 dB | Shadow fade margin = 8 dB | Penetration = 15 dB
GRX = 0 dBi (handset) | Lmisc = 26 dB total
PRX = 62 − 103.3 − 26 + 0 = −67.3 dBm
Sensitivity (64QAM, 100 MHz) = −85 dBm
Link Margin = −67.3 − (−85) = 17.7 dB ✓
PRX = EIRP − FSPL − Lmisc + GRX
Link Margin = PRX − Sensitivity
EIRP = PTX − Lcable,TX + GTX
FSPL = 32.44 + 20·log(fMHz) + 20·log(dkm)
Worked example: 5G NR macro cell downlink at 3.5 GHz:
PTX = +46 dBm | Lcable = 2 dB | GTX = 18 dBi
EIRP = 46 − 2 + 18 = 62 dBm
Distance = 1 km | FSPL = 32.44 + 70.9 + 0 = 103.3 dB
Body loss = 3 dB | Shadow fade margin = 8 dB | Penetration = 15 dB
GRX = 0 dBi (handset) | Lmisc = 26 dB total
PRX = 62 − 103.3 − 26 + 0 = −67.3 dBm
Sensitivity (64QAM, 100 MHz) = −85 dBm
Link Margin = −67.3 − (−85) = 17.7 dB ✓
Typical Link Budget Parameters
| Parameter | Cellular (3.5 GHz) | Microwave PtP (18 GHz) | LEO Satellite (12 GHz) |
|---|---|---|---|
| TX Power | +46 dBm | +30 dBm | +43 dBm |
| TX Antenna Gain | 18 dBi | 42 dBi | 35 dBi |
| FSPL (at range) | 103 dB (1 km) | 140 dB (15 km) | 185 dB (1,200 km) |
| RX Antenna Gain | 0 dBi | 42 dBi | 38 dBi |
| Fade/Misc Losses | 26 dB | 35 dB | 5 dB |
| RX Sensitivity | −85 dBm | −75 dBm | −120 dBm |
| Link Margin | 17.7 dB | 14 dB | 12 dB |
Common Questions
Frequently Asked Questions
What is free-space path loss?
Not actual absorption; it is geometric spreading (1/r²). The frequency term comes from the receive antenna's effective aperture shrinking at higher frequencies. FSPL = 32.44 + 20·log(fMHz) + 20·log(dkm). 20 dB more loss per decade of frequency.
How much fade margin?
Depends on availability. Terrestrial microwave (99.99%): 30 to 40 dB. Urban cellular (99.9%): 8 to 12 dB. Satellite Ku-band rain: 5 to 10 dB. Indoor WLAN: 10 to 15 dB for walls and body shadowing.
EIRP vs. ERP?
EIRP references isotropic (dBi). ERP references dipole (dBd). EIRP = ERP + 2.15 dB. FCC uses ERP for FM broadcast, EIRP for cellular/satellite. Know the convention for compliance.
See Also