summaryrefslogtreecommitdiff
path: root/1340/CH7/EX7.8
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH7/EX7.8')
-rwxr-xr-x1340/CH7/EX7.8/7_8.sce12
1 files changed, 0 insertions, 12 deletions
diff --git a/1340/CH7/EX7.8/7_8.sce b/1340/CH7/EX7.8/7_8.sce
deleted file mode 100755
index 84bd17829..000000000
--- a/1340/CH7/EX7.8/7_8.sce
+++ /dev/null
@@ -1,12 +0,0 @@
-clc;
-s = %s;
-G = syslin('c',100/(s*(s+10)));
-H = syslin('c',1/(s+5));
-Ge = G/(1+G*H-G);
-disp(Ge);
-disp("It is a Type-0 system,does not contain integration term");
-syms s;
-Kp = limit(s*Ge/s,s,0);
-disp(Kp,"Kp :");
-sse = 1/(1+Kp);disp(sse,"S.S.error:")
-printf("\n negative value of Steady state error implies the output step is larger than the input step") \ No newline at end of file