diff options
Diffstat (limited to '2528/CH1/EX1.2/Ex1_2.sce')
-rwxr-xr-x | 2528/CH1/EX1.2/Ex1_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2528/CH1/EX1.2/Ex1_2.sce b/2528/CH1/EX1.2/Ex1_2.sce new file mode 100755 index 000000000..d153b5ef1 --- /dev/null +++ b/2528/CH1/EX1.2/Ex1_2.sce @@ -0,0 +1,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
|