summaryrefslogtreecommitdiff
path: root/226/CH18/EX18.12/example12_sce.sce
blob: af56a88fe1b79694cfcdc836d8afdddae90ab8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter 18
//example 18.12
//page 792
printf("\n")
printf("given")
f=50*10^3;Vo=12;Vf=.7;Vi=30;Vsat=1;Io=500*10^-3;Vr=100*10^-3;
T=1/f
t=(Vo+Vf)/(Vi-Vsat-Vo)
toff=T/1.75
ton=T-toff
Ip=2*Io
L1=((Vi-Vsat-Vo)*ton)/Ip
C1=Ip/(8*f*Vr)