|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.field.PathLoss.FreeSpace
public static final class PathLoss.FreeSpace
Computes free-space path loss. Equivalent to GloMoSim code.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.swans.field.PathLoss |
---|
PathLoss.FreeSpace, PathLoss.TwoRay |
Constructor Summary | |
---|---|
PathLoss.FreeSpace()
|
Method Summary | |
---|---|
double |
compute(RadioInfo srcRadio,
Location srcLocation,
RadioInfo dstRadio,
Location dstLocation)
Compute the path loss. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathLoss.FreeSpace()
Method Detail |
---|
public double compute(RadioInfo srcRadio, Location srcLocation, RadioInfo dstRadio, Location dstLocation)
compute
in interface PathLoss
srcRadio
- source radio informationsrcLocation
- source locationdstRadio
- destination radio informationdstLocation
- destination location
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |