Updated Data Comm EXP 6 Student Manual
Updated Data Comm EXP 6 Student Manual
Abstract:
This experiment is designed to-
Introduction:
Amplitude modulation (AM) is a one of the conventional technique used to transmit message
signals using a carrier wave. The amplitude or strength of the high frequency carrier wave is
modified in accordance with amplitude of the message signal.
Where,
Generating AM in Simulink
For generating AM we just have to implement the equation of AM in block level.
Blocks Required
Analyzing the equation we need,
View Block
Block Diagram
BLO
AM Generation using Simulink – Block Diagram
Output Waveforms
Performance Task:
1. Perform demodulation according to the following diagram (general)
2. Implement the following demodulation in Simulink to retrieve the original signal: You have a signal
‘m(t) = (2*sin(2*pi*4*t)+3*cos(2*pi*6*t))’. Apply amplitude modulation (AM) on the given signal with
carrier signal ‘c(t) = cos(2*pi*50*t)’, and then do demodulation to get back the original message signal
m(t). Remember your demodulated signal should have same amplitude and frequency as m(t) has.
Formula for modulation: s(t) = (1+ μ*(m(t)))*c(t)
Formula for demodulation: m’(t) = (s(t)*2*c(t)-1)*(1/ μ) [Remember you have to use a low pass filter
here to match m’(t) with m(t)]
Provide screenshot of the whole window of the scopes in your report.