diff options
Diffstat (limited to '3809/CH13/EX13.6')
-rw-r--r-- | 3809/CH13/EX13.6/EX13_6.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3809/CH13/EX13.6/EX13_6.sce b/3809/CH13/EX13.6/EX13_6.sce new file mode 100644 index 000000000..eff4bf39c --- /dev/null +++ b/3809/CH13/EX13.6/EX13_6.sce @@ -0,0 +1,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) + |