QPSK vs. OFDM Performance Over AWGN and Frequency-Selective Fading

Built MATLAB simulations to evaluate QPSK over AWGN (BER/SER vs SNR), OFDM (QPSK) over AWGN, and OFDM (QPSK) over frequency-selective fading including equalization, comparing results against theoretical expectations where applicable.

QPSKOFDMAWGNFadingBER
Figure 1

Figure 1

1 / 8

🎯Problem

In real wireless links, the channel is rarely 'clean.' AWGN sets the baseline, but multipath creates frequency-selective fading and ISI, which can severely degrade performance if the waveform and receiver are not designed to handle it. This project investigates how QPSK and OFDM behave across these channel conditions and where degradation comes from.

Context: MSU ECE 869 Final Project β€” simulation-based BER/SER performance evaluation of QPSK and OFDM across AWGN and frequency-selective fading channels.

Simulation setup: 5120 bits per run, 200 Monte Carlo runs, SNR sweep 0–16 dB (2 dB steps), OFDM N=64, CP length L=5.

πŸ’‘Solution

QPSK over AWGN (BER/SER vs SNR) baseline validation.

OFDM (QPSK) over AWGN to verify OFDM implementation.

OFDM (QPSK) over frequency-selective fading with CP + FFT-domain Zero-Forcing equalization.

Comparison of simulated results against theoretical Q-function baselines.

⚑Key Features

  • Gray-coded QPSK mapping to reduce bit errors (constellation mapping defined explicitly).
  • OFDM chain with N = 64 subcarriers, IFFT modulation, and cyclic prefix L = 5 to mitigate ISI.
  • Frequency-selective fading model using a fixed multipath impulse response h = [0.3, βˆ’0.5, 1, 0, 0.2, βˆ’0.3].
  • Receiver FFT + Zero-Forcing equalization with explicit discussion of noise amplification when |Hβ‚™| is small.

βœ…Validation

  • Used 200 Monte Carlo runs and averaged results to ensure statistical stability.
  • QPSK-over-AWGN simulations were checked against the theoretical BER expression using the Q-function baseline.

πŸ“ŠResults

Matches Theory
QPSK over AWGN
Simulated BER/SER closely match theoretical values, validating the implementation.
Consistent
OFDM over AWGN
Performance is consistent with standalone QPSK when OFDM is implemented correctly.
CP + EQ Mitigates ISI
OFDM over Fading
Frequency-selective fading degrades BER/SER; CP + FFT-domain equalization mitigates ISI but ZF noise enhancement remains.

πŸ”§Challenges

  • Zero-Forcing equalization tradeoff: it cancels channel distortion but can amplify noise at spectral nulls / low-gain subcarriers.
  • Practical next step: consider MMSE equalization for better robustness under fading.

πŸŽ“Takeaways

  • OFDM's strength is structural: CP + subcarrier processing makes frequency-selective channels manageable, but equalizer choice matters.
  • For fading channels, ZF is a baseline, not an endpointβ€”MMSE or more advanced methods can significantly improve error performance.

Want to learn more about this project?

I'm happy to discuss the technical details, challenges, and learnings from this work.