A Discrete-Event Network Simulator
API
error-rate-tables.h File Reference

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Typedefs

typedef std::vector< std::pair< double, double > > ns3::SnrPerTable
 Table of SNR (dB) and PER pairs. More...
 

Variables

static const SnrPerTable ns3::AwgnErrorTableBcc1458 [ERROR_TABLE_BCC_MAX_NUM_MCS]
 AWGN error table for BCC with reference size of 1458 bytes. More...
 
static const SnrPerTable ns3::AwgnErrorTableBcc32 [ERROR_TABLE_BCC_MAX_NUM_MCS]
 AWGN error table for BCC with reference size of 32 bytes. More...
 
static const SnrPerTable ns3::AwgnErrorTableLdpc1458 [ERROR_TABLE_LDPC_MAX_NUM_MCS]
 AWGN error table for LDPC with reference size of 1458 bytes. More...
 
const uint16_t ns3::ERROR_TABLE_BCC_LARGE_FRAME_SIZE = 1458
 reference size (bytes) of large frames for BCC More...
 
const uint8_t ns3::ERROR_TABLE_BCC_MAX_NUM_MCS = 10
 maximum number of MCSs for BCC More...
 
const uint16_t ns3::ERROR_TABLE_BCC_SMALL_FRAME_SIZE = 32
 reference size (bytes) of small frames for BCC More...
 
const uint16_t ns3::ERROR_TABLE_LDPC_FRAME_SIZE = 1458
 reference size (bytes) for LDPC More...
 
const uint8_t ns3::ERROR_TABLE_LDPC_MAX_NUM_MCS = 12
 maximum number of MCSs for LDPC More...