Problem: Find the unit step response for the continuous time system defined by the transfer function \[ H(s) = \frac {25}{s^{2}+4s+25} \]
Maple restart: with(DynamicSystems): sys := TransferFunction(25/(s^2+4*s+25)): ResponsePlot(sys, Step(),duration=4);
|
|