summaryrefslogtreecommitdiff
path: root/74/CH2/EX2.5/example5_sce.sce
blob: 1e3bc8b8d8015c31549607ba32affd2a5abf13e4 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 2
//example 2.5 page 83
T=55-25;//chnage in temperature
A=150;//gain
Vios=.15*10^-3;//input offset voltage shift=chnage in output voltage/change in temp
Voos=Vios*T;//Vios=Voos/T
disp(Voos)
Vout=A*Voos;
disp(Vout)