summaryrefslogtreecommitdiff
path: root/1583/CH2/EX2.14/SSA_Ex_2_14.sce
blob: ed3d7f971ba5f1b5157f469e52f561f212a69cd1 (plain)
1
2
3
4
5
6
7
8
clc
//Chapter 2:Small Signal Amplifiers
//example 2.14 page no 57
//given
Z1=1*10^3//assuming impedance value for required specification
Av=100//voltage gain
Z2=(Av-1)*Z1
mprintf('Z1=%d Kohm \n Z2=%d Kohm',Z1*1e-3,Z2*1e-3)