diff options
Diffstat (limited to '2528/CH1/EX1.7/Ex1_7.sce')
-rwxr-xr-x | 2528/CH1/EX1.7/Ex1_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2528/CH1/EX1.7/Ex1_7.sce b/2528/CH1/EX1.7/Ex1_7.sce new file mode 100755 index 000000000..11246f2c5 --- /dev/null +++ b/2528/CH1/EX1.7/Ex1_7.sce @@ -0,0 +1,9 @@ +// Chapter 1
+//Power vin dBW
+//page 17
+//Example no 1-7
+//Given
+clc;
+P=120; //in Watt
+P1=10*log10(P);
+printf("\n The ordinary power gain %.1f dBW \n",P1); //Result
|