summaryrefslogtreecommitdiff
path: root/147/CH11/EX11.9/Example11_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH11/EX11.9/Example11_9.sce')
-rw-r--r--147/CH11/EX11.9/Example11_9.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/147/CH11/EX11.9/Example11_9.sce b/147/CH11/EX11.9/Example11_9.sce
new file mode 100644
index 000000000..c447e2d28
--- /dev/null
+++ b/147/CH11/EX11.9/Example11_9.sce
@@ -0,0 +1,14 @@
+close();
+clear;
+clc;
+Vcc = 5; //V
+Vb = 3.5; //V
+Rc = 640; //ohm
+Rb1 = 450; //ohm
+Rb2 = Rb1;
+Vcesat = 0.2; //V
+B = 50;
+Ibsat = (Vcc-Vcesat)/(B*Rc);
+//number of gates that can be attached to v
+n = (Vcc-Vb)/(Rc*Ibsat);
+mprintf("number of gates that can be attached to v without risk of error in logic, n < %d",n); \ No newline at end of file