summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.7/Ex1_7.sce
blob: 11246f2c5356d6bbaa3468308aae8e32202fc1f1 (plain)
1
2
3
4
5
6
7
8
9
// Chapter 1
//Power vin dBW
//page 17
//Example no 1-7
//Given
clc;
P=120;      //in Watt     
P1=10*log10(P);
printf("\n The ordinary power gain %.1f dBW \n",P1);            //Result