SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
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

Contenu connexe

Tendances

communication system Chapter 4
communication system Chapter 4communication system Chapter 4
communication system Chapter 4moeen khan afridi
 
Numerical Problems on Ampitude Modulation
Numerical Problems on Ampitude ModulationNumerical Problems on Ampitude Modulation
Numerical Problems on Ampitude ModulationRenji K
 
Introduction to modulation and demodulation
Introduction to modulation and demodulationIntroduction to modulation and demodulation
Introduction to modulation and demodulationsaur28_83
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulationRafatAnsari3
 
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 Detectorj naga sai
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulationGeet 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 signalpradeep kumar
 
Angle modulation
Angle modulationAngle modulation
Angle modulationggpriya me
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulationRumah Belajar
 
Analog Communication about amplitude modulation
Analog Communication about amplitude modulationAnalog Communication about amplitude modulation
Analog Communication about amplitude modulationKolliparaVijayKrishn
 
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-1Self-employed
 
frequency modulation
frequency modulationfrequency modulation
frequency modulationWaqas Afzal
 

Tendances (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
 

Similaire à Generating FM wave

Communication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfCommunication Theory - Angle Modulation .pdf
Communication Theory - Angle Modulation .pdfRajaSekaran923497
 
4 3-3 frequency-modulation
4 3-3 frequency-modulation4 3-3 frequency-modulation
4 3-3 frequency-modulationlcborja57
 
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 Modulation04720VivekaS
 
Business utiliity plan for business management
Business utiliity plan for business managementBusiness utiliity plan for business management
Business utiliity plan for business managementDhirajPatel58
 
Amplitute modulation
Amplitute modulationAmplitute modulation
Amplitute modulationAkanksha_Seth
 
Introduction to communication system lecture3
Introduction to communication system lecture3Introduction to communication system lecture3
Introduction to communication system lecture3Jumaan Ally Mohamed
 
Angle modulation .pptx
Angle modulation .pptxAngle modulation .pptx
Angle modulation .pptxswatihalunde
 
2109986 635316076040095000
2109986 6353160760400950002109986 635316076040095000
2109986 635316076040095000srilaxmi524
 
Ref angle modulation (1)
Ref angle modulation (1)Ref angle modulation (1)
Ref angle modulation (1)Sarah Krystelle
 

Similaire à 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)
 

Plus de 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
 

Plus de 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
 

Dernier

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
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
 

Dernier (20)

(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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...
 
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
 

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