1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5 out of 5)
Loading ... Loading ...
Print Print

Bit error rate for 16PSK modulation using Gray mapping

by Krishna Sankar on May 18, 2008

In this post, let us derive the theoretical bit error probability for 16PSK modulation using Gray coded mapping. For deriving the equation, we will refer material from the following posts:

(a) Symbol Error Rate for 16PSK

(b) Gray code to Binary code conversion for PSK

(c) Binary to Gray code conversion for PSK

As discussed in the previous posts, the key feature of Gray code is that adjacent symbols differ by only one bit. The 16PSK constellation with Gray mapping can be as shown in the figure below.

16PSK constellation with Gray mapping

Figure: 16PSK constellation plot with Gray coded bit-mapping

From the discussion on symbol error rate for 16PSK in AWGN, we have proved that the symbol error rate for an M-PSK modulation is,

.

Relation between bit energy Eb/No to symbol energy Es/No

As can be seen from the constellation plot, for a 16PSK modulation, each symbol transmits bits. In general, for an M-PSK modulation the number bits in each constellation symbol is,

.

Since each symbol consists of bits, the symbol to noise ratio is times the bit to noise ratio , ie.

.

Relation between symbol error and bit error

For reasonable symbol to noise ratio , the symbol will be in error when noise causes the symbol to fall in the adjacent symbol bin. Now thanks to the Gray coded mapping, even if the symbol goes into the adjacent symbol there will be only 1 bit in error from the bits. So, the relation between symbol error and bit error is,

.

Note:

For very low symbol to noise ratio, the noise can cause the symbol to fall into the non-adjacent symbol bin. This may cause more than 1 bit error for each symbol error. However, we can ignore this case considering that we are interested only in reasonably high values of symbol to noise ratio. :)

Probability of bit error for M-PSK modulation

Combining the above two equations, the bit error probability for a general M-PSK modulation is,

.

(Of course for 16-PSK, M=16).

Matlab/Octave script for simulation 16-PSK BER

The Matlab/Octave script performs the following:

(a) Generation of random 1’s and 0’s

(b) Assigning group of 4 bits to each constellation symbol per the Gray mapping

(c) Addition of white Gaussian Noise

(d) Demodulation of PSK symbols and

(e) De-mapping per decimal to Gray conversion

(f) Counting the number of bit errors

(g) Running this for each value of Eb/No in steps of 1dB.

Click here to download: Matlab/Octave script for simulating 16PSK bit error rate

Bit Error rate plot for 16PSK modulation using Gray mapping

Figure: Bit error rate plot for 16PSK modulation using Gray mapping

Observations

1. The simulated results show good agreement with the theoretical results.

2. For low Eb/No values, we can see that the simulated bit error rate is slightly higher than that expected by theory. As explained above, this can be attributed to noise causing symbol to fall into the non-adjacent bin.

Hope this helps,
Krishna

Please click here to SUBSCRIBE to newsletter and download the FREE e-Book on probability of error in AWGN. Thanks for visiting! Happy learning.

Related posts

  1. 16QAM Bit Error Rate (BER) with Gray mapping
  2. Binary to Gray code for 16QAM
  3. Comparing 16PSK vs 16QAM for symbol error rate
  4. Symbol Error Rate for 16PSK
  5. Binary to Gray code conversion for PSK and PAM

D id you like this article? Make sure that you do not miss a new article by subscribing to RSS feed OR subscribing to e-mail newsletter. Note: Subscribing via e-mail entitles you to download the free e-Book on BER of BPSK/QPSK/16QAM/16PSK in AWGN.

{ 20 comments… read them below or add one }

1 sumit October 10, 2009 at 9:00 am

hello,
where is matlab script for psk-16 with gray code? I found here only psk-16 without gray code. but i need that. can u post that?

Reply

2 Krishna Sankar October 12, 2009 at 5:39 am

@sumit: Hmm.. :) Why do you say that this post discuss about BER for 16PSK without gray code?

Reply

3 sumit October 10, 2009 at 9:40 am

hello,
sorry i find that.

