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

PDF
Generating PM wave
PDF
Generating AM wave
DOCX
EEP306: Amplitude modulation
PPT
concept of (FM) Frequency modulation class 12th full ppt
DOCX
EEP306: Frequency modulation
PDF
Frequency Modulation
PPTX
Amplitude Modulation ppt
PPT
communication system Chapter 5
Generating PM wave
Generating AM wave
EEP306: Amplitude modulation
concept of (FM) Frequency modulation class 12th full ppt
EEP306: Frequency modulation
Frequency Modulation
Amplitude Modulation ppt
communication system Chapter 5

What's hot (20)

PPT
Frequency modulation
PPT
communication system Chapter 4
PDF
Angle modulation fm
PDF
Numerical Problems on Ampitude Modulation
PPT
Introduction to modulation and demodulation
PPTX
Amplitude modulation
PDF
Amplitude Modulation using Multipliers and Envelope Detector
PPTX
Frequency modulation
PPTX
Frequency modulation
PPT
Ppt on modulated and un modulated signal
PPT
Angle modulation
PPT
Amplitude modulation
PPT
Angle modulation
PPTX
Frequency translation
PPTX
Amplitude modulation
PPT
Am modulation
PDF
Analog Communication about amplitude modulation
PPT
Communication - Amplitude Modulation Class 12 Part-1
PPTX
frequency modulation
Frequency modulation
communication system Chapter 4
Angle modulation fm
Numerical Problems on Ampitude Modulation
Introduction to modulation and demodulation
Amplitude modulation
Amplitude Modulation using Multipliers and Envelope Detector
Frequency modulation
Frequency modulation
Ppt on modulated and un modulated signal
Angle modulation
Amplitude modulation
Angle modulation
Frequency translation
Amplitude modulation
Am modulation
Analog Communication about amplitude modulation
Communication - Amplitude Modulation Class 12 Part-1
frequency modulation
Ad

Similar to Generating FM wave (20)

PDF
Communication Theory - Angle Modulation .pdf
DOCX
Frequency modulation2
PPT
4 3-3 frequency-modulation
PDF
Frequency deviation
PPT
Lec am modulation
PPTX
Lecture_ch5.pptx
PPTX
Analog Modulation for communication.pptx
PPTX
ANGLE MODULATION -Waveform &Its Characteristics
PPTX
Different type of modulation schemes used in Analog Modulation
PPTX
Chapter amplitude and phase modulation 3 &4.pptx
PPT
Importance of Modulation, Principles of Amplitude Modulation (AM).ppt
PPTX
EC6651 COMMUNICATION ENGINEERING UNIT 1
PPT
Business utiliity plan for business management
PPT
Amplitute modulation
PPT
expanded each concept in the presentation to offer broader and clearer explan...
PDF
am modulation description and diagrams.pdf
PPT
Introduction to communication system lecture3
PPTX
Angle modulation .pptx
PPT
2109986 635316076040095000
Communication Theory - Angle Modulation .pdf
Frequency modulation2
4 3-3 frequency-modulation
Frequency deviation
Lec am modulation
Lecture_ch5.pptx
Analog Modulation for communication.pptx
ANGLE MODULATION -Waveform &Its Characteristics
Different type of modulation schemes used in Analog Modulation
Chapter amplitude and phase modulation 3 &4.pptx
Importance of Modulation, Principles of Amplitude Modulation (AM).ppt
EC6651 COMMUNICATION ENGINEERING UNIT 1
Business utiliity plan for business management
Amplitute modulation
expanded each concept in the presentation to offer broader and clearer explan...
am modulation description and diagrams.pdf
Introduction to communication system lecture3
Angle modulation .pptx
2109986 635316076040095000
Ad

More from COMSATS Abbottabad (20)

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

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Current and future trends in Computer Vision.pptx
PDF
PPT on Performance Review to get promotions
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPT
Total quality management ppt for engineering students
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PPT
Occupational Health and Safety Management System
UNIT 4 Total Quality Management .pptx
Current and future trends in Computer Vision.pptx
PPT on Performance Review to get promotions
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
Fundamentals of Mechanical Engineering.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
III.4.1.2_The_Space_Environment.p pdffdf
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
Fundamentals of safety and accident prevention -final (1).pptx
Total quality management ppt for engineering students
Visual Aids for Exploratory Data Analysis.pdf
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Nature of X-rays, X- Ray Equipment, Fluoroscopy
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
Occupational Health and Safety Management System

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