SlideShare une entreprise Scribd logo
1  sur  10
Umang Gupta (2010EE50564)
Indra Bhushan (2010EE50548)
Vivek Mangal (2010EE50566)
Jitendra Kumar Meena (2009EE5 )
5-9-12
Experiment
Quadrature Amplitude Modulation
Aim: To study the working of phase locked loop and identify the lock and capture ranges.
Introduction:
QAM is an Analog as well as a digital modulation. It can modulate two analog/digital
message signals by changing (modulating) of carrier waves, using the amplitude
modulation or amplitude shift keying. The two carrier waves usually are sinusoids and out
of phase and so called Quadrature amplitude modulation. The modulated waves are
summed, and the resulting waveform is a combination of two amplitude modulated signals.
QAM is used extensively as a modulation scheme for digital telecommunication systems.
Observations and remarks:
Theoritical Results:
Matlab code to simulate the qam modulation in two sinusoids:
clear all
fc=10000;
fm1=500;
fm2=100;
t=(0.000001:.000001:1/fm2);
m1=sin(2*pi*t.*fm1);
m2=sin(2*pi*t.*fm2);
x1=m1.*cos(2*pi*t.*fc);
x2=m2.*sin(2*pi*t.*fc);
x=x1+x2;
figure(1);
plot(t,x);
title('QAM modulation (fc= 10KHz, fm1=500Hz and fm2=100Hz )');
xlabel('time '), ylabel('signal or voltage');
hold on;
grid on;
figure(2);
plot(t,x1);
title('DSBSC modulation (fc= 10KHz and fm=500 Hz)');
xlabel('time '), ylabel('signal or voltage');
hold on;
grid on;
figure(3);
plot(t,x2);
title('DSBSC modulation (fc= 10KHz and fm=100 Hz)');
xlabel('time '), ylabel('signal or voltage');
hold on;
grid on;
fnorm=2000/100000;
[b,a] = butter(10, fnorm, 'low');
y1=x.*sin(2*pi*t.*fc);
y1l = filtfilt(b, a, y1);
y2=x.*cos(2*pi*t.*fc);
y2l = filtfilt(b, a, y2);
figure(4)
plot(t,y1l);
title('QAM demodulation');
xlabel('time '), ylabel('message signal 1');
hold on;
grid on;
figure(5)
plot(t,y2l);
title('QAM demodulation');
xlabel('time '), ylabel('message signal 2');
hold on;
grid on;
The outputs of the simulation are as follows-
QAM signal for Fc=100KHZ AND 100 AND 500 HZ SIGNAL
Individual demodulated waves. QAM is the sum of the two.
Demodulated signals
Practical observations: (QAM of cont. signal)
QAM signal
Signal 3 is QAM.
Signal 1 is input, signal 2, which is in quadrature is not shown
Vector/constellation output of the signal
Demodulated signal
QAM of Discrete signal
Modulated signal
Vectored/constellation output
Demodulated Signals, note the delay in the output
1 is i/p and 4 is o/p
2 is i/p and 4 is o/p
Conclusion: QAM increases the efiifciency of Amplitude modualtion as two signals can be
transmitted over the same bandwidth and hence is popularly preferred over simple
amplitude of DSBSC modulation. But however some extra hardware is required to
demodulate QAM.

Contenu connexe

Tendances

Chapter 6m
Chapter 6mChapter 6m
Chapter 6m
wafaa_A7
 
Digital communication
Digital communicationDigital communication
Digital communication
meashi
 

Tendances (20)

Chap 5
Chap 5Chap 5
Chap 5
 
QUADRATURE AMPLITUDE MODULATION
QUADRATURE AMPLITUDE MODULATIONQUADRATURE AMPLITUDE MODULATION
QUADRATURE AMPLITUDE MODULATION
 
Application WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSEApplication WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSE
 
DIGITAL COMMUNICATION: ENCODING AND DECODING OF CYCLIC CODE
DIGITAL COMMUNICATION: ENCODING AND DECODING OF CYCLIC CODE DIGITAL COMMUNICATION: ENCODING AND DECODING OF CYCLIC CODE
DIGITAL COMMUNICATION: ENCODING AND DECODING OF CYCLIC CODE
 
Non orthogonal multiple access
Non orthogonal multiple accessNon orthogonal multiple access
Non orthogonal multiple access
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
 
Sonet
SonetSonet
Sonet
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Chapter 6m
Chapter 6mChapter 6m
Chapter 6m
 
Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)Pstn (Public Switched Telephone Networks)
Pstn (Public Switched Telephone Networks)
 
