SlideShare a Scribd company logo
1 of 9
Download to read offline
1
Lab Report 06:
Generating PM 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: 19/06/2017
2
Statement of Problem
Generate PM wave at different modulation index. Verify whether the
modulation index depends on the bandwidth of PM modulated wave or the
power of entire pm waves including side bands
Literature Background
Phase modulation (PM) is a modulation process that encodes information as
variations in the instantaneous phase of a carrier wave. Consider the modulating
signal:
Mathematically:
Baseband’s Equation:
= Vm sin (ωmt ) (1)
Carrier’s Equation:
= Vc sin (ωct ) (2)
Modulated wave Equation:
= Vc sin (ωct + mp cos ωmt) (3)
Figure 1: Carrier, baseband and PM modulated signal
3
Deviation:
The amount by which the signal frequency varies is termed as daviation.
Normally measured in kiloHertz (kHz).
Band width:
The difference of highest and lowest frequencies which contain 90%
energy of the signal is called bandwidth.
Where bandwidth of an FM is given by:
B.W=2 x x No. of side bands (4)
Power of a Signal:
Power is a time average of energy.
∫ | | (5)
In MATLAB we can use this formula to calculate power:
∑ | |
(6)
Phase modulation works by modulating the phase of the signal, i.e. changing the
rate at which the point moves around the circle. This changes the phase of the
signal from what it would have been if no modulation was applied. In other
words the speed of rotation around the circle is modulated about the mean
value.
4
Procedure:
First of all we generate a carrier wave fc and single frequency modulating signal
fm by using MatLab. Generating PM wave using the derived equation of PM
given in eq. 3 at modulation index 0, 0.5, 1, and 2.
Matlab code:
clc
clear all
close all
t=0:1:300;
fm=100; %modulated freq
fc=20*fm; %carrier freq
fs=5*fc; %sampling freq
ts=t/fs; %sampling time
Vm=5;
Vc=10;
Mp=1;
PM =Vc*cos(2*pi*fc*ts+Mp*cos(2*pi*fm*ts));
plot(ts*1000,PM)
title('PM wave in time domain')
xlabel('time (ms)')
ylabel('Vc')
grid on;
figure
z=fft(PM);
z=abs(z(1:length(z)/2+1));
frq=(0:length(z)-1)*fs/length(z)/2;
plot(frq/1000,z)
title('PM wave in Frequency domain')
xlabel(['F= ' num2str(fc/1000) 'kHz'])
grid on
power=sum(PM.^2)/length(t) %for calculating power
in entire FM wave
5
Analysis:
Mp = 0
Figure 2: PM wave in time domain
Figure 3: PM wave in Frequency domain
power = 50.1661
6
Mp = 1
Figure 4: PM wave in time domain
Figure 5: PM wave in Frequency domain
power = 49.9309
7
Mp = 2
Figure 6: PM wave in time domain
Figure 7: PM wave in Frequency domain
power = 49.8914
8
Table No 1:
Serial Number Modulation Index Power in entire
PM wave
Band width in
Hertz
1 0 50.1661 1
2 1 49.9309 600
3 2 49.8914 800
Questions and answers:
Q1) What will happen to the power of PM including side bands (increasing
or decreasing) with the increase of modulation index? Give mathematical
reasoning.
Ans) Power of the PM wave increases slightly with the increase of modulation
index (negligible) because power does not depends on modulation index.
Mathematically:
So there will be no change in power of PM signal by changing Mp.
Q2) What will happen to the band width of the PM wave (increasing or
decreasing) with the increase of modulation index? Give mathematical
reasoning.
Ans ) Band width will increase with the increase of modulation index, because
Here band width is depending on as well as on no of side bands.
Increase in Mp, sidebands increases so Bandwidth also increses.
9
Q3) At what modulation index of PM the bandwidth of AM and PM
remains same?
Ans) When Modulation indexis zero, the band width of AM and PM are equal.
Conclusion:
 Band width depends on the Modulation index.
 Power is independent of Modulation index.
 Bw(AM) = Bw(PM) at M=0.

More Related Content

What's hot

