0% found this document useful (0 votes)
58 views2 pages

Assignment 3: Communication Theory - 1 (EC5.203 - Spring 2021) February 7, 2021

This 3 sentence summary provides the key details about the document: The document outlines 4 problems related to frequency modulation for a communications theory assignment, including calculating modulation index and message bandwidth from an FM signal graph, deriving time domain expressions for an FM signal's phase and frequency, sketching and analyzing an FM signal modulated by a rectangular pulse train, and performing MATLAB simulations to generate, demodulate, and analyze the spectrum of FM signals modulated by sinusoidal and non-sinusoidal message signals. The deadline for submitting solutions in PDF and ZIP file format is February 14, 2021 at 11:55 PM.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views2 pages

Assignment 3: Communication Theory - 1 (EC5.203 - Spring 2021) February 7, 2021

This 3 sentence summary provides the key details about the document: The document outlines 4 problems related to frequency modulation for a communications theory assignment, including calculating modulation index and message bandwidth from an FM signal graph, deriving time domain expressions for an FM signal's phase and frequency, sketching and analyzing an FM signal modulated by a rectangular pulse train, and performing MATLAB simulations to generate, demodulate, and analyze the spectrum of FM signals modulated by sinusoidal and non-sinusoidal message signals. The deadline for submitting solutions in PDF and ZIP file format is February 14, 2021 at 11:55 PM.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 3

Communication Theory - 1 (EC5.203 - Spring 2021)


February 7, 2021

Deadline: 14/02/2021 - 11:55 PM

Please do not copy from your peers or online. Copied assignments will fetch 0 marks.

Submission Format:
• For analytical problems, write on A4 sheets and scan them in pdf format. For simulation
code (if any) create simulation as folder name and add .m files. Submit .zip file (Rollnum-
ber_Assignment1) containing pdf file and simulation folder.
• For simulation part, along with the codes, submit a report (pdf format) clearly depicting the
generated plots (if any) with answers to questions asked as part of simulation exercise. State
the parameter values used for simulation in the report clearly. Marks obtained will depend
upon clarity in report writing.

Questions

1. Figure 1 shows, as a function of time, the phase deviation of a bandpass FM signal modulated
by a sinusoidal message.
(a) Find the modulation index (assume that it is an integer multiple of π for your estimate).
(b) Find the message bandwidth.
(c) Estimate the bandwidth of the FM signal using Carson’s formula.
2. The input m(t) to an FM modulator with kf = 1 has Fourier transform

j2πf |f | < 1
M (f ) =
0 else

The output of the FM modulator is given by

u(t) = A cos (2πfc t + φ(t))

where fc is the carrier frequency.


(a) Find an explicit time domain expression for φ(t) and carefully sketch φ(t) as a function
of time.
(b) Find the magnitude of the instantaneous frequency deviation from the carrier at time
t = 14 .
(c) Using the result from (b) as an approximation for the maximum frequency deviation,
estimate the bandwidth of u(t)
3. Let p(t) = I[− 1 , 1 ] (t) denote a rectangular pulse of unit duration. Construct the signal
2 2


X
m(t) = (−1)n p(t − n)
n=−∞

The signal m(t) is input to an FM modulator, whose output is given by

u(t) = 20 cos (2πfc t + φ(t))

1
Figure 1: Phase deviation of FM signal for Problem 1

where Z t
φ(t) = 20π m(τ )dτ + a
−∞
and a is chosen such that φ(0) = 0.
(a) Carefully sketch both m(t) and φ(t) as a function of time.
(b) Approximating the bandwidth of m(t) as W ≈ 2, estimate the bandwidth of u(t) using
Carson’s formula.
(c) Suppose that a very narrow ideal BPF (with bandwidth less than 0.1 ) is placed at
fc + α. For which (if any) of the following choices of α will you get nonzero power at
the output of the BPF : (i)α = .5, (ii)α = .75, ( iii )α = 1
4. [MATLAB Simulation - Angle Modulation]
(a) Generate a sinusoidal message signal of frequency 1 KHz having peak amplitude as 1
and a sinusoidal carrier signal of frequency 10 KHz having peak amplitude of 10. Choose
Kf = 1.Plot the frequency modulated waveform for the above message signal. Also plot
the message and the carrier signal using subplot(3,1).
Note: Do not use the inbuilt function for perform the modulation.
(b) Demodulate the FM wave using the crude discriminator based on differentiation and
envelope detection as discussed in class. Plot the rectified FM and the recovered signal
in single figure using subplot(2,1).
Note:: You can use inbuilt functions like diff for differentiation and fir1, filter filtering.
(c) Plot the spectrum of the message signal, modulated FM signal, rectified FM signal and
the recovered message signal on a single figure using subplot(2,2).
Note: You can use inbuilt functions like fftshift and fft for obtaining the spectrum.
(d) Repeat (a), (b) and (c) if the message signal is as shown below in figure (b).

F igure : (b)

You might also like