You are on page 1of 4

Task-1

• Write a MATLAB program to generate SSB modulated signal and


frequency spectrum for the given parameters below without using an
inbuilt function (use mathematical expression)
Fm=20Hz (Message Signal Frequency) Am=0.7 (Amplitude of message
signal); Fc=200Hz(Carrier Signal Frequency); Ac=1 (Amplitude of
carrier signal); Fs=8kHz (Sampling frequency) [Plot message signal;
carrier signal; SSB modulated signal and frequency spectrum of SSB
using subplots and note down the USB and LSB frequencies] Take 1000
sampling points to sample the message signal Fm.
• Explore the ssbmod command in Matlab and plot the SSB modulated
signal; compare it with the modulated signal generated above.
Task-2
• Write a MATLAB program to generate SSB demodulated signal from
the modulated signal obtained from the task 1.
• Explore the ssbdemod command in Matlab and plot the SSB
demodulated signal.
Task-3

Write a MATLAB code for an FM modulated signal wherein the message signal is a triangular signal as
defined above and chose an appropriate carrier signal frequency.

Plot FM signal in time and frequency domain.


Task-4
Use MATLAB inbuilt function such as diff.m, fir1.m, and filter.m to perform FM demodulation. Type help in
command window for description on how to use these functions.

You might also like