blob: 9d372a073d743a4d166da7923c6263026906c713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//Chapter-1,Example1_1,pg 1_17
Erms=10
Ep=sqrt(2)*Erms
Eav=0.6*Ep
E=Eav/2
Edc=0.45*Erms
Idc=1*10^-3
Rm=200
Rs=(Edc/Idc)-Rm
printf("required multiplier resistance")
printf("Rs=%.2f ohm \n",Rs )
|