NYQUIST CRITERION FOR ZERO ISI
NYQUIST CRITERION FOR ZERO ISINYQUIST CRITERION FOR ZERO ISI
NYQUIST CRITERION FOR ZERO ISI
 
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
DSP Lab Manual (10ECL57) - VTU Syllabus (KSSEM)
 
3.2 modulation formats bpsk, qpsk, oqpsk,
3.2 modulation formats   bpsk, qpsk, oqpsk,3.2 modulation formats   bpsk, qpsk, oqpsk,
3.2 modulation formats bpsk, qpsk, oqpsk,
 
Digital communication
Digital communicationDigital communication
Digital communication
 
Convolutional codes
Convolutional codesConvolutional codes
Convolutional codes
 
Eecb351 exp 8 ask fsk
Eecb351 exp 8 ask fskEecb351 exp 8 ask fsk
Eecb351 exp 8 ask fsk
 
Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...Data Communication & Computer Networks: Multi level, multi transition & block...
Data Communication & Computer Networks: Multi level, multi transition & block...
 
Companding & Pulse Code Modulation
Companding & Pulse Code ModulationCompanding & Pulse Code Modulation
Companding & Pulse Code Modulation
 
Scattering and bending loss 18 19
Scattering and bending loss 18 19Scattering and bending loss 18 19
Scattering and bending loss 18 19
 
Channel Models for Massive MIMO
Channel Models for Massive MIMOChannel Models for Massive MIMO
Channel Models for Massive MIMO
 

En vedette

Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
vnktrjr
 
What is 16 qam modulation
What is 16 qam modulationWhat is 16 qam modulation
What is 16 qam modulation
FOSCO Fiber Optics
 
Performance evaluation of different qam
Performance evaluation of different qamPerformance evaluation of different qam
Performance evaluation of different qam
vnktrjr
 
QAM Presentation
QAM PresentationQAM Presentation
QAM Presentation
mogs22
 
Quadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitterQuadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitter
Asaad Drake
 

En vedette (20)

Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
Performance Evaluation of Different QAM Techniques Using Matlab/Simulink full...
 
Quadrature amplitude modulation
Quadrature amplitude modulationQuadrature amplitude modulation
Quadrature amplitude modulation
 
What is 16 qam modulation
What is 16 qam modulationWhat is 16 qam modulation
What is 16 qam modulation
 
EEP306: Delta modulation
EEP306: Delta modulationEEP306: Delta modulation
EEP306: Delta modulation
 
Performance evaluation of different qam
Performance evaluation of different qamPerformance evaluation of different qam
Performance evaluation of different qam
 
QAM Presentation
QAM PresentationQAM Presentation
QAM Presentation
 
QAM (Quadratur Amplitude Modulation)
QAM (Quadratur Amplitude Modulation)QAM (Quadratur Amplitude Modulation)
QAM (Quadratur Amplitude Modulation)
 
Qudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & SunilQudrature Amplitude Modulation by Krishna Teja & Sunil
Qudrature Amplitude Modulation by Krishna Teja & Sunil
 
Amplitude Modulation ppt
Amplitude Modulation pptAmplitude Modulation ppt
Amplitude Modulation ppt
 
1 unit
1 unit1 unit
1 unit
 
Ofdm & qam
Ofdm & qamOfdm & qam
Ofdm & qam
 
FSK, PSK, QAM
FSK, PSK, QAMFSK, PSK, QAM
FSK, PSK, QAM
 
Group no 11
Group no 11Group no 11
Group no 11
 
Advanced communication lab manual
Advanced communication lab manual Advanced communication lab manual
Advanced communication lab manual
 
Amplitude modulated-systmes
Amplitude modulated-systmesAmplitude modulated-systmes
Amplitude modulated-systmes
 
Quadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitterQuadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitter
 
Modulation techniques matlab_code
Modulation techniques matlab_codeModulation techniques matlab_code
Modulation techniques matlab_code
 
EEP303: Cycle ii exp 4
EEP303: Cycle ii   exp 4EEP303: Cycle ii   exp 4
EEP303: Cycle ii exp 4
 
EEP301: Dc modular servo motor
EEP301: Dc modular servo motorEEP301: Dc modular servo motor
EEP301: Dc modular servo motor
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sample
 

Similaire à EEP306: Quadrature amplitude modulation

IC Design of Power Management Circuits (III)
IC Design of Power Management Circuits (III)IC Design of Power Management Circuits (III)
IC Design of Power Management Circuits (III)
Claudia Sin
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReport
Daniel K
 
Experiment3_DCS-21BEC0384Adityabonnerjee
Experiment3_DCS-21BEC0384AdityabonnerjeeExperiment3_DCS-21BEC0384Adityabonnerjee
Experiment3_DCS-21BEC0384Adityabonnerjee
AdityaBonnerjee21BEC
 
