diff options
Diffstat (limited to '3811/CH3/EX3.12/Ex3_12.sce')
-rw-r--r-- | 3811/CH3/EX3.12/Ex3_12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3811/CH3/EX3.12/Ex3_12.sce b/3811/CH3/EX3.12/Ex3_12.sce new file mode 100644 index 000000000..0c48d7af4 --- /dev/null +++ b/3811/CH3/EX3.12/Ex3_12.sce @@ -0,0 +1,13 @@ +//Book name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi
+//chapter 3
+//example 3.12
+//edition 1
+//publisher and place:Nelson Engineering
+clc;
+clear;
+f=500; //frequency at the load side in Hz
+t=1/f; //time for one cycle in sec
+tseg=t/6; //time of the switching segment in sec
+tcon=3*tseg; //conduction period of each transistor in sec
+tcon1=tcon*10^3; //conduction period of each transistor in msec
+disp(tcon1,'The conduction period of each transistor in msec is')
|