summaryrefslogtreecommitdiff
path: root/2414/CH15/EX15.3/Ex15_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2414/CH15/EX15.3/Ex15_3.sce')
-rwxr-xr-x2414/CH15/EX15.3/Ex15_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2414/CH15/EX15.3/Ex15_3.sce b/2414/CH15/EX15.3/Ex15_3.sce
new file mode 100755
index 000000000..2a8fbbef1
--- /dev/null
+++ b/2414/CH15/EX15.3/Ex15_3.sce
@@ -0,0 +1,8 @@
+clc;
+close();
+clear();
+//page no 502
+//prob no. 15.3
+Gmax=10^5;
+Gmax_dB=10*log10(Gmax);
+mprintf('Gmax,dB= %i dB',Gmax_dB);