diff options
Diffstat (limited to '226/CH18/EX18.12/example12_sce.sce')
-rwxr-xr-x | 226/CH18/EX18.12/example12_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH18/EX18.12/example12_sce.sce b/226/CH18/EX18.12/example12_sce.sce new file mode 100755 index 000000000..af56a88fe --- /dev/null +++ b/226/CH18/EX18.12/example12_sce.sce @@ -0,0 +1,13 @@ +//chapter 18
+//example 18.12
+//page 792
+printf("\n")
+printf("given")
+f=50*10^3;Vo=12;Vf=.7;Vi=30;Vsat=1;Io=500*10^-3;Vr=100*10^-3;
+T=1/f
+t=(Vo+Vf)/(Vi-Vsat-Vo)
+toff=T/1.75
+ton=T-toff
+Ip=2*Io
+L1=((Vi-Vsat-Vo)*ton)/Ip
+C1=Ip/(8*f*Vr)
\ No newline at end of file |