fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
ppdu.h File Reference

Header file for the ppdu class and the plcp_header struct. More...

#include <complex>
#include <vector>
#include "rates.h"

Go to the source code of this file.

Classes

struct  fun::plcp_header
 The plcp_header struct is a container for PLCP Headers and their respective parameters. More...
 
class  fun::ppdu
 The ppdu class. More...
 

Namespaces

 fun
 

Constant Groups

 fun
 

Macros

#define MAX_FRAME_SIZE   2000
 

Detailed Description

Header file for the ppdu class and the plcp_header struct.

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.h.

Macro Definition Documentation

#define MAX_FRAME_SIZE   2000

Definition at line 17 of file ppdu.h.

Referenced by fun::ppdu::ppdu().