Package jist.swans.radio

Radio entity of SWANS simulator and related classes.

See:
          Description

Interface Summary
RadioInterface Defines the interface of all Radio entity implementations.
 

Class Summary
BERTable Implementation of Bit-Error-Rate calculations (via a loaded table) for a range of Signal-to-Noise-Ratio values.
RadioInfo Radio properties.
RadioInfo.RadioInfoShared Timeless information possibly shared among numerous Radio instances (only to save simulation memory.
RadioInfo.RadioInfoUnique Timeless information unique to a single Radio instance.
RadioNoise RadioNoise is an abstract class which implements some functionality that is common to the independent and additive radio noise simulation models.
RadioNoiseAdditive RadioNoiseAdditive implements a radio with an additive noise model.
RadioNoiseIndep RadioNoiseIndep implements a radio with an independent noise model.
 

Package jist.swans.radio Description

Radio entity of SWANS simulator and related classes. The more notable classes in this package are: