Amplitude Modulation & Demodulation: S T M T F T
Amplitude Modulation & Demodulation: S T M T F T
Amplitude Modulation & Demodulation: S T M T F T
Aim: 1. To generate amplitude modulated wave and determine the percentage modulation.
2. To Demodulate the modulated wave using envelope detector.
Apparatus Required:
fT = 300 MHz
Transistor(BC 107) 1
Pd = 1W
Ic(max) = 100 mA
Diode(0A79) Max Current 35mA 1
Capacitor 0.01 F 1
Inductor 130mH 1
CRO 20MHz 1
Theory:
Amplitude Modulation is defined as a process in which the amplitude of the carrier wave
c(t) is varied linearly with the instantaneous amplitude of the message signal m(t).The standard
form of an amplitude modulated (AM) wave is defined by
Where,
Ka is a constant called the amplitude sensitivity of the modulator.
s(t) is Modulated Signal
Ac s Carrier amplitude
M(t) is Message signal
It ensures that the function 1+Kam(t) is always positive. When the amplitude
sensitivity Ka of the modulator is large enough to make |Kam(t)| >1 for any t, the carrier
wave becomes over modulated, resulting in carrier phase reversals. Whenever the factor
1+Kam(t) crosses zero.
The demodulation circuit is used to recover the message signal from the incoming
AM wave at the receiver. An envelope detector is a simple and yet highly effective device that is
well suited for the demodulation of AM wave, for which the percentage modulation is less than
100%.Ideally, an envelop detector produces an output signal that follows the envelop of the input
signal wave form exactly; hence, the name. Some version of this circuit is used in almost all
commercial AM radio receivers.
where Emax and Emin are the maximum and minimum amplitudes of the modulated wave.
Circuit Diagrams:
For modulation:
Fig.1. AM modulator
For demodulation:
Fig.2. AM demodulator
Procedure:
1. The circuit is connected as per the circuit diagram shown in Fig.1.
2. Switch on + 12 volts VCC supply.
3. Apply sinusoidal signal of 1 KHz frequency and amplitude 2 Vp-p as modulating signal, and
carrier signal of frequency 11 KHz and amplitude 15 Vp-p.
4. Now slowly increase the amplitude of the modulating signal up to 7V and note down values
of Emax and Emin.
5. Calculate modulation index using equation
6. Repeat step 5 by varying frequency of the modulating signal.
7. Plot the graphs: Modulation index vs Amplitude & Frequency
8. Connect the circuit diagram as shown in Fig.2.
9. Feed the AM wave to the demodulator circuit and observe the output
10. Note down frequency and amplitude of the demodulated output waveform.
11. Draw the demodulated wave form .m=1
Observations
M12=filter(den,num,M11);
M13=filter(den,num,M12);
subplot(5,1,1)
plot(t,M)
title('Baseband signal')
subplot(5,1,2)
plot(t,N)
title('Carrier signal')
subplot(5,1,3)
plot(t,O);
title('Modulated Carrier')
subplot(5,1,4)
plot(t,O1)
title('Rectified Modulated Signal')
subplot(5,1,5)
plot(t,M13)
title('Demodulated Signal')
Precautions:
Aim: 1. To generate frequency modulated signal and determine the modulation index and
Apparatus required:
Name of the
Specifications/Range Quantity
Component/Equipment
CRO 100MHz 1
Theory: The process, in which the frequency of the carrier is varied in accordance with the
instantaneous amplitude of the modulating signal, is called “Frequency Modulation”. The FM
signal is expressed as
Modulation:
1. The circuit is connected as per the circuit diagram shown in Fig.1.
2. Without giving modulating signal observe the carrier signal at pin no.3. Measure amplitude and
frequency of the carrier signal. To obtain carrier signal of desired frequency, find value of R from f
= 1/ (2 Π R C ) taking C=100pF.
3. Apply the sinusoidal modulating signal of frequency 4KHz and amplitude 3Vp-p at pin no.5.
4. Now slowly increase the amplitude of modulating signal and measure f min and maximum frequency
deviation ∆f at each step.
5. Evaluate the modulating index (mf = β) using ∆f / fm where ∆f = |fc - fmin|. Calculate Band width.
4. Now modulated signal is fed as input and observe the demodulated signal output on CRO
Table: 1 fc = 45KHz
T
S.No. Am (Volts) ( sec) fmin(KHz) ∆f (KHz) β BW(KHZ)
Waveforms:
MATLAB Program
Program:
clc;
clear all;
close all;
fs=10000;
ac=1;
am=1;
fm=35;
fc=500;
b=10;
t=(0:0.1*fs)/fs;
wc=2*pi*fc;
wm=2*pi*fm;
mt=am*cos(wm*t);
subplot(4,1,1);
plot(t,mt);
title('modulating signal');
ct=ac*cos(wc*t);
subplot(4,1,2);
plot(t,ct);
title('carrier signal');
st=ac*cos((wc*t)+b*sin(wm*t));
subplot(4,1,3);
plot(t,st);
title('modulated signal');
d=demod(st,fc,fs,'fm');
subplot(4,1,4);
plot(t,d);
title('demodulated signal');
MATLAB Plots
Precautions:
1. Check the connections before giving the power supply
2. observations should be done carefully