diff options
Diffstat (limited to '226/CH13/EX13.13/example13_sce.sce')
-rwxr-xr-x | 226/CH13/EX13.13/example13_sce.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/226/CH13/EX13.13/example13_sce.sce b/226/CH13/EX13.13/example13_sce.sce new file mode 100755 index 000000000..0669bba87 --- /dev/null +++ b/226/CH13/EX13.13/example13_sce.sce @@ -0,0 +1,14 @@ +//chapter 13
+//example 13.13
+//page 574
+printf("\n")
+printf("given")
+f=100;hie=2*10^3;hfe=100;R8=12*10^3;Rl=120*10^3;R10=3.9*10^3;R6=Rl;R7=39*10^3;R3=R8;R4=220;rs=600;Zin2=16*10^3;R9=330;
+Zb=hie+R4*(1+hfe)
+Zin=(R1*R2*Zb)/(R1*R2+R1*Zb+R2*Zb)
+C1=1/(2*3.14*f*((Zin+rs)/10))
+Xc2=.65*R4;
+C2=1/(2*3.14*f*Xc2)
+C3=1/(2*3.14*f*((Zin2+R3)/10))
+C4=1/(2*3.14*f*.65*R9)
+C5=1/(2*3.14*f*((R8+Rl)/10))
\ No newline at end of file |