summaryrefslogtreecommitdiff
path: root/226/CH12/EX12.21/example21_sce.sce
blob: 4b10404959fe48deeff2dd1536f6af263b7f7a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter 12
//example 12.21
//page 522
printf("\n")
printf("given")
f1=25;R2=24.7*10^3;R3=47*10^3;hie=1.2*10^3;hib=24;Rc=9*10^3;Rl=90*10^3;
Zi=(R2*R3*hie)/(R2*R3+R2*hie+R3*hie)
C1=1/(2*3.14*f1*(Zi/10))
C2=1/(2*3.14*f1*(hie/10))
C3=1/(2*3.14*f1*hib)
C4=1/(2*3.14*f1*((Rc+Rl)/10))