summaryrefslogtreecommitdiff
path: root/2582/CH2/EX2.2/Ex2_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2582/CH2/EX2.2/Ex2_2.sce')
-rwxr-xr-x2582/CH2/EX2.2/Ex2_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2582/CH2/EX2.2/Ex2_2.sce b/2582/CH2/EX2.2/Ex2_2.sce
new file mode 100755
index 000000000..52dab5182
--- /dev/null
+++ b/2582/CH2/EX2.2/Ex2_2.sce
@@ -0,0 +1,9 @@
+//Ex 2.2
+clc;clear;close;
+format('v',5);
+IC10=20*10^-6;//A
+IREF=0.5*10^-3;//A
+IS=10^-14;//A
+VT=25*10^-3;//V(Thermal Voltage)
+R4=VT/IC10*log(IREF/IC10);//ohm
+disp(R4/1000,"For Widlar current source design, the value of R4(kohm) : ");