summaryrefslogtreecommitdiff
path: root/929/CH7/EX7.1.b/Example7_1_b.sce
blob: 52895f5e33402ab883a687214ccd2edb3b93f495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Example 7.1(b)

clear;

clc;

fL=20;

fH=20*10^3;

enw=20*10^(-9);

fce=200;

En=enw*sqrt((fce*log(fH/fL))+fH-fL);

printf("Estimated RMS input voltage=%.2f uV",En*10^6);