diff options
Diffstat (limited to '1199/CH2/EX2.34/2_34.sci')
-rwxr-xr-x | 1199/CH2/EX2.34/2_34.sci | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/1199/CH2/EX2.34/2_34.sci b/1199/CH2/EX2.34/2_34.sci index 73247141e..c5cb4da08 100755 --- a/1199/CH2/EX2.34/2_34.sci +++ b/1199/CH2/EX2.34/2_34.sci @@ -1,15 +1,16 @@ -// 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)
+// 2.34 +clc; +clear +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",Rl) disp('value of resistance RL>>Rl')
\ No newline at end of file |