Report - Amplitude Modulation and Demodulation
Report - Amplitude Modulation and Demodulation
02
Familiarization with Amplitude Modulation and Demodulation
2.1 Objectives
The objectives of this experiment were to
1. Modulate a message signal using Amplitude Modulation Transmitter Kit
2. Demodulate the modulated signal using Amplitude Demodulation Receiver Kit
2.2 Theory
Amplitude modulation is used for transmitting information over radio waves, which is used for
audio and radio broadcasting. The signal that is to be transmitted is known as message signal
or baseband signal which is typically in audio frequency range. This low frequency signal
cannot travel far due to low energy stored in it, which makes it susceptible to noise. Hence a
carrier signal of high frequency (typically of radio frequency range) is used. The carrier signal
is modulated by the message signal before transmitting.
Message signal, 𝑣𝑣 𝑚𝑚 = 𝑉𝑉𝑚𝑚 𝑠𝑠𝑠𝑠𝑠𝑠𝜔𝜔𝑚𝑚 𝑡𝑡
Carrier signal, 𝑣𝑣𝑐𝑐 = 𝑉𝑉𝑐𝑐 𝑠𝑠𝑠𝑠𝑠𝑠𝜔𝜔𝑐𝑐 𝑡𝑡
The modulated signal is transmitted through an antenna and received at the receiver end
through another antenna. The modulated signal is now separated using demodulator to get the
original message signal that was transmitted. The basic modulation and demodulation blocks
are shown in Figure 2.1.
The carrier signal is modulated with the message signal by adding the message signal with the
amplitude of carrier signal.
A modulated signal can be generated using the amplitude modulation transmitter kit. Some
segments of the kit are,
1. Audio Oscillator: Produces low frequency signal which simulates message signal.
2. VCO: Voltage controlled oscillator is used to generate high frequency carrier signal.
3. Balanced Modulator: A balanced modulator produces double side band suppressed
carrier (DSBSC) signal.
Similarly, amplitude demodulation can be performed using the following blocks of the
amplitude demodulation kit.
1. Local Oscillator: Produces signal for mixer that operates on heterodyning process.
2. Mixer: The mixer shifts the signal to a more manageable frequency for further
processing.
3. 1st IF Amplifier & 2nd IF Amplifier: Amplifies the intermediate frequency signals.
4. Envelope Detector: Detects the envelope of the modulated signal and outputs the
message signal.
Figure 2.4 Perfectly modulated signal. Figure 2.5 Under modulated signal
t=linspace(0,0.2,10000);
wm = 100; wc = 1500;
Vm1 = 2.5; Vm2 = 5; Vm3 = 8; Vc = 5;
vm_t1 = Vm1*sin(wm*t);
vm_t2 = Vm2*sin(wm*t);
vm_t3 = Vm3*sin(wm*t);
vc_t = Vc*sin(wc*t);
v_t1 = (Vc+vm_t1).*sin(wc*t);
v_t2 = (Vc+vm_t2).*sin(wc*t);
v_t3 = (Vc+vm_t3).*sin(wc*t);
-2
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
Carrier Signal
5
-5
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
-10
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
-10
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
10
-10
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2