DESERT 3.5.1
|
#include "uwphysical.h"
#include "string.h"
#include "uwofdmphy_hdr.h"
#include <math.h>
#include <iostream>
#include <map>
#include <ctime>
#include <phymac-clmsg.h>
#include "msg-display.h"
Go to the source code of this file.
Classes | |
class | UwOFDMPhy |
Typedefs | |
typedef ::std::map< double, double > | PdrLut |
typedef PdrLut::iterator | PdrLutIt |
Enumerations | |
enum | errordistribution { LOWSNR =0 , NOISEERR =1 , COLLERR =2 , TXPEN =3 , FREQCOLL =4 , MODERR =5 , CTRLCERR =6 , CTRLFERR =7 , TXPENCTRL = 8 } |
Variables | |
packet_t | PT_MMAC_CTS |
packet_t | PT_MMAC_DATA |
packet_t | PT_MMAC_RTS |
packet_t | PT_MMAC_ACK |
Definition of UwOFDMPhy class. Your can find the brief description of this physical layer in the paper, named "Development and Testing of an OFDM Physical Layer for the DESERT Simulator" IEEE/OCEANS, San Diego-Porto, 2021.
Definition in file uwofdmphy.h.
typedef ::std::map<double, double> PdrLut |
Definition at line 61 of file uwofdmphy.h.
typedef PdrLut::iterator PdrLutIt |
Definition at line 62 of file uwofdmphy.h.
enum errordistribution |
Enumerator | |
---|---|
LOWSNR | |
NOISEERR | |
COLLERR | |
TXPEN | |
FREQCOLL | |
MODERR | |
CTRLCERR | |
CTRLFERR | |
TXPENCTRL |
Definition at line 64 of file uwofdmphy.h.
|
extern |
Definition at line 44 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.
|
extern |
Definition at line 42 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.
|
extern |
Definition at line 45 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.
|
extern |
Definition at line 43 of file DESERT_Framework/DESERT/data_link/uw-smart-ofdm/initlib.cpp.