SlideShare a Scribd company logo
2
Most read
3
Most read
13
Most read
1
Lab Report 04:
Generating AM wave at a different modulation
index
Submitted By :
Syed Abuzar Hussain Shah
Reg # :
SP15-BEE-096
Submitted To:
Sir Atiq-ul-Anam
Class:
BEE-5A
Dated: 23/05/2017
2
Statement:
Generate AM wave (Amplitude Modulation) at a different modulation index.
Verify whether the modulation index depends on the band width of AM
modulated wave or the power of side bands?
Literature Background:
Amplitude Modulation:
The amplitude modulation is a technique in which the amplitude of the carrier
changes according to the instantaneous amplitude of the baseband signal.
( ) ( ) (1)
Power of a Signal:
Power is energy over a time period.
∫ | | (2)
In MATLAB power is calculated by:
∑ | |
(3)
Band width:
Difference of highest and lowest frequencies which contain 90% energy of the
signal.
Where bandwidth of an AM is given by
B.W=2*fm (4)
“fm” is the highest frequency of baseband signal.
Procedure:
MATLAB Coding:
clc
clear all
close all
3
t=0:1:200;
fm=500;
fc=20*fm;
Vc=10;
MA=1;
Vm=MA*Vc;
phase =0;
fs=10*fc;
ts=t/fs;
Xm=Vm*cos(2*pi*fm*ts+phase);
plot(ts*1000,Xm)
title('baseband signal')
xlabel('time in ms')
ylabel('Vm')
grid on;
figure
Xc=Vc*cos(2*pi*fc*ts+phase);
plot(ts*1000,Xc)
title('carrier signal')
xlabel('time in ms')
ylabel('Vc')
grid on;
figure
Y=Xc+Xm.*cos(2*pi*fc*ts+phase);
plot(ts*1000,Y)
title('Amplitude Modulated wave')
xlabel('time in ms')
ylabel('Vc+Vm')
grid on;
figure
z=fft(Y);
z=abs(z(1:length(z)/2+1));
frq=(0:length(z)-1)*fs/length(z)/2;
plot(frq/1000,z);
title('FFT of Modulated Wave')
xlabel('F in kHz')
ylabel('Amplitude')
grid on;
4
carrier_power = sum(Xc.^2)/length(t);
display(carrier_power);
entire_power = sum(Y.^2)/length(t);
display(entire_power);
sideband_power = entire_power-carrier_power;
display(sideband_power);
Analysis:
= 0
Figure 1: Baseband signal with fm=500Hz, =0V
Figure 2: Carrier signal with fc=10kHz =10V
5
Figure 3: Amplitude Modulated Signal
Figure 4: AM Wave in Frequency Domain
carrier_power =
50.2488
entire_power =
50.2488
sideband_power =
0
6
= 0.5
Figure 5: Baseband signal with fm=500Hz, =5V
Figure 6: Carrier signal with fc=10kHz, =10V
7
Figure 7: Amplitude Modulated Signal
Figure 8: AM Wave in Frequency Domain
carrier_power =
50.2488
entire_power =
57.0896
sideband_power =
6.8408
8
= 1
Figure 9: Baseband signal with fm=500Hz, =10V
Figure 10: Carrier signal with fc=10kHz, =10V
9
Figure 11: Amplitude Modulated Signal
Figure 12: AM Wave in Frequency Domain
carrier_power =
50.2488
entire_power =
76.6169
sideband_power =
26.3682
10
= 1.5
Figure 13: Baseband signal with fm=500Hz, =15V
Figure 14: Carrier signal with fc=10kHz, =10V
11
Figure 15: Amplitude Modulated Signal
Figure 16: AM Wave in Frequency Domain
carrier_power =
50.2488
entire_power =
108.8308
sideband_power =
58.5821
12
Table # 01:
S.No Modulation
Index
Power in
entire AM
Wave
Power in
side bands
only
Bandwidth
in Hz
1 0 50.2488 0 1
2 0.5 57.0896 6.8408 1000
3 1 76.6169 26.3682 1000
4 1.5 108.8303 58.5821 1000
Questions:
Q1) What will happen to the power of side bands (increasing or
decreasing) with the increase of modulation index? Give mathematical
reasoning?
Ans: Relation for Power of the side bands is
(5)
is power of sidebands
is power of carrier wave
is Modulation index
From eq(5) it is clearly seen that power of the sidebands is directly proportional
to the Modulation index. With the increase in Modulation index, power of the
side bands also increases.
Q2) What will happen to the band width of AM wave (increasing or
decreasing) with the increase of modulation index? Give mathematical
reasoning?
Ans: The band width of AM wave does not depends on Modulation index.
If Modulation index is increased or decreased, the bandwidth of AM will
remains same.
13
Mathematically:
Bw=2*fm (6)
From eq(6) we clearly see that bandwidth depends on the higher frequency of
baseband signal not on Modulation index.
Q3) Why the modulation index in AM is not greater than 1?
Ans: Maximum value of Modulation index for AM is 1 because when
Modulation index is greater than 1, over modulation occurs and distortion
created in signal and information will be lost.
Mathematically:
(7)
When = , =1
If is further increased, Over Modulation occurs which will cause distortion
in transmitted signal.
Conclusion:
 Transmitted Power and Power of side bands increases with increase in
