#include <phrand.h>
Inheritance diagram for simth::JakesRng:
Public Member Functions | |
JakesRng (double df_max) | |
virtual double | get () const |
double | get_inl () const |
double | maxDoppler () const |
This class returns a random variate which is distributed according to a Jakes distribution for a maximum doppler frequence . This means the symmetric distribution is upper and lower bounded by the value which we call T for simplicity. The distribution of the random variate as returned by get() is
This distribution has a mean value of zero and a variance of
A random variable with this distribution results if one takes the cosine or sine of a uniformly- distributed random variable.
|
Class constructor with maximal doppler frequency as arguments.
|
|
Returns a random variate from the Jakes distribution. Implements simth::RandomGenerator. |
|
Inline version of get(). |
|
Returns the maximal doppler frequency. |