Constructs a JakesPropagationlossModel and print the loss value as a function of time into std::cout. More...
Public Member Functions | |
JakesPropagationExample () | |
~JakesPropagationExample () | |
Private Member Functions | |
void | Next () |
Next function. | |
Private Attributes | |
Ptr< MobilityModel > | m_firstMobility |
first Mobility | |
Ptr< PropagationLossModel > | m_loss |
loss | |
EventId | m_nextEvent |
next event | |
Ptr< MobilityModel > | m_secondMobility |
second Mobility | |
Time | m_step |
step | |
Constructs a JakesPropagationlossModel and print the loss value as a function of time into std::cout.
Distribution and correlation statistics is compared with a theoretical ones using R package (http://www.r-project.org/). Scripts are presented within comments.
Definition at line 23 of file jakes-propagation-model-example.cc.
JakesPropagationExample::JakesPropagationExample | ( | ) |
Definition at line 41 of file jakes-propagation-model-example.cc.
References ns3::CreateObject(), m_firstMobility, m_loss, m_nextEvent, m_secondMobility, m_step, Next(), and ns3::Simulator::Schedule().
JakesPropagationExample::~JakesPropagationExample | ( | ) |
Definition at line 52 of file jakes-propagation-model-example.cc.
|
private |
Next function.
Definition at line 57 of file jakes-propagation-model-example.cc.
References ns3::Time::As(), m_firstMobility, m_loss, m_nextEvent, m_secondMobility, m_step, ns3::Time::MS, Next(), ns3::Simulator::Now(), and ns3::Simulator::Schedule().
Referenced by JakesPropagationExample(), and Next().
|
private |
first Mobility
Definition at line 31 of file jakes-propagation-model-example.cc.
Referenced by JakesPropagationExample(), and Next().
|
private |
loss
Definition at line 30 of file jakes-propagation-model-example.cc.
Referenced by JakesPropagationExample(), and Next().
|
private |
next event
Definition at line 34 of file jakes-propagation-model-example.cc.
Referenced by JakesPropagationExample(), and Next().
|
private |
second Mobility
Definition at line 32 of file jakes-propagation-model-example.cc.
Referenced by JakesPropagationExample(), and Next().
|
private |
step
Definition at line 33 of file jakes-propagation-model-example.cc.
Referenced by JakesPropagationExample(), and Next().