SlideShare a Scribd company logo
1
Statement:
Generate FM wave (Frequency Modulation) at a different modulation
index. Verify whether the modulation index depends on the band width of FM
modulated wave or the power of entire FM wave including side bands?
Literature Background:
Frequency Modulation:
The process in which the frequency of the carrier is changed according to
the instantaneous amplitude of the base band signal.
Mathematically:
( ) (1)
Figure 1 : Baseband signal and modulated wave signal.
Deviation:
The amount by which the signal frequency varies is termed as daviation.
Normally measured in kiloHertz (kHz).
2
Narrowband FM:
Narrow band FM is defined as an FM transmission where the value of
modulation index is small enough that the terms in the Bessel expansion, i.e.
sidebands are negligible.
Narrowband FM, NBFM often uses deviation figures of around ±3kHz or
possibly slightly more. If quality is not as important for radio communications
applications, the much narrower bandwidth has advantages in terms of radio
spectrum efficiency.
Wideband FM:
Wideband FM is defined as the situation where the modulation index is
above 0.5. Under these circumstances the sidebands beyond the first two terms
are not insignificant.
Broadcast stations in the VHF portion of the frequency spectrum between
88.5 and 108 MHz uses large values of deviation, typically ±75kHz. This is
known as wideband FM (WBFM).
These signals are capable of supporting high quality transmissions, but
occupy a large amount of bandwidth. Usually 200 kHz is allowed for each
wideband FM transmission.
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 (2)
Power of a Signal:
Power is a time average of energy.
∫ | | (3)
In MATLAB we can use this formula to calculate power:
∑ | |
(4)
3
Procedure:
Matlab Coding:
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;
Mf=1;
Fm =Vc*cos(2*pi*fc*ts+Mf*sin(2*pi*fm*ts));
plot(ts*1000,Fm)
title('FM wave in time domain')
xlabel('time (ms)')
ylabel('Vc')
grid on;
figure
z=fft(Fm);
z=(z(1:length(z)/2+1));
frq=(0:length(z)-1)*fs/length(z)/2;
plot(frq/1000,z)
title('FM wave in Frequency domain')
xlabel(['F= ' num2str(fc/1000) 'kHz'])
grid on
power=sum(Fm.^2)/length(t) %for calculating power in entire FM wave
4
Analysis:
Output:
= 0
Figure 2: FM Modulated Wave in time domain
Figure 3: FM Modulated Wave in frequency domain
power =
50.1661
5
= 0.5
Figure 4: FM Modulated Wave in time domain
Figure 5: FM Modulated Wave in frequency domain
power =
50.1661
6
= 1
Figure 6: FM Modulated Wave in time domain
Figure 7: FM Modulated Wave in frequency domain
power =
50.1661
7
= 1.5
Figure 8: FM Modulated Wave in time domain
Figure 9: FM Modulated Wave in frequency domain
power =
50.1661
8
= 2
Figure 10: FM Modulated Wave in time domain
Figure 11: FM Modulated Wave in frequency domain
power =
50.1661
9
Table no 1:
S.No Modulation Index Power in entire FM
wave
Band width in Hertz
1 0 50.1661W 1Hz
2 0.5 50.1661W 400Hz
3 1 50.1661W 600 Hz
4 2 50.1661W 800 Hz
Questions
Q1: What will happen to the power of FM wave including side-bands
(increasing or decreasing) with the increase in modulation index? Give
mathematical reasoning.
Ans: Power is a time average of energy. By increasing the Modulation index,
power of FM wave will remains constant because power is independent of
Modulation index.
Mathematically:
(5)
And from eq(5) it is clear that power only depends upon .
Q2: What will happen to the band-width of FM wave (increasing or
decreasing) with the increase in modulation index? Give mathematical
reasoning.
Ans: The difference of highest and lowest frequencies which contain 90%
energy of the signal is called bandwidth. If modulation index is increased,
number of sidebands also increases. If number of sidebands increases, the
bandwidth of signal also increases.
Mathematically:
(6)
In Basel chart we can see that no. of side bands increases with increase in
modulation index.
10
Q3: At what modulation index of FM, the band-width of AM and FM are
same?
Ans: The bandwidth of AM and FM is same when M 1, because number of
sidebands are equal for M 1.
Mathematically:
If n=1 (M<1)
=
Conclusion:
 Power of entire FM band remains constant if is constant. As:
 Band width of FM depends upon modulation index. If M is increased,
number of sidebands increases and bandwidth also increases because
 Modulation index has no effect on change in power.
 Modulation index is low for higher frequencies of baseband signal and it
increases for lower frequencies by the relation

More Related Content

What's hot

Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
Syed Zaid Irshad
 
communication system Chapter 4
communication system Chapter 4communication system Chapter 4
communication system Chapter 4
moeen khan afridi
 
