#include "ns3/core-module.h"#include "ns3/mobility-module.h"#include "ns3/jakes-propagation-loss-model.h"#include <vector>#include <cmath>
 Include dependency graph for jakes-propagation-model-example.cc: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::Time::Seconds(), and ns3::Config::SetDefault().
 Here is the call graph for this function: