Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Exercise 3.7Z: Error Performance

From LNTwww

frame<excerpt from CCITT Recommendation G.821: Error Performance

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  103  (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(f64)0.998.



Hints:

  • The exercise belongs to the chapter  Gaussian distributed random variables.
  • Always assume bit error probability  p=103  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

1

Which of the following statements are true regarding the random variable f ?

The random variable f  is binomially distributed.
f  can be approximated by a Poisson distribution.

2

What is the mean value of the random variable  f?

mf = 

3

How large is the standard deviation?  Use appropriate approximations.

σf = 

4

Calculate the probability that no more than  64  bit errors occur.  Use the Gaussian approximation.

Pr(f64) = 

 %

5

What is the maximum bit error probability  pB, max  that the condition  "64  (or more)  bit errors only in at most 0.2% of the one-second intervals"  can be met? 
It holds  Q(2.9)0.002.

pB, max = 

 %


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  Np=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=Np=64_  regardless of whether one assumes the binomial distribution or the Poisson distribution.


(3)  For the standard deviation one obtains  

σf=640001030.99964=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(f64)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  λ=Np  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.6pB, max=44.6640000.069%_.
  • The second solution is negative and need not be considered further.