[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CBR dither question:



Please take a look at cbr_traffic.cc, the "dither" is calculated like this :

if (random_) t += interval_ + Random::uniform(-0.5, 0.5);

I suppose you could change this behaviour.


> Does anyone know anything about the basic statistical properties of
> this dither??  And, can these properties be modified, and, if so, how?
> 
> Thank you.
> 
> Miroslav
> 
> 
> 
> ================================
> 
> Dr. Miroslav I. Klun
> Network Infrastructure Laboratory
> GTE Laboratories Inc.
> Waltham, MA 02451
> (781) 466-3830
> [email protected]

Tarik