summaryrefslogtreecommitdiff
path: root/61/CH7/EX7.9/ex7_9.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /61/CH7/EX7.9/ex7_9.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '61/CH7/EX7.9/ex7_9.sce')
-rwxr-xr-x61/CH7/EX7.9/ex7_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/61/CH7/EX7.9/ex7_9.sce b/61/CH7/EX7.9/ex7_9.sce
new file mode 100755
index 000000000..4e5bc2662
--- /dev/null
+++ b/61/CH7/EX7.9/ex7_9.sce
@@ -0,0 +1,11 @@
+//ex7.9
+I_DSS=12*10^-3;
+V_GS_off=-3;
+V_DD=12;
+V_D=6;
+I_D=I_DSS/2; //MIDPOINT BIAS
+V_GS=V_GS_off/3.4; //MIDPOINT BIAS
+R_S=abs((V_GS/I_D))
+R_D=(V_DD-V_D)/I_D
+disp(R_S,'Source Resistance in Ohms')
+disp(R_D,'Drain Resistance in Ohms') \ No newline at end of file