Reply

4 Iqtadar hussain November 11, 2009 at 7:16 pm

sir i need matlab script for hamming code (Bit error rate plot for hamming code)

Reply

5 Krishna Sankar November 13, 2009 at 5:35 am
6 BusyWasp November 17, 2009 at 7:57 pm

Hi,
i wana matlab script for comparing bit error probabilities of the 64 QAM and 64 PSK schemes, plz?

Reply

7 Krishna Sankar December 6, 2009 at 3:39 pm

@BusyWasp: Please check the posts
http://www.dsplog.com/2008/07/08/compare-bpsk-qpsk-4pam-16qam-16psk-64qam-32psk/
http://www.dspdesignline.com/howto/208801783;jsessionid=KQBZX4ZJRFCX0QSNDLRSKHSCJUNN2JVN?pgno=1

I have discussed the M-QAM case, which you can adapt to 64-QAM.

The post and code in 16-PSK is also discussing M-PSK case.
http://www.dsplog.com/2008/03/18/symbol-error-rate-for-16psk/

Good luck.

Reply

8 gokalp November 22, 2009 at 10:31 pm

hi..ı need QPSK modulatıon with gray mapping technique as a matlab code immediatelly.if you have please post ıt.thank u

Reply

9 Krishna Sankar December 6, 2009 at 4:31 pm

@gokalp: Sorry, I do not have posts on BER for QPSK with Gray mapping. But, it should be reasonably straightforward to scale down 16QAM BER with Gray mapping to the 4QAM case
http://www.dsplog.com/2008/06/05/16qam-bit-error-gray-mapping/

Good luck.

Reply

10 shafqat abbas November 28, 2009 at 8:53 pm

i need the matlab code of coherent detection multiple phase shift keying

Reply

11 Krishna Sankar December 7, 2009 at 4:43 am

@shafqat abbas: Hope the post on symbol error rate with 16psk helps
http://www.dsplog.com/2008/03/18/symbol-error-rate-for-16psk/

Reply

12 Ruby December 1, 2009 at 10:33 pm

Hi sir,
i want matlab script for comparing bit error probabilities of the 16 QAM and 16 PSK schemes using OFDM.
could u please help.

Reply

13 Krishna Sankar December 7, 2009 at 5:05 am
14 Ruby December 1, 2009 at 10:35 pm

Hi sir,
i want matlab script for comparing bit error probabilities of the 16 QAM and 16 PSK schemes using OFDM.
could u please help.
i will be very thankful to u.
please reply as soon as possible

Reply

15 Krishna Sankar December 7, 2009 at 5:06 am

@Ruby: Hope the post helps
http://www.dsplog.com/2008/03/29/comparing-16psk-vs-16qam-for-symbol-error-rate/

You can easily adapt to the OFDM case.

Reply

16 rashed December 16, 2009 at 9:01 pm

dear sir,
i want
1.matalb script for simulating BER for QPSK modulation in AWGN chnanel.
2.matlab script for simulating BER for 16QAM modulation in AWGN chnanel.
3.Matlab script for simulating BER for 64QAM modulation in AWGN chnanel.
could u help me please i will very greatful to you.

Reply

17 Krishna Sankar December 23, 2009 at 5:25 am
18 brunx January 4, 2010 at 5:09 pm

Sir,
Is it possible that the modulated signal from this simulation can be viewed in time domain? As if your looking it in the oscilloscope.

Thank you sir

Reply

19 brunx January 6, 2010 at 11:33 pm

Sir,
When 16PSK is to convert into passband, how can I recover the phase in the demodulator stage? Do you know some method or equation in order to simulate it?

Thanks again, sir.

Reply

20 Mahadevan Srinivasan January 8, 2010 at 8:48 am

Hi,

I have a question on the part “Relation between symbol error and bit error”. I have read in many books and know for a fact that Pb = Ps / k, but I have not heard a reasonable explanation for that fact. Could you elaborate?

Reply

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Gray code to Binary conversion for PSK and PAM

Next post: Article in DSPDesignLine.com: M-QAM symbol error