Control Sys Lab2
Control Sys Lab2
OBJECTIVES:
1. TO FIND THE STEP RESPONSE USING MATLAB
THEORY:
Step Response is the time behaviour of the outputs of a general system when its
inputs changes from zero to one in a very short time. From a practical standpoint,
knowing how the step responds to a sudden input is important because large and
possibly fast deviations from the long term steady state may have extreme effects
ont the component itself and on other portions of the overall system dependent
on this component.
The step function is one of the must useful function in the MATLAB for a control
design . Given a system representation, the response to a step can be
immediately plotted, without need to actually solve for the response analytically.
A step input can be described as a change in the input from zero to a finite value
at time t=0. By default , the step response command performs a unit step(i.e. the
input goes from zero to one at the time t=0.
step(sys)
RESULTS:
wn =
5.0000e-13
G=
2.5e-25
-----------------------
s^2 + 1e-12 s + 2.5e-25
Result:
wn =
5.0000e-13
G=
2.5e-25
-------------
s^2 + 2.5e-25
DISCUSSION AND CONCLUSION:
Hence , we got generate the step response in MATLAB using its step function .