Lab 1
Lab 1
Lab 1 Report
Rahul Patidar
Roll Number: B23284
February 17, 2025
1 Theory
In carrier modulation, a low-frequency message signal is combined with a
high-frequency carrier signal. The carrier signal, which does not carry infor-
mation itself, acts as an envelope to help transmit the message signal. The
carrier signal is represented by:
C(t) = Ac cos(2πfc t)
where fc is the carrier frequency. The carrier signal has three key properties:
1. Amplitude (Ac )
2. Phase
3. Frequency (fc )
In amplitude modulation (AM), the amplitude of the carrier signal is varied
according to the message signal.
1
1.2 Amplitude Modulation (AM)
The AM signal r(t) is given by:
2 Expected Outcomes
2.1 Expected answer of part a
We know that in the AM signal we just add an offset Ac .
2
Figure 2: Amplitude modulated signal when Ac < Am
3
2.3 Expected answer of part c and d
In the frequency domain (applying FT on the time domain signal) for a
sinusoidal wave, we get two impulse functions in the positive and negative
parts.
• For µ = 0.5:
• For µ = 1:
• For µ = 1.5:
4
• This behavior can be understood from the equation of the AM signal:
Figure 5: Message signal with mp = 3 Volts, Carrier signal, and the Modu-
lated signal for different modulation indices
3.2 Answer 2
5
The figure above shows the DSB-SC signal. We can see that the carrier signal
is suppressed and that the information is transmitted through the modulated
signal only.
Substituting values:
6
3.3 Answer 3
img/mf_1c.png img/cf_1c.png
img/mod1c0.5.png img/mod1c1.png
img/mod1c1.5.png
7
The figure above shows the frequency domain representations of the message
signal, the carrier signal, and the modulated signal. Based on these plots,
we can infer the following:
3. The message and carrier signals are sinusoidal, leading to distinct fre-
quency components in their Fourier Transforms. The first two figures
show these individual components.
4. The third figure in each row represents the spectrum of the modulated
signal, which is obtained by convolving the message and carrier FTs
with the original carrier FT.
8
9
3.4 Answer 4
img/mf_1d.png
10
img/cf_1d.png
The figure above shows the frequency domain representation of the message
signal, carrier signal, and modulated signal. Based on the observations, we
infer:
1. The amplitude in the frequency domain plot for the carrier signal is
observed to be 2V . This is due to the transformation from the time
domain to the frequency domain. The same applies to the message
signal.
Substituting values:
4. In the time domain, the DSB-SC signal results from the multiplication
of the carrier and message signals. Due to this multiplication, its fre-
quency domain representation is obtained through the convolution of
their individual Fourier Transforms (FT).
5. This scenario differs from the case in part 1(c). In Amplitude Mod-
ulation (AM), both addition and convolution occur in the frequency
domain, leading to the presence of a carrier component along with side-
bands. However, in DSB-SC, only convolution is present, which results
in a different magnitude of impulse signals in the frequency domain.
4 Applications
4.1 Applications of Amplitude Modulated (AM) Sig-
nals
1. Data Transmission: AM is used in transmitting data for applications
such as Wi-Fi, cellular telecommunications, and RFID systems.
11
3. Air Band Radio: AM is used in ground-to-air communication, partic-
ularly in aviation. It is also used for two-way communication between
ground control and aircraft.
5 APPENDIX
12
Matlab Command Function
plot(x, y) plots values of the simulation series y along the y-axis, with values of
figure() creates a new figure in MATLAB.
title(x) adds a title x to the plot
xlabel(x) adds a horizontal label x (along x axis) to the plot
ylabel(x) adds a vertical label x (along y axis) to the plot
grid on adds a grid to the plot.
clc clears everything from the matlab command line window.
linspace(x1, x2, p) generates p equally distant points between x1 and x2.
13