SlideShare a Scribd company logo
1 of 13
Download to read offline
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

What's hot

Analog modulation
Analog modulationAnalog modulation
Analog modulationAkash Soni
 
Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4JAIGANESH SEKAR
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements Siva Ganesan
 
Antenna PARAMETERS
Antenna PARAMETERSAntenna PARAMETERS
Antenna PARAMETERSAJAL A J
 
Multiplexing and Frequency Division Multiplexing
Multiplexing and Frequency Division MultiplexingMultiplexing and Frequency Division Multiplexing
Multiplexing and Frequency Division MultiplexingKath Mataac
 
9. parameters of mobile multipath channels
9. parameters of mobile multipath channels9. parameters of mobile multipath channels
9. parameters of mobile multipath channelsJAIGANESH SEKAR
 
Power delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadPower delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadManish Srivastava
 
OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)Ameya Vijay Gokhale
 
Exp amplitude modulation (1)
Exp amplitude modulation (1)Exp amplitude modulation (1)
Exp amplitude modulation (1)Sarah Krystelle
 
Different types of Modulation Techniques
Different types of Modulation TechniquesDifferent types of Modulation Techniques
Different types of Modulation TechniquesHimel Himo
 

What's hot (20)

Analog modulation
Analog modulationAnalog modulation
Analog modulation
 
Ec 2401 wireless communication unit 4
Ec 2401 wireless communication   unit 4Ec 2401 wireless communication   unit 4
Ec 2401 wireless communication unit 4
 
Base band transmission
Base band transmissionBase band transmission
Base band transmission
 
Radio propagation
Radio propagationRadio propagation
Radio propagation
 
Small Scale Multi path measurements
Small Scale Multi path measurements Small Scale Multi path measurements
Small Scale Multi path measurements
 
Antenna PARAMETERS
Antenna PARAMETERSAntenna PARAMETERS
Antenna PARAMETERS
 
Multiplexing and Frequency Division Multiplexing
Multiplexing and Frequency Division MultiplexingMultiplexing and Frequency Division Multiplexing
Multiplexing and Frequency Division Multiplexing
 
communication system ch1
communication system ch1communication system ch1
communication system ch1
 
9. parameters of mobile multipath channels
9. parameters of mobile multipath channels9. parameters of mobile multipath channels
9. parameters of mobile multipath channels
 
311 linear modulation
311 linear modulation311 linear modulation
311 linear modulation
 
Power delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spreadPower delay profile,delay spread and doppler spread
Power delay profile,delay spread and doppler spread
 
Multiple Access
Multiple AccessMultiple Access
Multiple Access
 
Spread spectrum modulation
Spread spectrum modulationSpread spectrum modulation
Spread spectrum modulation
 
Modulation Techniques for Mobile Radio
Modulation Techniques for Mobile RadioModulation Techniques for Mobile Radio
Modulation Techniques for Mobile Radio
 
Chap 3
Chap 3Chap 3
Chap 3
 
OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)
 
Exp amplitude modulation (1)
Exp amplitude modulation (1)Exp amplitude modulation (1)
Exp amplitude modulation (1)
 
Multiple Access Techniques
Multiple Access TechniquesMultiple Access Techniques
Multiple Access Techniques
 
Different types of Modulation Techniques
Different types of Modulation TechniquesDifferent types of Modulation Techniques
Different types of Modulation Techniques
 
Antenna basic
Antenna basicAntenna basic
Antenna basic
 

Similar to Generating AM wave

Wind energy resource assessment and forecasting
Wind energy resource assessment and forecastingWind energy resource assessment and forecasting
Wind energy resource assessment and forecastingGE Measurement & Control
 
amplitude modulation and ssb fundamental.pdf
amplitude modulation and ssb fundamental.pdfamplitude modulation and ssb fundamental.pdf
amplitude modulation and ssb fundamental.pdfDhirajPatel58
 
Modulation Basics
Modulation BasicsModulation Basics
Modulation Basicsdena567
 
Modulation types-amplitude,frequency,phase modulation,
Modulation types-amplitude,frequency,phase modulation,Modulation types-amplitude,frequency,phase modulation,
Modulation types-amplitude,frequency,phase modulation,gayatri suthar
 
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...ijwmn
 
Exp amplitude modulation (5)
Exp amplitude modulation (5)Exp amplitude modulation (5)
Exp amplitude modulation (5)Sarah Krystelle
 
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdf
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdfEC73_-RF_AND_MICROWAVE_ENGINEERING.pdf
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdfEmmanuelMukubwa2
 
Exp amplitude modulation (6)
Exp amplitude modulation (6)Exp amplitude modulation (6)
Exp amplitude modulation (6)Sarah Krystelle
 
