summaryrefslogtreecommitdiff
path: root/147/CH9/EX9.13/Example9_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH9/EX9.13/Example9_13.sce')
-rw-r--r--147/CH9/EX9.13/Example9_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/147/CH9/EX9.13/Example9_13.sce b/147/CH9/EX9.13/Example9_13.sce
new file mode 100644
index 000000000..ad3c639ef
--- /dev/null
+++ b/147/CH9/EX9.13/Example9_13.sce
@@ -0,0 +1,11 @@
+close();
+clear;
+clc;
+Vdsq = 15; //V
+Vdd = 24; //V
+Idq = 2; //mA
+Idq_max = 2+0.4;
+Idq_min = 2-0.4;
+Rs = 0-(-3)/(4-0); //ohm
+Rd = (Vdd-Vdsq-Idq*Rs)/Idq; //kohm
+mprintf("Rd = %0.2f kohm",Rd); \ No newline at end of file