summaryrefslogtreecommitdiff
path: root/1199/CH2/EX2.34/2_34.sci
diff options
context:
space:
mode:
Diffstat (limited to '1199/CH2/EX2.34/2_34.sci')
-rwxr-xr-x1199/CH2/EX2.34/2_34.sci15
1 files changed, 15 insertions, 0 deletions
diff --git a/1199/CH2/EX2.34/2_34.sci b/1199/CH2/EX2.34/2_34.sci
new file mode 100755
index 000000000..73247141e
--- /dev/null
+++ b/1199/CH2/EX2.34/2_34.sci
@@ -0,0 +1,15 @@
+// 2.34
+clc;
+th=20;
+Vz=2.73+th*10*10^-3;
+Voffset=-2.73;
+Vout=Vz+Voffset;
+Rbias=(5-0.2)/10^-3;
+Rzero=500;
+th=50;
+Vz=2.73+th*10*10^-3;
+VmaxT=Vz+Voffset;
+Vsupply=5;
+Rl=(VmaxT*Rbias)/(Vsupply-VmaxT);
+printf("Value of resistance R1=%.2f ohm",R1)
+disp('value of resistance RL>>Rl') \ No newline at end of file