DSP LAB 03
DSP LAB 03
LAB REPORT
ABSTRACT: This lab focuses on the implementation of the Laplace Transform using
MATLAB to analyze and solve linear time-invariant (LTI) systems. The Laplace Transform is a
fundamental mathematical tool in engineering, especially for system analysis in the frequency
domain. By leveraging MATLAB's symbolic and numerical capabilities, we demonstrate the
transformation of time-domain functions into the s-domain and vice versa. The lab also includes
applications such as solving differential equations and analyzing system response. The results
validate the theoretical concepts and showcase MATLAB as an effective tool for complex
mathematical computations.
TASK:
output:
Code:
Output:
Compute your answer by evaluating the inverse Laplace transform of the result.
Code:
Output:
Q4: Find out zeros and poles of the following transfer function by using root command and
also plot those using rlocus and pzmap command.
H(s)=s+5/𝑠2 +2s+10
Code:
Output:
Q5: Plot magnitude response in db and phase response in degree by using the subplot
command. Use bode function to verify result.
Code:
Output: