Assignment 3
Assignment 3
Spring-2025
Instructions:
• Clearly state the assumptions (if any) made that are not specified in the questions.
Cautions:
Questions
1. Let p(t) = I[− 1 , 1 ] (t) denote a rectangular pulse of unit duration. Construct the
2 2
signal
X∞
m(t) = (−1)n p(t − n)
n=−∞
where Z t
φ(t) = 20π m(τ ) dτ + a
−∞
1
Figure 1: Phase deviation of FM signal for problem 2
(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.
(a) Find an explicit time domain expression for ϕ(t) and carefully sketch ϕ(t) as
a function of time.
2
(b) Determine ϕF M (t), the frequency modulated signal, and plot it as a function
of time.
(c) Find the magnitude of the instantaneous frequency deviation from the carrier
at time t = 41 .
(d) Using the result from (b) as an approximation for the maximum frequency
deviation, estimate the bandwidth of u(t).
Note: Here ϕ(t) is the phase term, while ϕF M (t) is the FM signal. Do not get
confused.
5. Provide a MATLAB code for the following questions, do not use inbuilt function to
perform the modulation
(a) Generate an FM signal using a sinusoidal message signal with a carrier fre-
quency of 1 kHz, frequency deviation of 50 Hz, and a modulation index of 5,
with appropriate fm .
(b) Plot the time-domain waveform of both the message and FM signal.
(c) Compute and plot the frequency spectrum of the FM signal.
(d) Implement a demodulation technique (have to select a demodulator discussed
in the class) to recover the message signal.