Binary Phase-Shift Keying
Understanding BPSK
Binary Phase-Shift Keying is the simplest and most power-efficient digital modulation scheme. By using only two constellation points separated by the maximum possible distance (180° apart on the unit circle), BPSK achieves the lowest bit error rate of any binary signaling format for a given signal-to-noise ratio. This optimality is proven by matched filter theory: antipodal signals (s1 = −s0) maximize the decision distance at the correlator output.
The trade-off is spectral efficiency. BPSK transmits only 1 bit per symbol, using twice the bandwidth of QPSK for the same data rate. In bandwidth-limited systems (terrestrial cellular, cable), higher-order modulations like 64-QAM or 256-QAM are preferred. But in power-limited systems (deep space, GPS, military spread-spectrum), where every fraction of a dB matters and bandwidth is abundant, BPSK remains the modulation of choice. Its simplicity also makes coherent carrier recovery straightforward using a Costas loop or squaring loop.
BER & Signal Equations
s(t) = ±A·cos(2πfct)
Eb = A²·Tb/2
Bit Error Rate:
BER = Q(√(2·Eb/N0))
= ½·erfc(√(Eb/N0))
BER values:
Eb/N0 = 5 dB ⇒ BER = 5.95×10−3
Eb/N0 = 8 dB ⇒ BER = 1.91×10−4
Eb/N0 = 10 dB ⇒ BER = 3.87×10−6
Eb/N0 = 12 dB ⇒ BER = 9.01×10−9
Digital Modulation Comparison
| Scheme | Bits/Symbol | SE (bit/s/Hz) | Eb/N0 @10−5 | Typical Use |
|---|---|---|---|---|
| BPSK | 1 | 1 | 9.6 dB | GPS, deep space |
| QPSK | 2 | 2 | 9.6 dB | Satellite, LTE |
| 8-PSK | 3 | 3 | 13.1 dB | EDGE, DVB-S2 |
| 16-QAM | 4 | 4 | 14.5 dB | LTE, Wi-Fi |
| 64-QAM | 6 | 6 | 18.8 dB | 5G NR, cable |
| 256-QAM | 8 | 8 | 23.5 dB | Wi-Fi 6, DOCSIS |
Frequently Asked Questions
Why is BPSK optimal?
Antipodal signaling (s1 = −s0) maximizes Euclidean distance for given energy. Matched filter bound: no binary scheme can beat BER = Q(√(2Eb/N0)). 3 to 4 dB better than higher-order PSK at same BER.
Comparison to QPSK?
QPSK = two independent BPSK streams (I and Q). Same BER per bit. 2× spectral efficiency. BPSK preferred when bandwidth is free (spread-spectrum gives 20 to 40 dB processing gain). QPSK preferred for bandwidth-limited links.
Modern applications?
GPS L1 C/A (1.023 Mcps BPSK). Deep space (−180 dBm, with turbo coding). CDMA pilot (phase reference). OFDM pilot subcarriers in LTE/5G/Wi-Fi. LoRa (CSS derivative). Military LPI/LPD systems.