summaryrefslogtreecommitdiff
path: root/2459/CH16/EX16.20/Ex16_20.sce
blob: e7f4c6803bc520fca1d0b53b8d2810786f46c4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//chapter16
//example16.20
//page361

R1=3d3 // ohm
R2=4.7d3 // ohm
Rs=600 // ohm
re_dash=20// ohm
gain_beta=200

Rin_dash=R1*(R2*Rs/(R2+Rs))/(R1+(R2*Rs/(R2+Rs)))

Zout=re_dash+Rin_dash/gain_beta

printf("output impedence = %.1f ohm \n",Zout)