diff options
Diffstat (limited to '226/CH13/EX13.8/example8_sce.sce')
-rwxr-xr-x | 226/CH13/EX13.8/example8_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/226/CH13/EX13.8/example8_sce.sce b/226/CH13/EX13.8/example8_sce.sce new file mode 100755 index 000000000..e892a2dda --- /dev/null +++ b/226/CH13/EX13.8/example8_sce.sce @@ -0,0 +1,13 @@ +//chapter 13
+//example 13.8
+//page 566
+printf("\n")
+printf("given")
+Av=25000;hie=2*10^3;hib=25;hoe=1/(100*10^3);R6=6.8*10^3;R5=220*10^3;R1=R6;R8=10*10^3;
+B=R6/(R5+R6)
+Acl=Av/(1+Av*B)
+Zi=2*hie*(1+Av*B)
+Zin=(Zi*R1)/(Zi+R1)
+Zo=(1/hoe)/(1+Av*B)
+Zout=(R8*Zo)/(R8+Zo);
+printf("output impedance is %dohm\n",Zout)
\ No newline at end of file |