0% found this document useful (0 votes)
120 views4 pages

American International University-Bangladesh: Department of Computer Engineering

This document discusses using MATLAB Simulink to study analog to analog conversion (QAM) by developing a 16-QAM simulation model. It includes figures of the QAM concept and constellation diagram and discusses calculating the bit error rate and symbol error rate theoretically and through simulation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views4 pages

American International University-Bangladesh: Department of Computer Engineering

This document discusses using MATLAB Simulink to study analog to analog conversion (QAM) by developing a 16-QAM simulation model. It includes figures of the QAM concept and constellation diagram and discusses calculating the bit error rate and symbol error rate theoretically and through simulation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Experiment 8 Student’s Manual

American International University- Bangladesh


Department of Computer Engineering
COE 3201: Data Communication Laboratory

Title: Study of Analog to Analog Conversion (QAM) using MATLAB Simulink

Abstract:
This experiment is designed to-

1.To understand the use of MATLAB for solving communication engineering problems.
2.To develop understanding of QAM, Constellation diagram and Finding Bit Error rate

Introduction:
PSK is limited by the ability of the equipment to distinguish small differences in phase. This
factor limits its potential bit rate. The idea of using two carriers, one in-phase and the other
quadrature, with different amplitude levels for each carrier is the concept behind quadrature
amplitude modulation (QAM).

Quadrature amplitude modulation is a combination of ASK and PSK.

Figure 1: Concept of a constellation diagram

© Dept. of COE, Faculty of Engineering, American International University-Bangladesh (AIUB)


Experiment 8 Student’s Manual

The possible variations of QAM are numerous. Figure shows some of these schemes. Figure (a)
shows the simplest 4-QAM scheme (four different signal element types) using a unipolar NRZ
signal to modulate each carrier. This is the same mechanism we used for ASK (OOK). Part b
shows another 4-QAM using polar NRZ, but this is exactly the same as QPSK. Part c shows
another QAM-4 in which we used a signal with two positive levels to modulate each of the two
carriers. Finally, Figure (d) shows a 16-QAM constellation of a signal with eight levels, four
positive and four negative.

The minimum bandwidth required for QAM transmission is the same as that required for ASK
and PSK transmission. QAM has the same advantages as PSK over ASK.

Figure 2: Constellation Diagram of QAM

The demodulator maps the received signal (possibly distorted due to noise in the channel) back
to bit streams.
For 16 QAM, the Bit Error Rate (BER) is the same as BPSK.
3 4𝐸𝑏
BER= 4 Q ( √ 𝑁𝑜

Since in QAM modulation two carriers are used, the Symbol Error Rate per carrier is given by:
6 𝐸𝑠
Psc= 4 Q ( √5𝑁𝑜

© Dept. of COE, Faculty of Engineering, American International University-Bangladesh (AIUB)


Experiment 8 Student’s Manual

And the total Symbol Error Rate is given by:


Ps = 1 – (1 − 𝑃𝑠𝐶)2
Where N0/2 is the noise power spectral density, and Q(.) is the Q function of the Gaussian
distribution.

Simulink Model:

Figure: 16-QAM Simulation Model

 Build the Simulink model shown in Figure 3.


 Double-click on the Random Integer Generator and adjust the set size to 16
 In the Random Integer Generator block, set the Sample Time to 2e-6 (i.e. 2 µs) and the
Samples per frame parameter to 1024.
 In the AWGN block, set the Symbol period parameter to 2e-6 (i.e. 2 µs) and the Number of
bits per symbol parameter to 4 (since 16 QAM uses 4 bits per symbol).
 For the Error Rate Calculation block, set the Output data field to “port” so you can connect
the Display block.
 Set the simulation time to 10 seconds.
 In both 16 QAM Modulator and Demodulator blocks, set the Constellation ordering to Gray,
set the Normalization method to Peak Power, and set the value of the Peak power to 1 Watt.
 In this experiment, you will adjust the value of the E_b/N_0 in the AWGN block, starting
from 5, incrementing by 1 every step, and ending at 10, and observe the error rate displayed
in the Display block. Make a table recording the value of E_b/N_0 and the corresponding
BER.
 Plot BER vs. E_b/N_0 and compare with the theoretical values. Comment on the results.
 Repeat for different values of the Peak power and plot the results.

© Dept. of COE, Faculty of Engineering, American International University-Bangladesh (AIUB)


Experiment 8 Student’s Manual

Figure 4: Output of Transmitted and Received Constellation Diagram

Figure 5: Bit Error rate QAM

The Display Block will show you three values. The first value is the BER, the second value is the
number of incorrect bits, and the third value is the total number of bits received.

Reference
1. Forouzan, B. A. "Data Communication and Networking. Tata McGraw." (2005).
2. M. P. Fitz, Fundamentals of Communications Systems, pp. 7.1-7.7, 2007, McGraw-Hill
3. MathWorks®

© Dept. of COE, Faculty of Engineering, American International University-Bangladesh (AIUB)

You might also like