Information and Communication Assignment 1
Information and Communication Assignment 1
102)
Assignment 1
Spring-24, January 20, 2024
1. Complete the assignment all by yourself. You can discuss approaches to the questions but the
solution should be yours.
2. Draw neat and well labelled plots wherever asked. Incomplete plots will be penalized.
3. For MATLAB questions, write clean and well-commented code. Label the axes appropriately
with proper titles. Un-labelled plots will get 0.
2. The following are the Fourier transforms of continuous-time signals. Determine the
continuous-time signal corresponding to each transform.
2sin[3(2πf −2π)]
(a) x̃(f ) = (2πf −2π)
5. Let x(t) be a time-domain signal, whose Fourier transform is given according to the
figure below :-
Page 2
2π
(c) Sketch the spectrum of the sampled signal y(t) for the sampling period T = 3
.
(d) Explain whether you can recover the signal x(t) from the sampled signal in
parts (b) and (c).
1. Consider the continuous time signal x(t) = Asin(2πfo t). It is given that A = 5 and
fo = 20 Hz with a sampling rate of 1000 Hz. Plot the real and imaginary part of
the Fourier transform of x(t) along with it’s magnitude and phase all in a single
plot.(Use the subplot function in MATLAB to plot these.)
2. Consider the message signal m(t) = Am · sin(2πfm t) and the carrier signal c(t) =
Ac · cos(2πfc t). Find out the modulated signal x(t) when m(t) is modulated with
carrier c(t) for the following values;
• Ac = 1 and Am = 2
• fc = 100 Hz and fm = 10 Hz
Plot the Magnitude Spectrum for Fourier transform of m(t), c(t) and x(t). What do
you observe? Write briefly (as comment in the code itself).
Plot the Fourier transform of the above signals alongwith x̃(f ) in 2 × 2 subplot in
MATLAB, verifying and naming the properties demonstrated in each plot.
Page 3