diff options
Diffstat (limited to '2414/CH1/EX1.4/Ex1_4.sce')
-rwxr-xr-x | 2414/CH1/EX1.4/Ex1_4.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2414/CH1/EX1.4/Ex1_4.sce b/2414/CH1/EX1.4/Ex1_4.sce new file mode 100755 index 000000000..56862b784 --- /dev/null +++ b/2414/CH1/EX1.4/Ex1_4.sce @@ -0,0 +1,6 @@ +clc;
+//page 9
+//ex-1.4
+Gdb=28; //decibell gain
+G=10^(Gdb/10); //Absolute power gain
+disp(G,'The absolute power gain is:');
|