You are on page 1of 1

ROMO HERNANDEZ MARTIN CESAR CONTROL 1

t=0:0.1:1;
n=[0 4 1];
d=[1 7 5];
sys=tf(n,d)
step(sys)


Step Response
Time (sec)
A
m
p
l i t
u
d
e
0 1 2 3 4 5 6 7 8
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
System: sys
Peak amplitude: 0.513
Overshoot (%): 156
At time (sec): 0.441
System: sys
Rise Time (sec): 0.0487
System: sys
Settling Time (sec): 5.46
System: sys
Final Value: 0.2
>> t=0:0.1:1;
n=[0 4 1];
d=[1 7 5];
sys=tf(n,d)
step(sys)
Transfer function:
4 s + 1
-------------
s^2 + 7 s + 5

You might also like