System Design
Receiver Sensitivity
A GPS satellite transmits at 27 W from 20,200 km altitude. By the time the signal reaches Earth, free-space path loss has reduced it to −130 dBm. The GPS receiver must detect this signal buried 19 dB below the thermal noise floor (−111 dBm in 2 MHz BW). It accomplishes this with a 1023-chip spreading code that provides 30 dB of processing gain, effectively pulling the signal out from under the noise. Receiver sensitivity is not one number; it is the intersection of thermal noise floor, noise figure, and the minimum SNR the demodulator needs, modified by any processing gain the signal design provides. Every dB of improvement translates directly into range, coverage, or data rate.
Sensitivity Across Applications
| System | BW | NF | SNRreq | Processing Gain | Sensitivity |
|---|---|---|---|---|---|
| GPS L1 C/A | 2 MHz | 2 dB | 14 dB | −30 dB (spreading) | −128 dBm |
| Radar (single pulse) | 10 kHz | 3 dB | 13 dB | 0 dB | −118 dBm |
| Radar (100-pulse CI) | 10 kHz | 3 dB | 13 dB | −20 dB | −138 dBm |
| LTE QPSK (10 MHz) | 10 MHz | 5 dB | 1 dB | 0 dB | −98 dBm |
| 5G NR 64QAM (100 MHz) | 100 MHz | 7 dB | 17 dB | 0 dB | −70 dBm |
| WiFi 6 1024QAM (80 MHz) | 80 MHz | 6 dB | 35 dB | 0 dB | −54 dBm |
Receiver sensitivity equation:
S (dBm) = −174 + 10·log10(B) + NF + SNRmin − Gp
Gp = processing gain (spreading, integration, coding)
Worked example (LTE Band 1 QPSK):
S = −174 + 70 + 5 + 1 − 0 = −98 dBm
Matches 3GPP TS 36.104 reference sensitivity
1 dB NF improvement =
1 dB better sensitivity = 12% more range = 25% more area
S (dBm) = −174 + 10·log10(B) + NF + SNRmin − Gp
Gp = processing gain (spreading, integration, coding)
Worked example (LTE Band 1 QPSK):
S = −174 + 70 + 5 + 1 − 0 = −98 dBm
Matches 3GPP TS 36.104 reference sensitivity
1 dB NF improvement =
1 dB better sensitivity = 12% more range = 25% more area
Common Questions
Frequently Asked Questions
How is sensitivity calculated?
S = −174 + 10log(B) + NF + SNRmin. Thermal floor (−174) is physics. Bandwidth and NF are hardware. SNRmin is set by modulation and target BER. Each term is an independent lever for improvement.
Three ways to improve?
1) Lower NF (better LNA, TMA, cryogenics). 2) Reduce effective BW (matched filtering, pulse integration). 3) Reduce SNRmin (FEC coding, spreading). GPS uses all three: low NF + spreading gain + coding.
Why such large variation?
WiFi 1024QAM: −54 dBm (wide BW + high SNR). Radar with integration: −148 dBm (narrow BW + processing gain). 94 dB difference from: BW (39 dB) + SNR (22 dB) + NF (1 dB) + processing (32 dB).
See Also