- Let 0, 50, 100, 150, 200, 250 specify the timestamps of 6consecutive packets during a talk-spurt period of a VoIPapplication. Also, let 26, 71, 133, 171, 239, 276 specify thecorresponding received times of the same six packets.
- Using the exponentially weighted moving average, find theestimated delay after every packet is received by the client(except the first one). Use the formula
di=(1−α)di−1+α(ri−ti) where
i=1,2,…,5,
α=0.2,
r1=71,
t1=50,etc.
- Using the exponentially weighted moving average, find theestimated deviation
OROR