OE Instrumentation_02_Interferometry_1.pdf
OE Instrumentation_02_Interferometry_1.pdfOE Instrumentation_02_Interferometry_1.pdf
OE Instrumentation_02_Interferometry_1.pdf
JamesWalter40
 
A new faulted phase identification technique for overhead distribution system
A new faulted phase identification technique for overhead distribution systemA new faulted phase identification technique for overhead distribution system
A new faulted phase identification technique for overhead distribution system
Alexander Decker
 
ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4
Stefan Ivanovic
 

Similaire à EEP306: Quadrature amplitude modulation (20)

Analog Communication Lab Manual
Analog Communication Lab ManualAnalog Communication Lab Manual
Analog Communication Lab Manual
 
Analog Communication Engineering Lab Manual
Analog Communication Engineering Lab ManualAnalog Communication Engineering Lab Manual
Analog Communication Engineering Lab Manual
 
EEP306: Frequency modulation
EEP306: Frequency modulationEEP306: Frequency modulation
EEP306: Frequency modulation
 
1568973267 effect of multi-tone
1568973267 effect of multi-tone1568973267 effect of multi-tone
1568973267 effect of multi-tone
 
Generating PM wave
Generating PM wave Generating PM wave
Generating PM wave
 
IC Design of Power Management Circuits (III)
IC Design of Power Management Circuits (III)IC Design of Power Management Circuits (III)
IC Design of Power Management Circuits (III)
 
evm
evmevm
evm
 
Conitunous Time Modulation.pdf
Conitunous Time Modulation.pdfConitunous Time Modulation.pdf
Conitunous Time Modulation.pdf
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReport
 
Chapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdfChapter 6 - Modelling and Control of Converters.pdf
Chapter 6 - Modelling and Control of Converters.pdf
 
Decimation and Interpolation
Decimation and InterpolationDecimation and Interpolation
Decimation and Interpolation
 
Experiment3_DCS-21BEC0384Adityabonnerjee
Experiment3_DCS-21BEC0384AdityabonnerjeeExperiment3_DCS-21BEC0384Adityabonnerjee
Experiment3_DCS-21BEC0384Adityabonnerjee
 
OE Instrumentation_02_Interferometry_1.pdf
OE Instrumentation_02_Interferometry_1.pdfOE Instrumentation_02_Interferometry_1.pdf
OE Instrumentation_02_Interferometry_1.pdf
 
ACS 22LIE12 lab Manul.docx
ACS 22LIE12 lab Manul.docxACS 22LIE12 lab Manul.docx
ACS 22LIE12 lab Manul.docx
 
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering ChannelsLTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
LTE Physical Layer Transmission Mode Selection Over MIMO Scattering Channels
 
On The Fundamental Aspects of Demodulation
On The Fundamental Aspects of DemodulationOn The Fundamental Aspects of Demodulation
On The Fundamental Aspects of Demodulation
 
A new faulted phase identification technique for overhead distribution system
A new faulted phase identification technique for overhead distribution systemA new faulted phase identification technique for overhead distribution system
A new faulted phase identification technique for overhead distribution system
 
Ofdm
OfdmOfdm
Ofdm
 
ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4ETRAN.word.eng_Nesic_etal_EKI1.4
ETRAN.word.eng_Nesic_etal_EKI1.4
 
Lab 5 c
Lab 5 cLab 5 c
Lab 5 c
 

Plus de Umang Gupta

Plus de Umang Gupta (20)

EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1
 
EEP303: Cycle ii exp 2
EEP303: Cycle ii   exp 2EEP303: Cycle ii   exp 2
EEP303: Cycle ii exp 2
 
EEP303: Exp1
EEP303: Exp1EEP303: Exp1
EEP303: Exp1
 
EEP303: Exp4
EEP303: Exp4EEP303: Exp4
EEP303: Exp4
 
EEP303: Exp5
EEP303: Exp5EEP303: Exp5
EEP303: Exp5
 
EEP303: Exp 2
EEP303: Exp 2EEP303: Exp 2
EEP303: Exp 2
 
EEP303: Experiment 2c
EEP303: Experiment 2cEEP303: Experiment 2c
EEP303: Experiment 2c
 
EEP303: Fault studies
EEP303: Fault studiesEEP303: Fault studies
EEP303: Fault studies
 
EEP303: Ex 5
EEP303: Ex 5EEP303: Ex 5
EEP303: Ex 5
 
EEL316: CDMA with DSSS
EEL316: CDMA with DSSSEEL316: CDMA with DSSS
EEL316: CDMA with DSSS
 
