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

MATLAB Probelms With Solutions

for beginners basic leraning and solution of matlab with some taska nd their step by step description

Uploaded by

Samreen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

MATLAB Probelms With Solutions

for beginners basic leraning and solution of matlab with some taska nd their step by step description

Uploaded by

Samreen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

University of Engineering & Technology Lahore (RCET Campus)

Department of Electrical Engineering


MATLAB Assignment (CLO 3)
Signals and Systems
Date: 13/04/2019 Deadline: 07/05/2019 Marks: 15

Q# Statement Marks

Q.1 Write a MATLAB program to illustrate and verify the DT LTI system properties for any user
given input such as Linearity, Stability and the like. 2.5

Q.2 Write a MATLAB program to compute the output of an LTI system by CT and DT convolution
for any user given input. 2.5

Q.3 Use any Fourier Analysis algorithm to deblurr a user given blurr image in MATLAB. Explain
2.5
each line of the MATLAB code in comments
Q.4 Let the system transfer function of an LTI system be given by
𝑧 −2 − 𝑧 −1
𝐻(𝑧) =
1 + 2𝑧 −1 − 3𝑧 −2
Use MATLAB to obtain
 System impulse response h(n)
2.5
 Partial fraction expansion of H(z)
 Pole/Zero plot of the transfer function H(z) and its ROC
 Magnitude and Phase plots of H(z)
 Its output if its input is 𝑥[𝑛] = 0.7𝑛 𝑢[𝑛 + 1]
 Frequency response and state space equation
Q.5 Speech Signal Processing:
Speech signal processing refers to the acquisition, manipulation, storage, transfer and output of
vocal utterances by a computer. The main applications are:
 Speech Recognition (also called voice recognition) focuses on capturing the human
voice as a digital sound wave and converting it into a computer-readable format. 5
 Speech Synthesis is the reverse process of speech recognition. Advances in this area
improve the computer's usability for the visually impaired.
Perform Speech Recognition and Speech Synthesis in MATLAB. Explain each line of the
MATLAB code in comments

You might also like