Angle modulation fm
Angle modulation fmAngle modulation fm
Angle modulation fm
The Hoa Nguyen
 
Numerical Problems on Ampitude Modulation
Numerical Problems on Ampitude ModulationNumerical Problems on Ampitude Modulation
Numerical Problems on Ampitude Modulation
Renji K
 
Introduction to modulation and demodulation
Introduction to modulation and demodulationIntroduction to modulation and demodulation
Introduction to modulation and demodulation
saur28_83
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
RafatAnsari3
 
Amplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope DetectorAmplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope Detector
j naga sai
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
lutfunnaharasha
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
Geet Patel
 
Ppt on modulated and un modulated signal
Ppt on modulated and un modulated signalPpt on modulated and un modulated signal
Ppt on modulated and un modulated signal
pradeep kumar
 
Am1
Am1Am1
Angle modulation
Angle modulationAngle modulation
Angle modulation
ggpriya me
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
Rumah Belajar
 
Angle modulation
Angle modulationAngle modulation
Angle modulation
Diksha Prakash
 
Frequency translation
Frequency translationFrequency translation
Frequency translation
MOHAMMAD AKRAM
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
MOHAMMAD AKRAM
 
Am modulation
Am modulationAm modulation
Am modulation
وزارة النفط
 
Analog Communication about amplitude modulation
Analog Communication about amplitude modulationAnalog Communication about amplitude modulation
Analog Communication about amplitude modulation
KolliparaVijayKrishn
 
Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1
Self-employed
 
frequency modulation
frequency modulationfrequency modulation
frequency modulation
Waqas Afzal
 

What's hot (20)

Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
communication system Chapter 4
communication system Chapter 4communication system Chapter 4
communication system Chapter 4
 
Angle modulation fm
Angle modulation fmAngle modulation fm
Angle modulation fm
 
Numerical Problems on Ampitude Modulation
Numerical Problems on Ampitude ModulationNumerical Problems on Ampitude Modulation
Numerical Problems on Ampitude Modulation
 
Introduction to modulation and demodulation
Introduction to modulation and demodulationIntroduction to modulation and demodulation
Introduction to modulation and demodulation
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Amplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope DetectorAmplitude Modulation using Multipliers and Envelope Detector
Amplitude Modulation using Multipliers and Envelope Detector
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Ppt on modulated and un modulated signal
Ppt on modulated and un modulated signalPpt on modulated and un modulated signal
Ppt on modulated and un modulated signal
 
Am1
Am1Am1
Am1
 
Angle modulation
Angle modulationAngle modulation
Angle modulation
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Angle modulation
Angle modulationAngle modulation
Angle modulation
 
Frequency translation
Frequency translationFrequency translation
Frequency translation
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 
Am modulation
Am modulationAm modulation
Am modulation
 
Analog Communication about amplitude modulation
Analog Communication about amplitude modulationAnalog Communication about amplitude modulation
Analog Communication about amplitude modulation
 
Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1
 
frequency modulation
frequency modulationfrequency modulation
frequency modulation
 

Similar to Generating FM wave

Communication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfCommunication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdf
RajaSekaran923497
 
Frequency modulation2
Frequency modulation2Frequency modulation2
Frequency modulation2
Sarah Krystelle
 
4 3-3 frequency-modulation
4 3-3 frequency-modulation4 3-3 frequency-modulation
4 3-3 frequency-modulation
lcborja57
 
Frequency deviation
Frequency deviation Frequency deviation
Frequency deviation
The Hoa Nguyen
 
Lec am modulation
Lec am modulationLec am modulation
Lec am modulation
Sarah Krystelle
 
Lecture_ch5.pptx
Lecture_ch5.pptxLecture_ch5.pptx
Lecture_ch5.pptx
rshoukatimtek
 
Different type of modulation schemes used in Analog Modulation
Different type of modulation schemes used in Analog ModulationDifferent type of modulation schemes used in Analog Modulation
Different type of modulation schemes used in Analog Modulation
04720VivekaS
 
EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1
RMK ENGINEERING COLLEGE, CHENNAI
 
Business utiliity plan for business management
Business utiliity plan for business managementBusiness utiliity plan for business management
Business utiliity plan for business management
DhirajPatel58
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulation
Akanksha_Seth
 
Am3
Am3Am3
Introduction to communication system lecture3
Introduction to communication system lecture3Introduction to communication system lecture3
Introduction to communication system lecture3
Jumaan Ally Mohamed
 
Angle modulation .pptx
Angle modulation .pptxAngle modulation .pptx
Angle modulation .pptx
swatihalunde
 
2109986 635316076040095000
2109986 6353160760400950002109986 635316076040095000
2109986 635316076040095000
srilaxmi524
 
