summaryrefslogtreecommitdiff
path: root/1340/CH2/EX2.23/2_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH2/EX2.23/2_23.sce')
-rwxr-xr-x1340/CH2/EX2.23/2_23.sce21
1 files changed, 0 insertions, 21 deletions
diff --git a/1340/CH2/EX2.23/2_23.sce b/1340/CH2/EX2.23/2_23.sce
deleted file mode 100755
index 60fb79440..000000000
--- a/1340/CH2/EX2.23/2_23.sce
+++ /dev/null
@@ -1,21 +0,0 @@
-clc;
-s =%s;
-Ja = 5;
-disp("kg-m^2",Ja,"Ja =")
-Jl = 700;
-disp("kg-m^2",Jl,"Jl =");
-N1 = 100;disp("turns",N1,"N1=");
-N2= 1000;disp("turns",N2,"N2=");
-Da = 2;disp("N-m sec/rad",Da,"Da=")
-Dl = 800;disp("N-m sec/rad",Dl,"Dl=");
-Tstall = 500;disp("N-m",Tstall,"Tstall=");
-Wnl = 50;disp("rad/sec",Wnl,"no load frequency =");
-Ea = 100;disp("volts",Ea,"Ea=");
-Jm = Ja + Jl*((N1/N2))^2;
-Dm = Da + Dl*((N1/N2))^2;
-k = Tstall/Ea;//k = Kt/Ra
-Kb = Ea/Wnl;
-G = syslin('c',(k/Jm)/(s*(s+(Dm+k*Kb)/Jm)));
-disp(G,"transfer function in terms of motor position and applied voltage :");
-disp(G*(N1/N2),"transfer function in terms of load position and applied voltage:")
-