summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.9/Ex1_9.sce
blob: 32424afbd4547c90e7ce67f97b17dc34bca60b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 9 Page No: 1.87
//given
iin=30e-9;//A
a=1e5;//gain
rin=1000;//ohm
//determine output offset voltage
vid=iin*rin;
v0=a*vid; 
disp('Differential input voltage = '+string((vid*1e6))+' μvolt');
disp('Output offset = '+string(v0)+' V');