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

clear 
clc

gain_db = 28
pin = 36*10^-3

pout = 10^2.8*pin;

printf('The output power is %.2f watt',pout)