UNIVERSITY OF ENGINEERING AND TECHNOLOGY MARDAN
TELE COMMUNICATION ENGINEERING DEPARTMENT
5TH SEMESTER SECTION B
COMMUNICATION SYSTEM (LAB)
LAB NO:
06
SUBMITTED BY:
NAME: REG.NO:
AWAIS TARIQ 22MDTLE286
SUBMITTED TO:
ENG. RIZWAN ULLAH
DATE:
7 Oct, 2024
1|Page
FAMILIARIZATION WITH DEMODULATION OF THE AMPLITUDE
MODULATED SIGNAL USING PRODUCT DETECTOR IN MATLAB
OBJECTIVES:
To Perform Demodulation Modulation in MATLAB.
To Perform Demodulation Modulation on Amplitude Modulation Work board 53-130.
TASK 1:
Comments on the each line of the above code.
CODE:
2|Page
OUTPUT:
3|Page
Task 2:
Parameter Adjustment: Experiment with different values for the modulation depth 'm,' message signal
frequency 'fm,' or any other parameters that affect the AM signal. Write the effects of these parameter on
the demodulated signal.
CODE:
m=5, FM=30, fc=150
OUTPUT:
m=5, FM=30, fc=150
4|Page
THE EFFECTS OF PARAMETERS ON THE DEMODULATED SIGNAL:
1. Modulation Depth ‘m’ = 5
Effects:
Modulated Signal:
The amplitude variations in the carrier signal become more pronounced.
Demodulated Signal:
The envelope of the demodulated signal becomes clearer, but if m>1, the signal may
5|Page
become over-modulated, causing distortion.
2. Message Signal Frequency ‘fm’ = 30
Effect:
Modulated Signal:
The carrier signal’s envelope changes more rapidly.
Demodulated Signal:
The demodulated signal has a higher frequency, with more oscillations per unit time.
3. Carrier Frequency ‘fc’ = 150
Effect:
Modulated Signal:
Higher frequency carrier signal, but the envelope remains the same.
Demodulated Signal:
The demodulated signal is theoretically unaffected, as the message signal is not
altered by the carrier frequency
Task 3:
Filter Design: The code uses a simple low-pass RC filter for envelope detection. Check the effect of the
low pass filter by changing the Time Constant of the low pass filter.
CODE:
R=5, C=0.1
6|Page
R=0.5, C=0.001
7|Page
OUTPUT:
R=5, C=0.1
8|Page
R=0.5, C=0.001
9|Page