summaryrefslogtreecommitdiff
path: root/929/CH6/EX6.14/Example6_14.sce
blob: 65174696f9f12067dea9606c26207dc7c9724cce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//Example 6.14

clear;

clc;

zo=0.71*10^6;

Req=zo;

fb=350*10^3;

Ceq=1/(2*%pi*Req*fb);

vo=5;

iN=vo/Req;

printf("Ceq=%.2f pF",Ceq*10^12);

printf("\niN=%.2f uA",iN*10^6);