summaryrefslogtreecommitdiff
path: root/147/CH9/EX9.4/Example9_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '147/CH9/EX9.4/Example9_4.sce')
-rw-r--r--147/CH9/EX9.4/Example9_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/147/CH9/EX9.4/Example9_4.sce b/147/CH9/EX9.4/Example9_4.sce
new file mode 100644
index 000000000..603f95413
--- /dev/null
+++ b/147/CH9/EX9.4/Example9_4.sce
@@ -0,0 +1,12 @@
+close();
+clear;
+clc;
+Rd = 3;//k ohm
+Rs = 2;//k ohm
+Rg = 5;//M ohm
+Vdd = 20;//V
+//From id vs v grraph
+Idq = 1.15;//mA
+Vgsq = -2.3;//V
+Vdsq = 14.2;//V
+mprintf('Idq = %0.2f mA \nVgsq = %0.1f V\nVdsq = %0.1f V',Idq,Vgsq,Vdsq); \ No newline at end of file