diff options
Diffstat (limited to '1340/CH7/EX7.9/7_9.sce')
-rwxr-xr-x | 1340/CH7/EX7.9/7_9.sce | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/1340/CH7/EX7.9/7_9.sce b/1340/CH7/EX7.9/7_9.sce deleted file mode 100755 index ed24c9521..000000000 --- a/1340/CH7/EX7.9/7_9.sce +++ /dev/null @@ -1,11 +0,0 @@ -clc;
-s = %s;
-G = syslin('c',100/(s*(s+10)));
-H = syslin('c',1/(s+5));
-syms t s;
-R = laplace(1,t,s);
-E = R/(1+G*H);
-sse = limit(s*E,s,0);disp(sse,"steady state error for step input:");
-R1 = laplace(t,t,s);
-E = R1/(1+G*H);
-sse = limit(s*E,s,0);disp(sse,"steady state error for ramp input:");
\ No newline at end of file |