summaryrefslogtreecommitdiff
path: root/911/CH4/EX4.1.d/ex_4_1_d.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH4/EX4.1.d/ex_4_1_d.sce')
-rw-r--r--911/CH4/EX4.1.d/ex_4_1_d.sce32
1 files changed, 32 insertions, 0 deletions
diff --git a/911/CH4/EX4.1.d/ex_4_1_d.sce b/911/CH4/EX4.1.d/ex_4_1_d.sce
new file mode 100644
index 000000000..668b85948
--- /dev/null
+++ b/911/CH4/EX4.1.d/ex_4_1_d.sce
@@ -0,0 +1,32 @@
+//example 4.1(d)//
+//The LOW-state noise margin//
+clc
+//clears the variables//
+clear
+//clears the screen//
+//given//
+a=0.4
+//I(oh)max in mA//
+b=2.7
+//V(oh) min in V//
+c=2
+//V(ih) min in V//
+d=.8
+//V(il)max in V//
+e=.4
+//V(ol) max in V//
+f=8
+//I(ol)max in mA//
+g=.4
+//I(il)max in mA//
+h=20
+//I(ih) max in micro amp//
+i=1.6
+//I(cch)max in mA//
+j=4.4
+//I(ccl)max in mA//
+t=15
+//t(pLH)=t(pHL) in ns//
+disp('The LOW-state noise margin = ')
+s=d-e;
+disp('V',s) \ No newline at end of file