Problem: Find the impulse and step responses for the continuous time system defined by the transfer function \[ H\left ( s\right ) =\frac {1}{s^{2}+0.2s+1}\] and display these on the same plot up to some \(t\) value.
Side note: It was easier to see the analytical form of the responses in Mathematica and Maple so it is given below the plot.
yImpulse = Simplify@ OutputResponse[sys,DiracDelta[t],t]
|
{(10 E^(-t/10) HeavisideTheta[t] Sin[(3 Sqrt[11] t)/10])/(3 Sqrt[11])} |
Using Laplace transform method: