#include "ns3/core-module.h"
#include "ns3/yans-error-rate-model.h"
#include "ns3/nist-error-rate-model.h"
#include "ns3/gnuplot.h"
#include <fstream>
#include <vector>
#include <cmath>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 31 of file ofdm-validation.cc.
References ns3::Gnuplot2dDataset::Add(), ns3::Gnuplot::AddDataset(), ns3::CommandLine::AddValue(), ns3::Gnuplot::GenerateOutput(), ns3::YansErrorRateModel::GetChunkSuccessRate(), ns3::CommandLine::Parse(), ns3::Gnuplot::SetExtra(), ns3::Gnuplot::SetLegend(), and ns3::Gnuplot::SetTerminal().