0% found this document useful (0 votes)
71 views

Assignment Practical

This document provides instructions for three MATLAB assignments: 1) Use residuez to find the partial fraction expansion of a transfer function. 2) Generate a sinusoidal AM signal with given parameters and plot the time domain signal, spectrum of carrier, modulating signal, and AM signal. 3) Design a 3rd order Butterworth digital low pass filter with a cutoff of 0.2π and plot the magnitude and phase response.

Uploaded by

Fatmir Kelmendi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views

Assignment Practical

This document provides instructions for three MATLAB assignments: 1) Use residuez to find the partial fraction expansion of a transfer function. 2) Generate a sinusoidal AM signal with given parameters and plot the time domain signal, spectrum of carrier, modulating signal, and AM signal. 3) Design a 3rd order Butterworth digital low pass filter with a cutoff of 0.2π and plot the magnitude and phase response.

Uploaded by

Fatmir Kelmendi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Department of Communications Digital Signal Processing Lecturer: Dr.

Ahmed El-Mahdy _____________________________________________________________ Assignment (2) (Practical)

(1) Consider an LTI-system with transfer function:

(a) Use the MATLAB command residuez to obtain the partial fraction expansions.

(2) Use Matlab to generate sinusoidal AM signal (i.e. with sinusoidal modulating signal) with the following parameters: Carrier amplitude= 4 V, carrier frequency=200 Hz, sampling frequency=800 Hz, modulating signal amplitude=0.5 V, modulating signal frequency=20 Hz, and total number of samples=1000 samples. - Plot the AM signal in time domain

- Use FFT command to plot the spectrum of carrier signal - Use FFT command to plot the spectrum of modulating signal - Use FFT command to plot the spectrum of AM signal Use the correct scale to express the true frequencies in the x-axis. (3) Using an analog filter with a Butterworth response of order 3, design a digital IIR low pass filter with 3-dB cutoff frequency 0.2 . Plot the magnitude and phase response. Hint: Use the commands: butter, angle, freqz --------------------

-------------------------------------------

You might also like