Hi!
sys = 25
--------------
s^2 + 5 s + 50
Editor
clc;
clear all;
close all;
n1=25;
d1=[1 5 25]
[n2,d2]=feedback(n1,d1,1,1);
sys=tf(n2,d2)
t=0:0.001:5;
u1=t;
plot(t,u1)
hold on;
lsimplot(sys,u1,t);
grid on;
title('ramp sequence')
figure;
u2=t.*t;
plot(t,u2)
hold on;
lsimplot(sys,u2,t);
grid on;
title('parabolic response')
Command Window
d1 =
1 5 25
sys =
25
--------------
s^2 + 5 s + 50
Continuous-time transfer function.
Thank you again for all the knowledge you distribute,Good post. I was very interested in the article, it's quite inspiring I should admit. I like visiting you site since I always come across interesting articles like this one.Great Job, I greatly appreciate that.Do Keep sharing! Regards, get response pricing
ReplyDelete