summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.13/Ex2_13.sce
blob: ccab0150561a3b4f23c03d5c8d37cd0c2a077ad3 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 2-13, Page No - 40

clear 
clc

pout_db =12.3

pout_mW = 0.001*10^(12.3/10)

printf('The output power is %.1f mW',pout_mW*10^3)