#include "ns3/core-module.h"
#include "ns3/mobility-module.h"
#include "ns3/jakes-propagation-loss-model.h"
#include <vector>
#include <math.h>
Go to the source code of this file.
Classes | |
class | JakesPropagationExample |
Constructs a JakesPropagationlossModel and print the loss value as a function of time into std::cout. Distribution and correlation statistics is compared woth a theoretical ones using R package (http://www.r-project.org/). Scripts are presented within comments. More... |
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 69 of file jakes-propagation-model-example.cc.
References ns3::CommandLine::Parse(), ns3::Seconds(), and ns3::Config::SetDefault().