How To Learn Wi-Fi

Published:

Learning Wi-Fi can be quite complicated for beginners. Wi-Fi physical layer has lots of features, including OFDM, OFDMA, MIMO and supports up to 160 MHz bandwidth. Start with the legacy Wi-Fi, which usually refers to 802.11a/g. Their physical layer is based on OFDM SISO with 20 MHz bandwidth, which is sufficient to understand the important Wi-Fi OFDM design.

This blog post focuses on the preamble-related parts.

0. OFDM

Reading materials:

Key learning points:

  • FFT and IFFT
  • Time domain and frequency domain signals
  • CP

1. Wi-Fi Physical Layer

Wi-Fi system
Wi-Fi system. Source: Matlab

Transmitter

Reading materials:

Key learning points:

  • Preamble design including short training symbols and long training symbols

Channel

Reading materials:

Key learning points:

  • Small-scale fading
  • Modelling of multipath channel (frequency selectivity vs flat fading)
  • Modelling of Doppler spread (fast vs slow fading)

Receiver

Reading materials:

Key learning points:

  • Packet detection: How to use short training symbol for coarse time synchronization (autocorrelation)
  • Symbol alignment: How to use long training symbol for fine time synchronization (cross correlation)
  • Carrier frequency offset estimation and correction (autocorrelation)
  • Channel estimation using long training symbols

2. Matlab Simulation

3. Experimental Practice

Return to the Main Page of Wireless Communication Technologies.