FM-PM.ppt
FM-PM.pptFM-PM.ppt
FM-PM.ppt
1637ARUNIMADAS
 
Angle Modulation
Angle ModulationAngle Modulation
Angle Modulation
Ridwanul Hoque
 
Ref angle modulation
Ref angle modulationRef angle modulation
Ref angle modulation
Sarah Krystelle
 
Chapter03 fm modulation
Chapter03 fm modulationChapter03 fm modulation
Chapter03 fm modulation
Muhamamd Awaissaleem
 
Modulasi.pptx
Modulasi.pptxModulasi.pptx
Modulasi.pptx
AireraAirera
 
Ref angle modulation (1)
Ref angle modulation (1)Ref angle modulation (1)
Ref angle modulation (1)
Sarah Krystelle
 

Similar to Generating FM wave (20)

Communication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfCommunication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdf
 
Frequency modulation2
Frequency modulation2Frequency modulation2
Frequency modulation2
 
4 3-3 frequency-modulation
4 3-3 frequency-modulation4 3-3 frequency-modulation
4 3-3 frequency-modulation
 
Frequency deviation
Frequency deviation Frequency deviation
Frequency deviation
 
Lec am modulation
Lec am modulationLec am modulation
Lec am modulation
 
Lecture_ch5.pptx
Lecture_ch5.pptxLecture_ch5.pptx
Lecture_ch5.pptx
 
Different type of modulation schemes used in Analog Modulation
Different type of modulation schemes used in Analog ModulationDifferent type of modulation schemes used in Analog Modulation
Different type of modulation schemes used in Analog Modulation
 
EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1EC6651 COMMUNICATION ENGINEERING UNIT 1
EC6651 COMMUNICATION ENGINEERING UNIT 1
 
Business utiliity plan for business management
Business utiliity plan for business managementBusiness utiliity plan for business management
Business utiliity plan for business management
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulation
 
Am3
Am3Am3
Am3
 
Introduction to communication system lecture3
Introduction to communication system lecture3Introduction to communication system lecture3
Introduction to communication system lecture3
 
Angle modulation .pptx
Angle modulation .pptxAngle modulation .pptx
Angle modulation .pptx
 
2109986 635316076040095000
2109986 6353160760400950002109986 635316076040095000
2109986 635316076040095000
 
FM-PM.ppt
FM-PM.pptFM-PM.ppt
FM-PM.ppt
 
Angle Modulation
Angle ModulationAngle Modulation
Angle Modulation
 
Ref angle modulation
Ref angle modulationRef angle modulation
Ref angle modulation
 
Chapter03 fm modulation
Chapter03 fm modulationChapter03 fm modulation
Chapter03 fm modulation
 
Modulasi.pptx
Modulasi.pptxModulasi.pptx
Modulasi.pptx
 
Ref angle modulation (1)
Ref angle modulation (1)Ref angle modulation (1)
Ref angle modulation (1)
 

More from COMSATS Abbottabad

Kalman filter
Kalman filterKalman filter
Kalman filter
COMSATS Abbottabad
 
Enterpreneurship
EnterpreneurshipEnterpreneurship
Enterpreneurship
COMSATS Abbottabad
 
Sine wave inverter
Sine wave inverterSine wave inverter
Sine wave inverter
COMSATS Abbottabad
 
Light Tracking Solar Panel
Light Tracking Solar PanelLight Tracking Solar Panel
Light Tracking Solar Panel
COMSATS Abbottabad
 
Analysis of Electro-Mechanical System
Analysis of Electro-Mechanical SystemAnalysis of Electro-Mechanical System
Analysis of Electro-Mechanical System
COMSATS Abbottabad
 
coding and burning program in FPGA
coding and burning program in FPGAcoding and burning program in FPGA
coding and burning program in FPGA
COMSATS Abbottabad
 
8 bit full adder
8 bit full adder8 bit full adder
8 bit full adder
COMSATS 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 8086
COMSATS Abbottabad
 
implementation of data instrucions in emu8086
implementation of data instrucions in emu8086implementation of data instrucions in emu8086
implementation of data instrucions in emu8086
COMSATS 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 language
COMSATS 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 Matlab
COMSATS 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 MATLAB
COMSATS Abbottabad
 
Introduction to MATLAB
Introduction to MATLAB Introduction to MATLAB
Introduction to MATLAB
COMSATS Abbottabad
 
Encoder + decoder
Encoder + decoderEncoder + decoder
Encoder + decoder
COMSATS Abbottabad
 
Principles of Communication
Principles of CommunicationPrinciples of Communication
Principles of Communication
COMSATS Abbottabad
 
Aurduino coding for transformer interfacing
Aurduino coding for transformer interfacingAurduino coding for transformer interfacing
Aurduino coding for transformer interfacing
COMSATS Abbottabad
 
