summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.16
diff options
context:
space:
mode:
Diffstat (limited to '998/CH29/EX29.16')
-rwxr-xr-x998/CH29/EX29.16/Ex16.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/998/CH29/EX29.16/Ex16.sce b/998/CH29/EX29.16/Ex16.sce
new file mode 100755
index 000000000..5754c5e7e
--- /dev/null
+++ b/998/CH29/EX29.16/Ex16.sce
@@ -0,0 +1,7 @@
+//Ex:16
+clc;
+clear;
+close;
+t_s=10*log(88)/log(10);// in dbk
+G=60.6;// in db
+printf("G/T ratio =%f dbk",G-t_s); \ No newline at end of file