summaryrefslogtreecommitdiff
path: root/226/CH19/EX19.16/example16_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH19/EX19.16/example16_sce.sce')
-rwxr-xr-x226/CH19/EX19.16/example16_sce.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/226/CH19/EX19.16/example16_sce.sce b/226/CH19/EX19.16/example16_sce.sce
new file mode 100755
index 000000000..efa83a212
--- /dev/null
+++ b/226/CH19/EX19.16/example16_sce.sce
@@ -0,0 +1,20 @@
+//chapter 19
+//example 19.16
+//page 856
+printf("\n")
+printf("given")
+Rl=8;Po=6;vs=.1;hFE=1000;Vce=2;f=50*10^3;Vd1=.7;
+Vp=sqrt(2*Rl*Po)
+Ip=Vp/Rl
+R6=.1*Rl
+R7=R6;
+Vcc=Vp+Ip*R6+Vce
+Ib=Ip/hFE
+I4=2*10^-3;
+R4=(Vcc-Vd1-Vd1)/I4
+R8=.5*R4
+Acl=Vp/vs
+R3=100*10^3;
+R2=R3/(Acl-1)
+SR=(2*3.14*f*Vp)*10^-6;
+printf(" slew rate is %3.2fV/us\n",SR) \ No newline at end of file