mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-18 21:28:07 +00:00
Sythesizable, modular Verilog implementation of 802.11 OFDM decoder.
scripts | ||
testing_inputs | ||
verilog | ||
.gitignore | ||
Readme.rst |
OpenOFDM
This project contains a Verilog implementation of 802.11 OFDM PHY decoder. Features are:
- Fully synthesizable (tested on Ettus Research USRP N210 platform)
- Full support for legacy 802.11a/g
- Support 802.11n for MCS 0 - 7 @ 20 MHz bandwidth
- Cross validation with included Python decoder
Environment Setup
This project has the following dependencies:
- Icarus Verilog: for compiling Verilog files and simulation.
- GtkWave: for wave form visualization.
Input and Output
In a nutshell, the top level dot11
Verilog module takes 32-bit I/Q samples (16-bit each) as input, and output decoded bytes in 802.11 packet. The sampling rate is 20 MSPS and the clock rate is 100 MHz. This means this module expects one pair of I/Q sample every 5 clock ticks.