summaryrefslogtreecommitdiff
path: root/605/CH9/EX9.6/9_6.sce
blob: 0a741f5b6023d88d965326850795b04eb669198c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

L=30
W=40*10^6
Wc=10*10^6
Le=3
E=10^(Le/10)
Zo=50
Wc=2*%pi*10^6*10
L=Zo/Wc
C=2/(Zo*Wc)
n=1/2*(log10(10^(L/10)-1)-log10(E))/log10(W/Wc)
printf("\nn=%.2f",n)
printf("\ng1=%.0f\ng2=%.0f\ng3=%.0f",2*sin(%pi/6),2*sin(%pi/2),2*sin(%pi*5/6))
printf("\n")
printf("\nL1=L3=%.4e H",L)
printf("\nC2=%.3e F",C)
Zo=50
Wc=2*%pi*10^6*10
L=Zo*2/Wc
C=1/(Zo*Wc)
printf("\nL2=%.4e H",L)
printf("\nC1=C3=%.4e F",C)