diff options
Diffstat (limited to '462/CH4/EX4.1.a.ii')
-rwxr-xr-x | 462/CH4/EX4.1.a.ii/ex_4_1_a_ii.pdf | bin | 0 -> 92142 bytes | |||
-rwxr-xr-x | 462/CH4/EX4.1.a.ii/ex_4_a_ii.sce | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/462/CH4/EX4.1.a.ii/ex_4_1_a_ii.pdf b/462/CH4/EX4.1.a.ii/ex_4_1_a_ii.pdf Binary files differnew file mode 100755 index 000000000..cc7f11a57 --- /dev/null +++ b/462/CH4/EX4.1.a.ii/ex_4_1_a_ii.pdf diff --git a/462/CH4/EX4.1.a.ii/ex_4_a_ii.sce b/462/CH4/EX4.1.a.ii/ex_4_a_ii.sce new file mode 100755 index 000000000..219d9c41f --- /dev/null +++ b/462/CH4/EX4.1.a.ii/ex_4_a_ii.sce @@ -0,0 +1,17 @@ +//example 4.1.a(ii)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+//for DTL NAND gate calculate fan out//
+disp('case II , if atleast one of the inputs is LOW')
+v=0.2+0.7;
+m=0.6+0.6+0.5;
+//min voltage for both diodes and transistor to be conducting//
+disp(v)
+disp('min voltage for both diodes and transistor to be conducting:')
+disp(m)
+if(v<m)
+disp('transistor is in cut off mode')
+disp('if the load gates are connected, the input diodes of the load gates are non conducting, which means the reverse saturation current of these diodes must be supplied through the collector resistor R(c), which will produce a voltage drop across R(c) and consequently the output voltage corresponding to HIGH state will be a little less than V(cc). The maximum current which can be supplied by the gate will depend upon V(OH). The fan out is determined on the basis of maximum current.')
+end
\ No newline at end of file |