| 
    fun_ofdm
    1.0
    
   802.11a Physical Layer for USRP 
   | 
 
C++ file for the ppdu class. More...
#include <arpa/inet.h>#include <boost/crc.hpp>#include <iostream>#include "ppdu.h"#include "parity.h"#include "viterbi.h"#include "interleaver.h"#include "puncturer.h"#include "modulator.h"Go to the source code of this file.
Namespaces | |
| fun | |
Constant Groups | |
| fun | |
C++ file for the ppdu class.
The ppdu class is a container for a ppdu which is made up of a PHY Header, otherwise known as a PLCP Header, and a payload of bytes. The class also has functions for encoding and decoding the header and payload based on the PHY transmission rates.
Definition in file ppdu.cpp.