AM and FM Transmitters and receivers
AM and FM Transmitters and receiversAM and FM Transmitters and receivers
AM and FM Transmitters and receiversKavitaGiri5
 
Improving coverage and capacity in cellular systems
Improving coverage and capacity in cellular systemsImproving coverage and capacity in cellular systems
Improving coverage and capacity in cellular systemsTarek Nader
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulationRafatAnsari3
 
Different types of Modulation Techniques
Different types of Modulation TechniquesDifferent types of Modulation Techniques
Different types of Modulation TechniquesHimel Himo
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverSumukh Athrey
 
Noise in Communication System
Noise in Communication SystemNoise in Communication System
Noise in Communication SystemIzah Asmadi
 
Communication systems v1
Communication systems v1Communication systems v1
Communication systems v1babak danyal
 
Pre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptxPre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptxswatihalunde
 
Radiation pattern of a cell tower antenna
Radiation pattern of a cell tower antennaRadiation pattern of a cell tower antenna
Radiation pattern of a cell tower antennaNeha Kumar
 
Frequency Modulation and Demodulation
Frequency  Modulation and DemodulationFrequency  Modulation and Demodulation
Frequency Modulation and Demodulationj naga sai
 
Amplitude Modulation ppt
Amplitude Modulation pptAmplitude Modulation ppt
Amplitude Modulation pptPriyanka Mathur
 
Mobile Communication
Mobile CommunicationMobile Communication
Mobile Communicationstooty s
 
Baseband transmission
Baseband transmissionBaseband transmission
Baseband transmissionPunk Pankaj
 
Frequency modulation and its circuits
Frequency modulation and its circuitsFrequency modulation and its circuits
Frequency modulation and its circuitsBarira Khan
 
Generation of AM-DSB-SC using Balanced FET Modulator.pptx
Generation of AM-DSB-SC using Balanced FET Modulator.pptxGeneration of AM-DSB-SC using Balanced FET Modulator.pptx
Generation of AM-DSB-SC using Balanced FET Modulator.pptxArunChokkalingam
 
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...rameshreddybattini
 

What's hot (20)

AM and FM Transmitters and receivers
AM and FM Transmitters and receiversAM and FM Transmitters and receivers
AM and FM Transmitters and receivers
 
Unguided media
Unguided mediaUnguided media
Unguided media
 
Radio transmitters
Radio transmittersRadio transmitters
Radio transmitters
 
Improving coverage and capacity in cellular systems
Improving coverage and capacity in cellular systemsImproving coverage and capacity in cellular systems
Improving coverage and capacity in cellular systems
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Different types of Modulation Techniques
Different types of Modulation TechniquesDifferent types of Modulation Techniques
Different types of Modulation Techniques
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiver
 
Noise in Communication System
Noise in Communication SystemNoise in Communication System
Noise in Communication System
 
Communication systems v1
Communication systems v1Communication systems v1
Communication systems v1
 
MODULATION
MODULATIONMODULATION
MODULATION
 
Pre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptxPre-emphasis and De-emphasis.pptx
Pre-emphasis and De-emphasis.pptx
 
Radiation pattern of a cell tower antenna
Radiation pattern of a cell tower antennaRadiation pattern of a cell tower antenna
Radiation pattern of a cell tower antenna
 
Frequency Modulation and Demodulation
Frequency  Modulation and DemodulationFrequency  Modulation and Demodulation
Frequency Modulation and Demodulation
 
Amplitude Modulation ppt
Amplitude Modulation pptAmplitude Modulation ppt
Amplitude Modulation ppt
 
Mobile Communication
Mobile CommunicationMobile Communication
Mobile Communication
 
Baseband transmission
Baseband transmissionBaseband transmission
Baseband transmission
 
Modulation Techniques for Mobile Radio
Modulation Techniques for Mobile RadioModulation Techniques for Mobile Radio
Modulation Techniques for Mobile Radio
 
Frequency modulation and its circuits
Frequency modulation and its circuitsFrequency modulation and its circuits
Frequency modulation and its circuits
 
