You are on page 1of 4

Task-1

• Write a MATLAB program to generate AM modulated signal and


frequency spectrum of AM for the given parameters below without
using an inbuilt function (use mathematical expression)
Fm=25Hz (Message Signal Frequency) Am=0.5 (Amplitude of message
signal); Fc=2kHz(Carrier Signal Frequency); Ac=1 (Amplitude of carrier
signal); Fs=8kHz (Sampling frequency) [Plot message signal; carrier
signal; AM modulated signal and frequency spectrum of AM using
subplots and note down the USB and LSB frequencies]
• Explore the ammod command in Matlab and plot the AM modulated
signal; compare it with the modulated signal generated above.
Task-2
• Write a MATLAB program to generate AM modulated signal for given
parameters :
Fm=20Hz (Message Signal Frequency) Am=0.6 (Amplitude of message
signal); Fc=3kHz(Carrier Signal Frequency); Ac=1 (Amplitude of carrier
signal); Fs=8kHz (Sampling frequency) [Plot AM modulation signal for
different modulation index for m=0.6, m=1; m=1.7 in time domain and
frequency spectrum (Use subplot) and observe the results]
• Calculate the bandwidth and total power of a signal. Plot modulation
index vs efficiency and modulation index vs total power . (where
modulation index varies from 0 to 1); observe the graphs and write
relation between them.
Task-3
• Write a MATLAB program to generate a multi-tone AM modulated
signal for the given parameters below:
Fc=2kHz (Carrier frequency); Ac=1 (Amplitude of carrier signal); 3
message signals of frequencies 60Hz,120Hz,180Hz with amplitudes
0.8,1,1 respectively [Plot multi-tone AM modulated signal and frequency
spectrum of it using subplots]
• Note down the frequencies in the frequency spectrum.
Task-4
• Write a MATLAB program to generate a DSB-SC and demodulation
signal for the given parameters below:
Fm=5Hz (Message Signal Frequency) Am=0.5 (Amplitude of message
signal); Fc=60Hz(Carrier Signal Frequency); Ac=1 (Amplitude of carrier
signal); [Plot message signal; carrier signal; DSB-SC signal; demodulated
signal using subplots]
• Generate AM demodulated signal using coherent (use butter and filter
command ) and non–coherent detector (use envelope detector concept)
• Explore amdemod command in Matlab and plot the demodulated AM
signal; compare it with the message signal.

You might also like