ECE 461
Pages
Home
Controls Notes Links
Saturday, April 5, 2014
Step response in z-domain (FOH)
s = tf('s');
k=6.95
G = (k*100)/((s + 10)*(s + 20));
Gd = c2d(G, 0.01,'foh') % first order hold
sys_cl = feedback(G,1)
sys_cld = feedback(Gd,1)
step(sys_cl,'--',sys_cld,'-')
Sampling time = 0.01 sec
1 comment:
poles
April 5, 2014 at 5:13 PM
for 0.5 damping ratio
Reply
Delete
Replies
Reply
Add comment
Load more...
Older Post
Home
Subscribe to:
Post Comments (Atom)
for 0.5 damping ratio
ReplyDelete