Modulation index.
 Band width of AM is independent of Modulation index.
 Band width of AM depends on the highest frequency of baseband signal.
Bw=2*fm
 Bandwidth is 1Hz when Modulation index is 0 because and =0.
 Transmitted Signal will be distorted when Modulation index >1.

More Related Content

PDF
Two cavity klystron
PPTX
Trapatt diode
PPTX
Microwave waveguides 1st 1
PPTX
Smart Antenna for mobile communication
PPT
wave-guides
PPT
PDF
Lecture notes microwaves
Two cavity klystron
Trapatt diode
Microwave waveguides 1st 1
Smart Antenna for mobile communication
wave-guides
Lecture notes microwaves

What's hot (20)

PPT
Frequency Synthesized Signal Generator
PPTX
Travelling Wave, Broadband Antennas, Frequency-independent Antennas
PPTX
Cellular concepts
PPTX
Directional couplers 22
PPTX
FET AMPLIFIER
PPTX
Amplitude modulation
PPTX
Characteristics of two cavity klystron
PPT
Microwave engineering basics
PPT
microwave-tubes
PPTX
Tuned amplifire
PPTX
microwave-engineering
PPTX
Pin diode
PPT
RF transmitter & receiver
PPTX
Travelling Wave Tube
PDF
Diversity Techniques in Wireless Communication
PPTX
LED and LASER source in optical communication
PPTX
PPT on Wireless charging of mobile using microwaves
PDF
Radio Frequency Fundamentals
PPTX
Pre-emphasis and de-emphasis circuits
PDF
EC6602 - AWP UNIT3
Frequency Synthesized Signal Generator
Travelling Wave, Broadband Antennas, Frequency-independent Antennas
Cellular concepts
Directional couplers 22
FET AMPLIFIER
Amplitude modulation
Characteristics of two cavity klystron
Microwave engineering basics
microwave-tubes
Tuned amplifire
microwave-engineering
Pin diode
RF transmitter & receiver
Travelling Wave Tube
Diversity Techniques in Wireless Communication
LED and LASER source in optical communication
PPT on Wireless charging of mobile using microwaves
Radio Frequency Fundamentals
Pre-emphasis and de-emphasis circuits
EC6602 - AWP UNIT3
Ad

Similar to Generating AM wave (20)

PDF
Generating FM wave
PDF
Power of carrier signal
PPTX
Chapter amplitude and phase modulation 3 &4.pptx
PPTX
Amplitude Modulation Review SY 2021-2022 2nd Term (1).pptx
PDF
Wind energy resource assessment and forecasting
PPT
Chapter03
PPTX
Analog Modulation for communication.pptx
PPTX
expanded each concept in the presentation to offer broader and clearer explan...
PDF
amplitude modulation and ssb fundamental.pdf
PPTX
Modulation Basics
PPT
Chapter03 am
PPT
Importance of Modulation, Principles of Amplitude Modulation (AM).ppt
PPTX
EC6651 COMMUNICATION ENGINEERING UNIT 1
PDF
Modulation types-amplitude,frequency,phase modulation,
PPT
.Amplitude Modulation and Problems in AM
PDF
Generating PM wave
PDF
Lec. 2-System and Noise Calculations.pdf
PPT
Chapter03
PPTX
Basics of Patch antenna
Generating FM wave
Power of carrier signal
Chapter amplitude and phase modulation 3 &4.pptx
Amplitude Modulation Review SY 2021-2022 2nd Term (1).pptx
Wind energy resource assessment and forecasting
Chapter03
Analog Modulation for communication.pptx
expanded each concept in the presentation to offer broader and clearer explan...
amplitude modulation and ssb fundamental.pdf
Modulation Basics
Chapter03 am
Importance of Modulation, Principles of Amplitude Modulation (AM).ppt
EC6651 COMMUNICATION ENGINEERING UNIT 1
Modulation types-amplitude,frequency,phase modulation,
.Amplitude Modulation and Problems in AM
Generating PM wave
Lec. 2-System and Noise Calculations.pdf
Chapter03
Basics of Patch antenna
Ad

