MATLAB Probelms With Solutions
MATLAB Probelms With Solutions
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