1 2 3 4 5 6 7 8 9
// Chapter 1 //Loss expressed //page 14 //Example no 1-2 //Given clc; G=1/10000; G1=10*log10(G); printf("\n The decibel power gain = %.0f dB\n",G1); // Result