summaryrefslogtreecommitdiff
path: root/2414/CH1/EX1.3/Ex1_3.sce
blob: cec54607592e399d6218b6af99e0b4b10a029363 (plain)
1
2
3
4
5
6
7
clc;

//page 9
//ex-1.3
G=175;     //absolute gain
Gdb=10*log10(175);   //decibell gain
disp('dB',Gdb,+'The decibell power gain is:');