summaryrefslogtreecommitdiff
path: root/3630/CH14/EX14.6
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH14/EX14.6')
-rw-r--r--3630/CH14/EX14.6/Ex14_6.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH14/EX14.6/Ex14_6.sce b/3630/CH14/EX14.6/Ex14_6.sce
new file mode 100644
index 000000000..3346f4cf9
--- /dev/null
+++ b/3630/CH14/EX14.6/Ex14_6.sce
@@ -0,0 +1,6 @@
+clc;
+Pout=2;
+Pin=0.0001;
+ApdB=10*log10(Pout/Pin);
+disp('dB',ApdB,"ApdB=")//The answers vary due to round off error
+