A Discrete-Event Network Simulator
API
wifi-error-models-comparison.cc File Reference
#include <fstream>
#include <cmath>
#include "ns3/gnuplot.h"
#include "ns3/command-line.h"
#include "ns3/yans-error-rate-model.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/table-based-error-rate-model.h"
#include "ns3/wifi-tx-vector.h"
+ Include dependency graph for wifi-error-models-comparison.cc:

Go to the source code of this file.

Detailed Description

Usage

$ ./waf –run "wifi-error-models-comparison [Program Options]"

Program Options

–size
The size in bits [12000]
–frameFormat
The frame format to use: Ht, Vht or He [Ht]
–beginMcs
The first MCS to test [ ]
–endMcs
The last MCS to test [␇]
–stepMcs
The step between two MCSs to test [␄]
–includeTableErrorModel
Flag to include/exclude Table-based error model [true]
–includeYansErrorModel
Flag to include/exclude Yans error model [true]
–includeNistErrorModel
Flag to include/exclude Nist error model [true]

Definition in file wifi-error-models-comparison.cc.