summaryrefslogtreecommitdiff
path: root/2528/CH1/EX1.3/Ex1_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH1/EX1.3/Ex1_3.sce')
-rwxr-xr-x2528/CH1/EX1.3/Ex1_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2528/CH1/EX1.3/Ex1_3.sce b/2528/CH1/EX1.3/Ex1_3.sce
new file mode 100755
index 000000000..ae4bc79e5
--- /dev/null
+++ b/2528/CH1/EX1.3/Ex1_3.sce
@@ -0,0 +1,12 @@
+// Chapter 1
+//Ordinary power gain
+//page 15
+//Example no 1-3
+//Given
+clc;
+G1=23; //in dB
+G=10^(G1/10);
+printf("\n The ordinary power gain is %.4f \n",G); // Result
+Pin=10^-3; //in mW
+Pout=Pin*G;
+printf("\n The output power is %.4f mW \n",Pout); // Result