Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A simulation is a series of randomized settings based on the scenario. In SEAMCAT it is called an EventResult. The EventResult is a placeholder during the simulation. It contains all information to be used by a simulation, e.g. positions of the elements in the system. Values in EventResult are used to produce the final SimulationResult.

The EventResult consists of many LinkResults. Every connection between a Tx and Rx is represented with a LinkResult. It could be inside the victim system, or it could be an interference link between the victim system and one of the interfering systems: all represented by a LinkResult. It is by far the most important result is the LinkResult. It holds the intermediate results of a particular link (e.g.Tx,Rrx position). It can be seen in the file LinkResult.java.

Figure 308: Simulation results

  • No labels