summaryrefslogtreecommitdiff
path: root/3630/CH11/EX11.6/Ex11_6.sce
blob: 591ce7a5e59023571e4ed44b21f887fc390a1e8d (plain)
1
2
3
4
5
6
7
8
clc;
PP=5.29; //Vpp(Volt peak to peak))
RL=75; //Ohm
PL=PP^2/(8*RL);//Watt
Ps=1.6; //Watt
N=(PL/Ps)*100;
disp('%',N,"N=");//The answers vary due to round off error