|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.field.Fading.Rician
public static final class Fading.Rician
Computes Rician fading. Equivalent to GloMoSim code.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.swans.field.Fading |
---|
Fading.None, Fading.Rayleigh, Fading.Rician |
Field Summary | |
---|---|
private double |
kFactor
distribution parameters. |
private double |
stddev
distribution parameters. |
Constructor Summary | |
---|---|
Fading.Rician(double kFactor)
Create new Rician fading model object. |
Method Summary | |
---|---|
private static double |
Besseli0(double x)
Compute zero-order Bessel function. |
private static double |
Besseli1(double x)
Compute first-order Bessel function. |
double |
compute()
Compute the fading loss. |
private static double |
computeStandardDeviation(double kFactor)
Computes standard deviation for Rician distribution such that mean is 1. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final double kFactor
private final double stddev
Constructor Detail |
---|
public Fading.Rician(double kFactor)
kFactor
- kMethod Detail |
---|
private static double Besseli0(double x)
x
- input
private static double Besseli1(double x)
x
- input
private static double computeStandardDeviation(double kFactor)
kFactor
- k
public double compute()
compute
in interface Fading
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |