How To Learn Wi-Fi

Published:

Learning Wi-Fi can be quite complicated for beginners. Start with legacy Wi-Fi, i.e., 20 MHz OFDM with SISO, which is sufficient to understand the important Wi-Fi design.

0. OFDM

1. Understand Wi-Fi Physical Layer

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

Transmitter

Channel

Receiver

Check this paper Performance Assessment of IEEE 802.11p with an Open Source SDR-Based Prototype for the receiver design, including time synchronization, frequency offest estimation, channel estimation, etc.

The following algorithm should be carefully studied:

  • Packet detection: How to use short training symbol for coarse time synchronization
  • Symbol alignment: How to use long training symbol for fine time synchronization
  • Carrier frequency offset estimation and correction
  • Channel estimation

2. Matlab Simulation

3. Experimental Practice

Return to the Main Page of Wireless Communication Technologies.