Uses of Class
jist.swans.radio.BERTable

Packages that use BERTable
jist.swans.radio Radio entity of SWANS simulator and related classes. 
 

Uses of BERTable in jist.swans.radio
 

Fields in jist.swans.radio declared as BERTable
protected  BERTable RadioNoiseAdditive.ber
          bit-error-rate table.
 

Methods in jist.swans.radio with parameters of type BERTable
 void RadioNoiseAdditive.setBERTable(BERTable ber)
          Register a bit-error-rate table.
 

Constructors in jist.swans.radio with parameters of type BERTable
RadioNoiseAdditive(int id, RadioInfo.RadioInfoShared shared, BERTable ber)
          Create a new radio with additive noise model.