summaryrefslogtreecommitdiff
path: root/1430/CH6/EX6.15/exa6_15.sce
blob: 4496c7d718bf4db6ba6cdfdb8c970b6486bbff68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Example 6.15
// Series Resonance Design
// From the given Design specification
V_m=100;
omega_0=5000;
Q_ser=10;
L=0.4; // Henry
V_C_m=Q_ser*V_m;
C=1/(omega_0^2*L)// From the condition of series resonance
R=(omega_0*L)/Q_ser;
// When we build the circuit with this specifications we find that that Q_ser=8
// So there must have some significant winding resistance R_w
R_w=250-200;
// So we need to replace 200-Ohm resistor with 150-Ohm so as to get 1kV sinusoid
disp(R_w,"Winding Resistance(Ohms)=")