Generation of AM-DSB-SC using Balanced FET Modulator.pptx
Generation of AM-DSB-SC using Balanced FET Modulator.pptxGeneration of AM-DSB-SC using Balanced FET Modulator.pptx
Generation of AM-DSB-SC using Balanced FET Modulator.pptx
 
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...
Communication Theory-1 project report || Carrier Acquisition in DSB_SC using ...
 

Similar to Generating PM wave

Business utiliity plan for business management
Business utiliity plan for business managementBusiness utiliity plan for business management
Business utiliity plan for business managementDhirajPatel58
 
Amplitude Modulation.ppt
Amplitude Modulation.pptAmplitude Modulation.ppt
Amplitude Modulation.pptAbyThomas54
 
Angel modulization in Frequency modulation and Phase modulation
Angel modulization in Frequency modulation and Phase modulationAngel modulization in Frequency modulation and Phase modulation
Angel modulization in Frequency modulation and Phase modulationswatihalunde
 
NUmerical_Modulation index_techniques.pdf
NUmerical_Modulation index_techniques.pdfNUmerical_Modulation index_techniques.pdf
NUmerical_Modulation index_techniques.pdfjaibirthakran47
 
Analog and digital communication 2 marks
Analog and digital communication 2 marksAnalog and digital communication 2 marks
Analog and digital communication 2 marksBadri Surya
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulationAkanksha_Seth
 
Angle modulation .pptx
Angle modulation .pptxAngle modulation .pptx
Angle modulation .pptxswatihalunde
 
Communication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfCommunication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfRajaSekaran923497
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulationZunAib Ali
 
Ec8395 ce by www.learn engineering.in
Ec8395 ce by www.learn engineering.inEc8395 ce by www.learn engineering.in
Ec8395 ce by www.learn engineering.inKarpoora Sundari
 
Lecture 4-6.pdf
Lecture 4-6.pdfLecture 4-6.pdf
Lecture 4-6.pdfFaruque13
 
Analog Communication Engineering Lab Manual
Analog Communication Engineering Lab ManualAnalog Communication Engineering Lab Manual
Analog Communication Engineering Lab ManualAmairullah Khan Lodhi
 
wireless communications
wireless communications wireless communications
wireless communications faisalsaad18
 

Similar to Generating PM wave (20)

Generating FM wave
Generating FM waveGenerating FM wave
Generating FM wave
 
Business utiliity plan for business management
Business utiliity plan for business managementBusiness utiliity plan for business management
Business utiliity plan for business management
 
Amplitude Modulation.ppt
Amplitude Modulation.pptAmplitude Modulation.ppt
Amplitude Modulation.ppt
 
Angel modulization in Frequency modulation and Phase modulation
Angel modulization in Frequency modulation and Phase modulationAngel modulization in Frequency modulation and Phase modulation
Angel modulization in Frequency modulation and Phase modulation
 
Frequency Modulation
Frequency ModulationFrequency Modulation
Frequency Modulation
 
NUmerical_Modulation index_techniques.pdf
NUmerical_Modulation index_techniques.pdfNUmerical_Modulation index_techniques.pdf
NUmerical_Modulation index_techniques.pdf
 
Analog and digital communication 2 marks
Analog and digital communication 2 marksAnalog and digital communication 2 marks
Analog and digital communication 2 marks
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulation
 
Angle modulation .pptx
Angle modulation .pptxAngle modulation .pptx
Angle modulation .pptx
 
Communication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfCommunication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdf
 
Analog Communication Lab Manual
Analog Communication Lab ManualAnalog Communication Lab Manual
Analog Communication Lab Manual
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulation
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Lecture_ch5.pptx
Lecture_ch5.pptxLecture_ch5.pptx
Lecture_ch5.pptx
 
Ec8395 ce by www.learn engineering.in
Ec8395 ce by www.learn engineering.inEc8395 ce by www.learn engineering.in
Ec8395 ce by www.learn engineering.in
 
Lab 5 c
Lab 5 cLab 5 c
Lab 5 c
 
Lecture 4-6.pdf
Lecture 4-6.pdfLecture 4-6.pdf
Lecture 4-6.pdf
 
