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

C++ file for the symbol mapper class. More...

#include <cstring>
#include <assert.h>
#include "symbol_mapper.h"

Go to the source code of this file.

Namespaces

 fun
 

Constant Groups

 fun
 

Detailed Description

C++ file for the symbol mapper class.

The symbol mapper class takes the stream of modulated data and converts it into symbols by mapping the data, pilots, and nulls onto their respective subcarriers. Conversely it also extracts the data from received symbols.

Definition in file symbol_mapper.cpp.