summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.10/Ex8_10.sce
blob: ac708dde8ac0406eba5e6f8a5a42ee27ceb1c9df (plain)
1
2
3
4
5
6
7
clc;
ApdB=-3;
Ap=10^(ApdB/10);
Pout=0.05; //watt
Pin=Pout/Ap; //watt
disp('mW',Pin*1000,"Pin=");