#include <delayprofile.h>
Inheritance diagram for simthlib::UniformDelayProfile:
Public Member Functions | |
UniformDelayProfile (double tau_max) | |
virtual | ~UniformDelayProfile () |
double | get () const |
double | maxDelay () const |
void | print (std::ostream &os) const |
With a given maximal delay the probability density function of the delay is
Though this is not liked by the communication engineers, it is nevertheless interesting from an information theoretic viewpoint because for any random variable with limited value range, the uniform distribution is the distribution with maximum entropy.
|
Class constructor.
|
|
Class destructor. |
|
Returns a random delay variant from an uniform distribution. Implements simthlib::DelayProfile. |
|
Implements simthlib::DelayProfile. |
|
Printing some information to the specified output stream. Implements simthlib::DelayProfile. |