diff options
Diffstat (limited to '1340/CH4/EX4.2/4_2.sce')
-rwxr-xr-x | 1340/CH4/EX4.2/4_2.sce | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/1340/CH4/EX4.2/4_2.sce b/1340/CH4/EX4.2/4_2.sce deleted file mode 100755 index a46ded3f5..000000000 --- a/1340/CH4/EX4.2/4_2.sce +++ /dev/null @@ -1,13 +0,0 @@ -clc;
-s = %s;
-G = syslin('c',200/(s^2+10*s+200));
-
-disp(G,"G(s)=");
-printf("input is a Step function");
-syms t s;
-R = laplace(1,t,s);
-disp(R,"R(s)=");
-C = G*R;
-disp(C,"C(s)=G(s)R(s)=");
-l = ilaplace(C,s,t);
-disp(l,"c(t)=");
|