More from COMSATS Abbottabad (20)

PDF
Kalman filter
PDF
Enterpreneurship
PPTX
Sine wave inverter
PPTX
Light Tracking Solar Panel
PDF
Analysis of Electro-Mechanical System
PDF
coding and burning program in FPGA
PDF
8 bit full adder
PDF
Fabrication process of Integrated Circuit (IC's)
DOCX
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
PDF
implementation of data instrucions in emu8086
PDF
Addition, subtraction and multiplication in assembly language
PDF
Mathematical Modelling of Electro-Mechanical System in Matlab
PDF
Mathematical Modelling of Electrical/Mechanical modellinng in MATLAB
PDF
Introduction to MATLAB
PDF
Encoder + decoder
PDF
Principles of Communication
PDF
Aurduino coding for transformer interfacing
PDF
Transformer Interfacing with Laptop
PDF
Temperature control Switch and Display By Led
PPTX
stress and strain
Kalman filter
Enterpreneurship
Sine wave inverter
Light Tracking Solar Panel
Analysis of Electro-Mechanical System
coding and burning program in FPGA
8 bit full adder
Fabrication process of Integrated Circuit (IC's)
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
implementation of data instrucions in emu8086
Addition, subtraction and multiplication in assembly language
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electrical/Mechanical modellinng in MATLAB
Introduction to MATLAB
Encoder + decoder
Principles of Communication
Aurduino coding for transformer interfacing
Transformer Interfacing with Laptop
Temperature control Switch and Display By Led
stress and strain

Recently uploaded (20)

PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
UNIT - 3 Total quality Management .pptx
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PPT
Occupational Health and Safety Management System
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PPT
Total quality management ppt for engineering students
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Abrasive, erosive and cavitation wear.pdf
Nature of X-rays, X- Ray Equipment, Fluoroscopy
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
III.4.1.2_The_Space_Environment.p pdffdf
UNIT 4 Total Quality Management .pptx
UNIT - 3 Total quality Management .pptx
Fundamentals of safety and accident prevention -final (1).pptx
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
Occupational Health and Safety Management System
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
CURRICULAM DESIGN engineering FOR CSE 2025.pptx
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
Information Storage and Retrieval Techniques Unit III
Total quality management ppt for engineering students
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...

Generating AM wave

  • 1. 1 Lab Report 04: Generating AM wave at a different modulation index Submitted By : Syed Abuzar Hussain Shah Reg # : SP15-BEE-096 Submitted To: Sir Atiq-ul-Anam Class: BEE-5A Dated: 23/05/2017
  • 2. 2 Statement: Generate AM wave (Amplitude Modulation) at a different modulation index. Verify whether the modulation index depends on the band width of AM modulated wave or the power of side bands? Literature Background: Amplitude Modulation: The amplitude modulation is a technique in which the amplitude of the carrier changes according to the instantaneous amplitude of the baseband signal. ( ) ( ) (1) Power of a Signal: Power is energy over a time period. ∫ | | (2) In MATLAB power is calculated by: ∑ | | (3) Band width: Difference of highest and lowest frequencies which contain 90% energy of the signal. Where bandwidth of an AM is given by B.W=2*fm (4) “fm” is the highest frequency of baseband signal. Procedure: MATLAB Coding: clc clear all close all
  • 3. 3 t=0:1:200; fm=500; fc=20*fm; Vc=10; MA=1; Vm=MA*Vc; phase =0; fs=10*fc; ts=t/fs; Xm=Vm*cos(2*pi*fm*ts+phase); plot(ts*1000,Xm) title('baseband signal') xlabel('time in ms') ylabel('Vm') grid on; figure Xc=Vc*cos(2*pi*fc*ts+phase); plot(ts*1000,Xc) title('carrier signal') xlabel('time in ms') ylabel('Vc') grid on; figure Y=Xc+Xm.*cos(2*pi*fc*ts+phase); plot(ts*1000,Y) title('Amplitude Modulated wave') xlabel('time in ms') ylabel('Vc+Vm') grid on; figure z=fft(Y); z=abs(z(1:length(z)/2+1)); frq=(0:length(z)-1)*fs/length(z)/2; plot(frq/1000,z); title('FFT of Modulated Wave') xlabel('F in kHz') ylabel('Amplitude') grid on;
  • 4. 4 carrier_power = sum(Xc.^2)/length(t); display(carrier_power); entire_power = sum(Y.^2)/length(t); display(entire_power); sideband_power = entire_power-carrier_power; display(sideband_power); Analysis: = 0 Figure 1: Baseband signal with fm=500Hz, =0V Figure 2: Carrier signal with fc=10kHz =10V
  • 5. 5 Figure 3: Amplitude Modulated Signal Figure 4: AM Wave in Frequency Domain carrier_power = 50.2488 entire_power = 50.2488 sideband_power = 0
  • 6. 6 = 0.5 Figure 5: Baseband signal with fm=500Hz, =5V Figure 6: Carrier signal with fc=10kHz, =10V
  • 7. 7 Figure 7: Amplitude Modulated Signal Figure 8: AM Wave in Frequency Domain carrier_power = 50.2488 entire_power = 57.0896 sideband_power = 6.8408
  • 8. 8 = 1 Figure 9: Baseband signal with fm=500Hz, =10V Figure 10: Carrier signal with fc=10kHz, =10V
  • 9. 9 Figure 11: Amplitude Modulated Signal Figure 12: AM Wave in Frequency Domain carrier_power = 50.2488 entire_power = 76.6169 sideband_power = 26.3682
  • 10. 10 = 1.5 Figure 13: Baseband signal with fm=500Hz, =15V Figure 14: Carrier signal with fc=10kHz, =10V
  • 11. 11 Figure 15: Amplitude Modulated Signal Figure 16: AM Wave in Frequency Domain carrier_power = 50.2488 entire_power = 108.8308 sideband_power = 58.5821
  • 12. 12 Table # 01: S.No Modulation Index Power in entire AM Wave Power in side bands only Bandwidth in Hz 1 0 50.2488 0 1 2 0.5 57.0896 6.8408 1000 3 1 76.6169 26.3682 1000 4 1.5 108.8303 58.5821 1000 Questions: Q1) What will happen to the power of side bands (increasing or decreasing) with the increase of modulation index? Give mathematical reasoning? Ans: Relation for Power of the side bands is (5) is power of sidebands is power of carrier wave is Modulation index From eq(5) it is clearly seen that power of the sidebands is directly proportional to the Modulation index. With the increase in Modulation index, power of the side bands also increases. Q2) What will happen to the band width of AM wave (increasing or decreasing) with the increase of modulation index? Give mathematical reasoning? Ans: The band width of AM wave does not depends on Modulation index. If Modulation index is increased or decreased, the bandwidth of AM will remains same.
  • 13. 13 Mathematically: Bw=2*fm (6) From eq(6) we clearly see that bandwidth depends on the higher frequency of baseband signal not on Modulation index. Q3) Why the modulation index in AM is not greater than 1? Ans: Maximum value of Modulation index for AM is 1 because when Modulation index is greater than 1, over modulation occurs and distortion created in signal and information will be lost. Mathematically: (7) When = , =1 If is further increased, Over Modulation occurs which will cause distortion in transmitted signal. Conclusion:  Transmitted Power and Power of side bands increases with increase in Modulation index.  Band width of AM is independent of Modulation index.  Band width of AM depends on the highest frequency of baseband signal. Bw=2*fm  Bandwidth is 1Hz when Modulation index is 0 because and =0.  Transmitted Signal will be distorted when Modulation index >1.