diff options
Diffstat (limited to '3866/CH9/EX9.4/Ex9_4.sce')
-rw-r--r-- | 3866/CH9/EX9.4/Ex9_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3866/CH9/EX9.4/Ex9_4.sce b/3866/CH9/EX9.4/Ex9_4.sce new file mode 100644 index 000000000..3e04671d0 --- /dev/null +++ b/3866/CH9/EX9.4/Ex9_4.sce @@ -0,0 +1,7 @@ +clc; clear; close;
+
+Vt=2;//in volts
+disp(Vt,'Threshold voltage relative to gate 2(in volts)');//Capacitive divider equation
+disp('When 5V external voltage is applied , internal voltage will reach to -0.5V which means device is OFF');
+disp('To reach 1V as internal voltage , external voltage should have value of 8V');
+//values are obtained experimentally by EPROM programming
|