Transformer Interfacing with Laptop
Transformer Interfacing with LaptopTransformer Interfacing with Laptop
Transformer Interfacing with Laptop
COMSATS 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 Led
COMSATS Abbottabad
 
stress and strain
stress and strainstress and strain
stress and strain
COMSATS 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

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 

Recently uploaded (20)

Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 

Generating FM wave

  • 1. 1 Statement: Generate FM wave (Frequency Modulation) at a different modulation index. Verify whether the modulation index depends on the band width of FM modulated wave or the power of entire FM wave including side bands? Literature Background: Frequency Modulation: The process in which the frequency of the carrier is changed according to the instantaneous amplitude of the base band signal. Mathematically: ( ) (1) Figure 1 : Baseband signal and modulated wave signal. Deviation: The amount by which the signal frequency varies is termed as daviation. Normally measured in kiloHertz (kHz).
  • 2. 2 Narrowband FM: Narrow band FM is defined as an FM transmission where the value of modulation index is small enough that the terms in the Bessel expansion, i.e. sidebands are negligible. Narrowband FM, NBFM often uses deviation figures of around ±3kHz or possibly slightly more. If quality is not as important for radio communications applications, the much narrower bandwidth has advantages in terms of radio spectrum efficiency. Wideband FM: Wideband FM is defined as the situation where the modulation index is above 0.5. Under these circumstances the sidebands beyond the first two terms are not insignificant. Broadcast stations in the VHF portion of the frequency spectrum between 88.5 and 108 MHz uses large values of deviation, typically ±75kHz. This is known as wideband FM (WBFM). These signals are capable of supporting high quality transmissions, but occupy a large amount of bandwidth. Usually 200 kHz is allowed for each wideband FM transmission. 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 (2) Power of a Signal: Power is a time average of energy. ∫ | | (3) In MATLAB we can use this formula to calculate power: ∑ | | (4)
  • 3. 3 Procedure: Matlab Coding: 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; Mf=1; Fm =Vc*cos(2*pi*fc*ts+Mf*sin(2*pi*fm*ts)); plot(ts*1000,Fm) title('FM wave in time domain') xlabel('time (ms)') ylabel('Vc') grid on; figure z=fft(Fm); z=(z(1:length(z)/2+1)); frq=(0:length(z)-1)*fs/length(z)/2; plot(frq/1000,z) title('FM wave in Frequency domain') xlabel(['F= ' num2str(fc/1000) 'kHz']) grid on power=sum(Fm.^2)/length(t) %for calculating power in entire FM wave
  • 4. 4 Analysis: Output: = 0 Figure 2: FM Modulated Wave in time domain Figure 3: FM Modulated Wave in frequency domain power = 50.1661
  • 5. 5 = 0.5 Figure 4: FM Modulated Wave in time domain Figure 5: FM Modulated Wave in frequency domain power = 50.1661
  • 6. 6 = 1 Figure 6: FM Modulated Wave in time domain Figure 7: FM Modulated Wave in frequency domain power = 50.1661
  • 7. 7 = 1.5 Figure 8: FM Modulated Wave in time domain Figure 9: FM Modulated Wave in frequency domain power = 50.1661
  • 8. 8 = 2 Figure 10: FM Modulated Wave in time domain Figure 11: FM Modulated Wave in frequency domain power = 50.1661
  • 9. 9 Table no 1: S.No Modulation Index Power in entire FM wave Band width in Hertz 1 0 50.1661W 1Hz 2 0.5 50.1661W 400Hz 3 1 50.1661W 600 Hz 4 2 50.1661W 800 Hz Questions Q1: What will happen to the power of FM wave including side-bands (increasing or decreasing) with the increase in modulation index? Give mathematical reasoning. Ans: Power is a time average of energy. By increasing the Modulation index, power of FM wave will remains constant because power is independent of Modulation index. Mathematically: (5) And from eq(5) it is clear that power only depends upon . Q2: What will happen to the band-width of FM wave (increasing or decreasing) with the increase in modulation index? Give mathematical reasoning. Ans: The difference of highest and lowest frequencies which contain 90% energy of the signal is called bandwidth. If modulation index is increased, number of sidebands also increases. If number of sidebands increases, the bandwidth of signal also increases. Mathematically: (6) In Basel chart we can see that no. of side bands increases with increase in modulation index.
  • 10. 10 Q3: At what modulation index of FM, the band-width of AM and FM are same? Ans: The bandwidth of AM and FM is same when M 1, because number of sidebands are equal for M 1. Mathematically: If n=1 (M<1) = Conclusion:  Power of entire FM band remains constant if is constant. As:  Band width of FM depends upon modulation index. If M is increased, number of sidebands increases and bandwidth also increases because  Modulation index has no effect on change in power.  Modulation index is low for higher frequencies of baseband signal and it increases for lower frequencies by the relation