Non coherent demodulation of pi/4 DQPSK (TETRA)

In TETRA specifications, one of the modulation technique used is Differential Quaternary Phase Shift Keying (DQPSK). We will discuss the bit error rate with non-coherent demodulation of DQPSK in Additive White Gaussian Noise (AWGN) channel.

pi/4 DQPSK

The incoming bit sequence is grouped into two bits and is mapped into differential phase as follows:

B(2k-1) B(2k)
1 1
0 1
0 0
1 0

Table : Phase transitions for DQPSK modulation (Ref Table 5.1 of ETSI 301-893 V3.2.1)

The modulation symbol is formed by applying a phase offset to previous symbol and is defined as follows:

and

.

Alternately, the phase transitions can be represented as

.

The constellation of the DQPSK occupies phase values separated by as shown below in the blue dots. The red lines shows all possible phase transitions.

Constellation of pi/4 DQPSK specification

Figure: Constellation of DQPSK (Ref Figure 5.1 of ETSI 301-893 V3.2.1)

Channel Model

The transmitted waveform gets corrupted by noise , typically referred to as Additive White Gaussian Noise (AWGN).

Additive : As the noise gets ‘added’ (and not multiplied) to the received signal

White : The spectrum of the noise if flat for all frequencies.

Gaussian : The values of the noise follows the Gaussian probability distribution function,

with mean and

variance .

The received symbol is,

Non Coherent Receiver

A non-coherent receiver relies on the phase transitions between consecutive symbols to form an estimate of the transmitted bits. The sequence of operation is as follows:

a) On the received symbols estimate the phase

b) Find the delta of the estimated phase between consecutive symbols

c) Quantize the estimated delta phase values lying from as follows and convert to bits per the following encoding:

.

Received delta phase to bit mapping for DQPSK

Figure: Received delta phase to bit mapping

The theoretical bit error rate defined with the mapping above is (Ref Chapter 5.2.8 of Digital Communications by Proakis, 4th Edition)
,

where

,

,

and

is the modified Bessel function of first kind.

Simulation results

The script performs the following

(a) Generate random binary sequence of +1’s and 0’s.

(b) Group two bits together and apply DQPSK modulation

(c) Add white Gaussian noise.

(d) At the receiver, estimate the phase of the received symbols. Based on the delta of the received phase, estimate the transmitted bits

(e) Repeat for multiple values of and plot the simulation and theoretical results.

Click here to download the script for simulating BER of pi/4 DQPSK with non-coherent demodulation at the receiver

BER plot for pi/4 DQPSK wit non coherent demodulation

Figure: BER plot for DQPSK with non-coherent demodulation

Observations

Can see good agreement between simulated and theoretical results. 🙂

Reference

Digital Communications by Proakis, 4th Edition

9 thoughts on “Non coherent demodulation of pi/4 DQPSK (TETRA)

  1. Hi, what is the different between pi/4 DQPSK and DQPSK ? How can i change the code to make it work for DQPSK ? Thanks

  2. Hi, may I know how is it different from DQPSK, how can I change the code to get the BER for DQPSK ? Please advise.

  3. Hi Krishna,
    Your blog helps me a lot!
    Thanks a lot!
    Now I’m still cofused by the modulation and demodualtion about D8PSK, do you have some articles and matlab codes about it?
    Hoping for your help!
    Thanks!

  4. Hi Krishna,

    Thanks for sharing some concepts on pi/4 DQPSK. The article was really helpful. I would like to know if you would be doing any codes or if you can share some concepts on star QAM and PSAM (Pilot Symbol Assisted modulation).

Leave a Reply

Your email address will not be published. Required fields are marked *