sat-markov-fading-trace-example.cc File Reference

Example for Markov fading calculations. More...

#include "ns3/core-module.h"
#include "ns3/gnuplot.h"
#include "ns3/satellite-module.h"
#include <fstream>
#include <vector>
+ Include dependency graph for sat-markov-fading-trace-example.cc:

Go to the source code of this file.

Classes

class  ns3::SatMarkovFadingExamplePlot
 

Namespaces

 ns3
 SatArqSequenceNumber is handling the sequence numbers for the ARQ process.
 

Detailed Description

Example for Markov fading calculations.

Can be used to produce simple fading traces.

This example can be run as it is, without any argument, i.e.:

./waf --run="contrib/satellite/examples/markov-trace-example"

Gnuplot file (markov_fading_trace.plt) will be generated as output. This file can be converted to a PNG file, for example by this command:

gnuplot markov_fading_trace.plt

which will produce markov_fading_trace.png file in the same directory.

Definition in file sat-markov-fading-trace-example.cc.