Processing math: 100%

Exercise 4.13: Four-level QAM

From LNTwww
Revision as of 13:20, 12 August 2022 by Hwang (talk | contribs)

Signal space constellation of the 4–QAM

We now consider a quadrature amplitude modulation with  M=4  symbols and the (normalized) signal space points

sA=(+1,+1),sB=(1,+1),sC=(1,1),sD=(+1,1).

The symbols are equally probable. Thus, averaging can be omitted to calculate the mean symbol error probability.

For example:

pS=Pr(E)=Pr(sBsCsDdecided|sAtransmitted).

The assignment of the symbols to bit-duples  can also be taken from the graphic (red labels). Gray coding is assumed here.




Notes:

  • The exercise belongs to the chapter  "Carrier Frequency Systems with Coherent Demodulation".
  • Reference is made in particular to the section  "Quadrature amplitude modulation"  (QAM).
  • For subtask (4), the (discrete-time) AWGN channel with variance  σ2n=N0/2  is assumed.
  • For the probability that a symbol is falsified horizontally or vertically by the noise signal  n,  with the complementary Gaussian error function  Q(x) holds:
p=Pr(n<x0)=Pr(n>+x0)=Q(x0/σn).



Questions

1

Give the "Union Bound" as the upper bound for the symbol error probability  pS   (pUBpS). Let  p=0.1.

pUB = 

2

What is the actual symbol error probability  pS?

pS = 

3

What is the bit error probability for Gray coding  pB?

pB = 

4

What is the relationship between  pB  and  EB/N0?

pB=Q[EB/N0],
pB=Q[2EB/N0],
pB=Q[EB/(2N0)].


Solution

(1)  The "Union Bound" is an upper bound for the mean symbol error probability. For the latter holds:

pS = Pr(E)=Pr(E|sAtransmitted)=Pr(sBsCsDdecided|sAtransmitted).
  • In contrast, for the (improved) "Union Bound" in the present example:
pUB = Pr(sBsCdecided|sAtransmitted)+Pr(sCsDdecided|sAtransmitted)=2p=0.2_.


(2)  The two probabilities that make up the "Union Bound" additive can be interpreted geometrically as follows:

  • Pr(sBsC|sA) iis the probability that the receiving point is located in the left half-plane
    ⇒   the AWGN noise component n1 is negative and greater in magnitude than E.
  • Pr(sCsD|sA) is the probability that the receiving point lies in the lower half-plane
    ⇒   the AWGN noise component n2 is negative and greater in magnitude than E.


Thus, the "Union Bound" considers the third quadrant twice. It is relatively easy to compensate for this error here:

pS = pUBPr(sCdecided|sAtransmitted)=2pPr[(n1<E)(n2<E)]=2pp2=0.19_.

Here it is considered that the noise components n1 and n2 are independent of each other.


(3)  As proved in subtask (2), the following are valid for the individual falsification probabilities:

  • Quadrant 2: Pr(sB received | sA transmitted)=0.09,
  • Quadrant 3: Pr(sC received | sA transmitted)=0.01,
  • Quadrant 4: Pr(sD received | sA transmitted)=0.09.


Thus, for the mean bit error probability we obtain:

pB=1/2[10.09+20.01+10.09]=0.1_=p.
  • It is taken into account that quadrant 2 and quadrant 4 each lead to only one bit error, while quadrant 3 leads to two.
  • The factor 1/2 considers again that in each case one symbol contains two binary characters (bits).


(4)  According to the solution to subtask (2), the bit error probability is equal to the probability that the two noise components exceed certain limits:

pB=Pr(n1<E)=Pr(n2<E).
  • For the AWGN channel, this probability with variance is σ2n=N0/2:
pB=Q(E/σn)=Q(2E/N0).
  • The mean energy per symbol can be most easily determined by averaging over the squared distances of the signal space points from the origin. This yields ES=2E.
  • The average energy per bit is half: EB=ES/2=E. From this follows:
pB=Q(2EB/N0).
  • The second solution is therefore correct.
  • The same result is also obtained if the 4–QAM is considered as two orthogonal (i.e.: not interfering with each other) BPSK systems over the same channel as in the chapter "Structure of the Optimal Receiver" of the book "Modulation methods".