EEL316: FSK
EEL316: FSKEEL316: FSK
EEL316: FSK
 
EEL316: BER Manual
EEL316: BER ManualEEL316: BER Manual
EEL316: BER Manual
 
EEL316: ASK
EEL316: ASKEEL316: ASK
EEL316: ASK
 
EEL316: Dpsk - BER & carrier acquisition
EEL316: Dpsk - BER & carrier acquisitionEEL316: Dpsk - BER & carrier acquisition
EEL316: Dpsk - BER & carrier acquisition
 
EEL316: PAM TDM
EEL316: PAM TDMEEL316: PAM TDM
EEL316: PAM TDM
 
EEL316: Pseudo Random Bit Generation
EEL316: Pseudo Random Bit GenerationEEL316: Pseudo Random Bit Generation
EEL316: Pseudo Random Bit Generation
 
EEL316: Noise generation histogram
EEL316: Noise generation histogramEEL316: Noise generation histogram
EEL316: Noise generation histogram
 
EEP301: linear system simulator
EEP301: linear system simulatorEEP301: linear system simulator
EEP301: linear system simulator
 
EEP306: Phase locked loop
EEP306: Phase locked loopEEP306: Phase locked loop
EEP306: Phase locked loop
 
EEP306: Line coding
EEP306: Line codingEEP306: Line coding
EEP306: Line coding
 

Dernier

Dernier (20)

Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 

EEP306: Quadrature amplitude modulation

  • 1. Umang Gupta (2010EE50564) Indra Bhushan (2010EE50548) Vivek Mangal (2010EE50566) Jitendra Kumar Meena (2009EE5 ) 5-9-12 Experiment Quadrature Amplitude Modulation Aim: To study the working of phase locked loop and identify the lock and capture ranges. Introduction: QAM is an Analog as well as a digital modulation. It can modulate two analog/digital message signals by changing (modulating) of carrier waves, using the amplitude modulation or amplitude shift keying. The two carrier waves usually are sinusoids and out of phase and so called Quadrature amplitude modulation. The modulated waves are summed, and the resulting waveform is a combination of two amplitude modulated signals. QAM is used extensively as a modulation scheme for digital telecommunication systems.
  • 2. Observations and remarks: Theoritical Results: Matlab code to simulate the qam modulation in two sinusoids: clear all fc=10000; fm1=500; fm2=100; t=(0.000001:.000001:1/fm2); m1=sin(2*pi*t.*fm1); m2=sin(2*pi*t.*fm2); x1=m1.*cos(2*pi*t.*fc); x2=m2.*sin(2*pi*t.*fc); x=x1+x2; figure(1); plot(t,x); title('QAM modulation (fc= 10KHz, fm1=500Hz and fm2=100Hz )'); xlabel('time '), ylabel('signal or voltage'); hold on; grid on; figure(2); plot(t,x1); title('DSBSC modulation (fc= 10KHz and fm=500 Hz)'); xlabel('time '), ylabel('signal or voltage'); hold on; grid on; figure(3); plot(t,x2); title('DSBSC modulation (fc= 10KHz and fm=100 Hz)'); xlabel('time '), ylabel('signal or voltage'); hold on; grid on; fnorm=2000/100000; [b,a] = butter(10, fnorm, 'low'); y1=x.*sin(2*pi*t.*fc); y1l = filtfilt(b, a, y1); y2=x.*cos(2*pi*t.*fc); y2l = filtfilt(b, a, y2); figure(4) plot(t,y1l); title('QAM demodulation');
  • 3. xlabel('time '), ylabel('message signal 1'); hold on; grid on; figure(5) plot(t,y2l); title('QAM demodulation'); xlabel('time '), ylabel('message signal 2'); hold on; grid on; The outputs of the simulation are as follows- QAM signal for Fc=100KHZ AND 100 AND 500 HZ SIGNAL
  • 4. Individual demodulated waves. QAM is the sum of the two.
  • 6. Practical observations: (QAM of cont. signal) QAM signal Signal 3 is QAM. Signal 1 is input, signal 2, which is in quadrature is not shown Vector/constellation output of the signal
  • 8. QAM of Discrete signal Modulated signal
  • 9. Vectored/constellation output Demodulated Signals, note the delay in the output 1 is i/p and 4 is o/p
  • 10. 2 is i/p and 4 is o/p Conclusion: QAM increases the efiifciency of Amplitude modualtion as two signals can be transmitted over the same bandwidth and hence is popularly preferred over simple amplitude of DSBSC modulation. But however some extra hardware is required to demodulate QAM.