summaryrefslogtreecommitdiff
path: root/74/CH7/EX7.7/example7_sce.sce
blob: 436253c2d182946e6979394285b8377b5342e7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter 7
//example 7.7
// page 286,figure 7.42
R1=10000;R2=10000;
Vd1=.7;//diode drop
Vsat=12;//supply voltage
TP=2*10^-6;
C=.5*10^-9;
B=R1/(R1+R2)
//T=RCln((1+Vd1/Vsat)/(1-B))
k=((1+(Vd1/Vsat))/(1-B))
h=log(k)
R=TP/(C*h)