#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"
Go to the source code of this file.
$ ./waf –run "wifi-error-models-comparison [Program Options]"
–size
–frameFormat
–beginMcs
–endMcs
–stepMcs
–includeTableErrorModel
–includeYansErrorModel
–includeNistErrorModel
Definition in file wifi-error-models-comparison.cc.