summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.1/Ex1_1.sce
blob: 941c988b98c9b16748a90cfc601822f6a26a586d (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter 1
//Decibel Power gain
//page 14
//Example no 1-1
//Given
clc;
clear; 
G=800;      
G1=10*log10(G);
printf("\n The decibel power gain,G= %.2f dB\n",G1); // Result