Analog Communication Engineering Lab Manual
Analog Communication Engineering Lab ManualAnalog Communication Engineering Lab Manual
Analog Communication Engineering Lab Manual
 
wireless communications
wireless communications wireless communications
wireless communications
 

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

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

Generating PM wave

  • 1. 1 Lab Report 06: Generating PM 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: 19/06/2017
  • 2. 2 Statement of Problem Generate PM wave at different modulation index. Verify whether the modulation index depends on the bandwidth of PM modulated wave or the power of entire pm waves including side bands Literature Background Phase modulation (PM) is a modulation process that encodes information as variations in the instantaneous phase of a carrier wave. Consider the modulating signal: Mathematically: Baseband’s Equation: = Vm sin (ωmt ) (1) Carrier’s Equation: = Vc sin (ωct ) (2) Modulated wave Equation: = Vc sin (ωct + mp cos ωmt) (3) Figure 1: Carrier, baseband and PM modulated signal
  • 3. 3 Deviation: The amount by which the signal frequency varies is termed as daviation. Normally measured in kiloHertz (kHz). Band width: The difference of highest and lowest frequencies which contain 90% energy of the signal is called bandwidth. Where bandwidth of an FM is given by: B.W=2 x x No. of side bands (4) Power of a Signal: Power is a time average of energy. ∫ | | (5) In MATLAB we can use this formula to calculate power: ∑ | | (6) Phase modulation works by modulating the phase of the signal, i.e. changing the rate at which the point moves around the circle. This changes the phase of the signal from what it would have been if no modulation was applied. In other words the speed of rotation around the circle is modulated about the mean value.
  • 4. 4 Procedure: First of all we generate a carrier wave fc and single frequency modulating signal fm by using MatLab. Generating PM wave using the derived equation of PM given in eq. 3 at modulation index 0, 0.5, 1, and 2. Matlab code: clc clear all close all t=0:1:300; fm=100; %modulated freq fc=20*fm; %carrier freq fs=5*fc; %sampling freq ts=t/fs; %sampling time Vm=5; Vc=10; Mp=1; PM =Vc*cos(2*pi*fc*ts+Mp*cos(2*pi*fm*ts)); plot(ts*1000,PM) title('PM wave in time domain') xlabel('time (ms)') ylabel('Vc') grid on; figure z=fft(PM); z=abs(z(1:length(z)/2+1)); frq=(0:length(z)-1)*fs/length(z)/2; plot(frq/1000,z) title('PM wave in Frequency domain') xlabel(['F= ' num2str(fc/1000) 'kHz']) grid on power=sum(PM.^2)/length(t) %for calculating power in entire FM wave
  • 5. 5 Analysis: Mp = 0 Figure 2: PM wave in time domain Figure 3: PM wave in Frequency domain power = 50.1661
  • 6. 6 Mp = 1 Figure 4: PM wave in time domain Figure 5: PM wave in Frequency domain power = 49.9309
  • 7. 7 Mp = 2 Figure 6: PM wave in time domain Figure 7: PM wave in Frequency domain power = 49.8914
  • 8. 8 Table No 1: Serial Number Modulation Index Power in entire PM wave Band width in Hertz 1 0 50.1661 1 2 1 49.9309 600 3 2 49.8914 800 Questions and answers: Q1) What will happen to the power of PM including side bands (increasing or decreasing) with the increase of modulation index? Give mathematical reasoning. Ans) Power of the PM wave increases slightly with the increase of modulation index (negligible) because power does not depends on modulation index. Mathematically: So there will be no change in power of PM signal by changing Mp. Q2) What will happen to the band width of the PM wave (increasing or decreasing) with the increase of modulation index? Give mathematical reasoning. Ans ) Band width will increase with the increase of modulation index, because Here band width is depending on as well as on no of side bands. Increase in Mp, sidebands increases so Bandwidth also increses.
  • 9. 9 Q3) At what modulation index of PM the bandwidth of AM and PM remains same? Ans) When Modulation indexis zero, the band width of AM and PM are equal. Conclusion:  Band width depends on the Modulation index.  Power is independent of Modulation index.  Bw(AM) = Bw(PM) at M=0.