Side-by-side comparison
| Parameter | Coherent | Non-Coherent Detection |
|---|---|---|
| Carrier Phase Reference | Required — recovered via PLL or Costas loop | Not required — envelope or differential detection |
| BER at Same Eb/N0 (FSK) | ~3 dB better than non-coherent | Higher BER — penalty is ~1–3 dB |
| Receiver Complexity | High — PLL, carrier recovery, I/Q demodulator | Low — envelope detector or delay-and-multiply |
| Applicable Schemes | BPSK, QPSK, coherent FSK, coherent ASK | Non-coherent FSK (dual-filter), DPSK, OOK |
| Phase Noise Sensitivity | High — phase noise degrades BER directly | Low — immune to random phase variations |
| Acquisition Time | Longer — PLL must lock first | Instant — no lock-up required |
| Power Consumption | Higher — PLL and mixers draw current | Lower — simpler analog front end |
| Typical IC / System | GPS receiver (SiRF Star III), BPSK modem | 433 MHz OOK receiver (SYN480R), DPSK modem |
Key differences
Coherent detection references the incoming carrier phase, allowing the receiver to make a decision based on the signal projection onto a known axis — this is why BPSK achieves BER = (1/2)erfc(√(Eb/N0)), the theoretical optimum for binary signalling. Non-coherent FSK detection uses two bandpass filters centred at f1 and f2, compares envelope outputs, and requires no phase lock — it pays a BER penalty of roughly 1–3 dB compared to coherent FSK at BER = 10⁻⁵. DPSK is a middle ground: it differentially encodes data so the receiver compares successive symbols' phases rather than an absolute reference, recovering about 1 dB of that penalty without a full PLL.
When to use Coherent
Use coherent detection when BER performance is critical and hardware cost allows a PLL. GPS receivers, satellite modems, and 4G LTE base station receivers all use coherent I/Q demodulation for this reason.
When to use Non-Coherent Detection
Use non-coherent detection in low-cost, battery-powered, or short-range systems where implementation simplicity matters more than optimal BER. The SYN480R 433 MHz OOK receiver module and simple paging receivers are representative examples.
Recommendation
For GATE and core-company interviews, state clearly that coherent detection always gives better BER at the cost of a PLL or Costas loop; choose coherent for any performance-critical link and non-coherent for low-cost implementations.
Exam tip: Examiners ask for the BER expression for coherent BPSK [(1/2)erfc(√(Eb/N0))] and non-coherent FSK [(1/2)exp(−Eb/2N0)] — memorise both and know that coherent is always lower BER at any positive Eb/N0.
Interview tip: A Qualcomm or MediaTek interviewer will ask why GPS uses coherent detection despite increased complexity — the answer is carrier phase recovery via Costas loop enables weak-signal acquisition that non-coherent cannot achieve.