summaryrefslogtreecommitdiff
path: root/226/CH12/EX12.19/example19_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH12/EX12.19/example19_sce.sce')
-rwxr-xr-x226/CH12/EX12.19/example19_sce.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/226/CH12/EX12.19/example19_sce.sce b/226/CH12/EX12.19/example19_sce.sce
new file mode 100755
index 000000000..ea8b6c87b
--- /dev/null
+++ b/226/CH12/EX12.19/example19_sce.sce
@@ -0,0 +1,14 @@
+//chapter 12
+//example 12.19
+//page 517
+printf("\n")
+printf("given")
+f1=60;Ie=1.13*10^-3;hfe=60;Rb=3.9*10^3;Rl=70*10^3;Rc=6.8*10^3;
+re=26*10^-3/Ie//use 20 as standard value
+re=20;
+hie=hfe*re
+Zb=2*hie
+Zi=(Rb*Zb)/(Rb+Zb)
+C1=1/(2*3.14*f1*Zi)
+C2=1/(2*3.14*f1*(Rl/10))
+Av=(hfe*((Rc*Rl)/(Rc+Rl)))/(2*hie) \ No newline at end of file