|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.radio.RadioInfo.RadioInfoShared
public static class RadioInfo.RadioInfoShared
Timeless information possibly shared among numerous Radio instances (only to save simulation memory.
Field Summary | |
---|---|
protected double |
background_mW
Background noise, including bandwidth factor (units: mW * bits/second). |
protected int |
bandwidth
Bandwidth (units: bits/second). |
protected double |
gain
Antenna gain (units: dBm). |
protected double |
sensitivity_mW
Reception sensitivity (units: mW). |
protected double |
threshold_mW
Reception threshold (units: mW). |
protected double |
transmit
Transmission power (units: dBm). |
protected double |
wavelength
Wavelength of radio (units: meter). |
Constructor Summary | |
---|---|
RadioInfo.RadioInfoShared()
|
Method Summary | |
---|---|
double |
getBackground_mW()
Return background noise. |
int |
getBandwidth()
Return radio bandwidth. |
double |
getGain()
Return antenna gain. |
double |
getPower()
Return radio transmission power. |
double |
getSensitivity_mW()
Return reception sensitivity. |
double |
getThreshold_mW()
Return reception threshold. |
double |
getWaveLength()
Return radio wavelength. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double wavelength
protected int bandwidth
protected double transmit
protected double gain
protected double sensitivity_mW
protected double threshold_mW
protected double background_mW
Constructor Detail |
---|
public RadioInfo.RadioInfoShared()
Method Detail |
---|
public double getWaveLength()
public int getBandwidth()
public double getPower()
public double getGain()
public double getSensitivity_mW()
public double getThreshold_mW()
public double getBackground_mW()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |