summaryrefslogtreecommitdiff
path: root/3809/CH13/EX13.6/EX13_6.sce
blob: eff4bf39c6618f67c8fa6d8dfc3362bde8d0bd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 13, Example 13.6

clc
//Initialisation'
p=1400                              //power gain

//Calculation
pdb=10*log10(p)                       //power gain in dB

//Results
printf("Power Gain (dB) = %.1f dB",pdb)