Every operator of ISDN systems must comply with certain minimum requirements regarding the bit error rate (BER), which are specified for example in the CCITT Recommendation G.821 under the name "Error Performance".
On the right you can see an excerpt from this recommendation:
- This states, among other things, that – averaged over a sufficiently long time – at least 99.8% of all one-second intervals must have a bit error rate less than 10−3 (one per thousand).
- For a bit rate of 64 kbit/s this corresponds to the condition that in one second (and thus for N=64000 transmitted symbols) no more than 64 bit errors may occur:
- Pr(f≤64)≥0.998.
Hints:
- The exercise belongs to the chapter Gaussian distributed random variables.
- Always assume bit error probability p=10−3 for the first three subtasks.
- In addition, throughout the task, let N=64000 hold.
- Under certain conditions – which are all fulfilled here – the binomial distribution can be approximated by a Gaussian distribution with equal mean and equal standard deviation. Use this approximation for the subtask (4).
Questions
Solution
(1) Both statements are correct:
- The random vairable f defined here is the classical case of a binomially distributed random variable: Sum over N binary values (0 or 1).
- Because the product N⋅p=64 and thus is much larger than 1 ,
- the binomial distribution can be approximated with good approximation by a Poisson distribution with rate λ=64 .
(2) The mean is obtained as mf=N⋅p=64_ regardless of whether one assumes the binomial distribution or the Poisson distribution.
(3) For the standard deviation one obtains
- σf=√64000⋅10−3⋅0.999≈√64=8_.
- The error by applying Poisson distribution instead of binomial distribution here is smaller than 0.05%.
(4) For a Gaussian random variable f with mean mf=64 the probability Pr(f≤64)≈50%_. Note:
- For a continuous random size, the probability would be exactly 50%.
- Since f can only take integer values, it is slightly larger here.
(5) With λ=N⋅p the corresponding condition is:
- Q(64−λ√λ)≤0.002or64−λ√λ>2.9.
- The maximum value of λ can be determined according to the following equation:
- λ+2.9⋅√λ−64=0.
- The solution of this quadratic equation is thus:
- √λ=−2.9±√8.41+2562=6.68→λ=44.6⇒pB, max=44.664000≈0.069%_.
- The second solution is negative and need not be considered further.