0% found this document useful (0 votes)
65 views2 pages

Analog Communications Lab (3) Amplitude Modulation (DSB-FC) : 'Linewidth' 'Linewidth' 'Linewidth' On On

The document describes an experiment in amplitude modulation using Matlab. It defines the parameters for the message signal, carrier signal, and modulated signal. The message signal is modulated onto the carrier signal using double sideband full carrier modulation. Graphs of the message signal, carrier signal, and modulated signal are plotted from 0 to 3 seconds. The reader is asked to sketch the modulated signal for different values of the message signal amplitude and observe the results.

Uploaded by

mohammed229
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

Analog Communications Lab (3) Amplitude Modulation (DSB-FC) : 'Linewidth' 'Linewidth' 'Linewidth' On On

The document describes an experiment in amplitude modulation using Matlab. It defines the parameters for the message signal, carrier signal, and modulated signal. The message signal is modulated onto the carrier signal using double sideband full carrier modulation. Graphs of the message signal, carrier signal, and modulated signal are plotted from 0 to 3 seconds. The reader is asked to sketch the modulated signal for different values of the message signal amplitude and observe the results.

Uploaded by

mohammed229
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Analog Communications

Lab (3)
Amplitude Modulation (DSB-FC)
Fs=100; % sample frequency
Fm=1;
%message signal frequency
Fc=10;
%Carrier Frequency
Em=1;
%message signal amplitude
Ec=1;
%Carrier Amplitude
%***************************************************************
t=[0:1/Fs:3]';
x=Em*sin(2*Fm*pi*t);
%modulating signal
c=Ec*sin(2*Fc*pi*t);
%Carrier signal
y=(Ec+x).*sin(2*Fc*pi*t); %modulated signal
%**************************************************************
subplot(3,1,1); plot(t,x,'linewidth',2);
subplot(3,1,2); plot(t,c,'linewidth',2);
subplot(3,1,3); plot(t,y,'linewidth',2);
grid on
zoom on

-1

0.5

1.5

2.5

0.5

1.5

2.5

0.5

1.5

2.5

-1
2

-2

Sketch the modulated signal if Em= 0.2 , 0.5 and 1.5 .


Write your observation.

Using Simulink

Scope

Sine Wave

Gain

Gain1

Product

Scope1

1
Constant

Sine Wave1

Sketch the modulated signal if Em= 0.2 , 0.5 , 1 and 1.5 .


Write your observation.

You might also like