Exp amplitude modulation (2)
Exp amplitude modulation (2)Exp amplitude modulation (2)
Exp amplitude modulation (2)Sarah Krystelle
 

Similar to Generating AM wave (20)

Generating FM wave
Generating FM waveGenerating FM wave
Generating FM wave
 
Power of carrier signal
Power of carrier signalPower of carrier signal
Power of carrier signal
 
Wind energy resource assessment and forecasting
Wind energy resource assessment and forecastingWind energy resource assessment and forecasting
Wind energy resource assessment and forecasting
 
Chapter03
Chapter03Chapter03
Chapter03
 
amplitude modulation and ssb fundamental.pdf
amplitude modulation and ssb fundamental.pdfamplitude modulation and ssb fundamental.pdf
amplitude modulation and ssb fundamental.pdf
 
Modulation Basics
Modulation BasicsModulation Basics
Modulation Basics
 
Chapter03 am
Chapter03 amChapter03 am
Chapter03 am
 
EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1
 
Modulation types-amplitude,frequency,phase modulation,
Modulation types-amplitude,frequency,phase modulation,Modulation types-amplitude,frequency,phase modulation,
Modulation types-amplitude,frequency,phase modulation,
 
Am7
Am7Am7
Am7
 
Generating PM wave
Generating PM wave Generating PM wave
Generating PM wave
 
Chapter03
Chapter03Chapter03
Chapter03
 
Basics of Patch antenna
Basics of Patch antennaBasics of Patch antenna
Basics of Patch antenna
 
Basic antenna
Basic antennaBasic antenna
Basic antenna
 
Dc lab Manual
Dc lab ManualDc lab Manual
Dc lab Manual
 
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...
Design of Star-Shaped Microstrip Patch Antenna for Ultra Wideband (UWB) Appli...
 
Exp amplitude modulation (5)
Exp amplitude modulation (5)Exp amplitude modulation (5)
Exp amplitude modulation (5)
 
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdf
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdfEC73_-RF_AND_MICROWAVE_ENGINEERING.pdf
EC73_-RF_AND_MICROWAVE_ENGINEERING.pdf
 
Exp amplitude modulation (6)
Exp amplitude modulation (6)Exp amplitude modulation (6)
Exp amplitude modulation (6)
 
Exp amplitude modulation (2)
Exp amplitude modulation (2)Exp amplitude modulation (2)
Exp amplitude modulation (2)
 

More from COMSATS Abbottabad

Analysis of Electro-Mechanical System
Analysis of Electro-Mechanical SystemAnalysis of Electro-Mechanical System
Analysis of Electro-Mechanical SystemCOMSATS Abbottabad
 
coding and burning program in FPGA
coding and burning program in FPGAcoding and burning program in FPGA
coding and burning program in FPGACOMSATS Abbottabad
 
Fabrication process of Integrated Circuit (IC's)
Fabrication process of Integrated Circuit (IC's)Fabrication process of Integrated Circuit (IC's)
Fabrication process of Integrated Circuit (IC's)COMSATS Abbottabad
 
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086
IMPLEMENTING ARITHMETIC INSTRUCTIONS IN EMU 8086COMSATS Abbottabad
 
implementation of data instrucions in emu8086
implementation of data instrucions in emu8086implementation of data instrucions in emu8086
implementation of data instrucions in emu8086COMSATS Abbottabad
 
Addition, subtraction and multiplication in assembly language
Addition, subtraction and multiplication in assembly languageAddition, subtraction and multiplication in assembly language
Addition, subtraction and multiplication in assembly languageCOMSATS Abbottabad
 
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabMathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabCOMSATS Abbottabad
 
Mathematical Modelling of Electrical/Mechanical modellinng in MATLAB
Mathematical Modelling of Electrical/Mechanical modellinng in MATLABMathematical Modelling of Electrical/Mechanical modellinng in MATLAB
Mathematical Modelling of Electrical/Mechanical modellinng in MATLABCOMSATS Abbottabad
 
Aurduino coding for transformer interfacing
Aurduino coding for transformer interfacingAurduino coding for transformer interfacing
Aurduino coding for transformer interfacingCOMSATS Abbottabad
 
Transformer Interfacing with Laptop
Transformer Interfacing with LaptopTransformer Interfacing with Laptop
Transformer Interfacing with LaptopCOMSATS Abbottabad
 
Temperature control Switch and Display By Led
Temperature control Switch and Display By LedTemperature control Switch and Display By Led
Temperature control Switch and Display By LedCOMSATS Abbottabad
 

More from COMSATS Abbottabad (20)

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

Recently uploaded

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 

Recently uploaded (20)

chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 

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.