//Example 2-8, Page No- 38 clear clc gain_dB = 40 pout_W= 100 pin_W = pout_W/10^4 printf('The input power is %.2f watt',pin_W);