summaryrefslogtreecommitdiff
path: root/3630/CH14/EX14.11/Ex14_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH14/EX14.11/Ex14_11.sce')
-rw-r--r--3630/CH14/EX14.11/Ex14_11.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH14/EX14.11/Ex14_11.sce b/3630/CH14/EX14.11/Ex14_11.sce
new file mode 100644
index 000000000..d174f605e
--- /dev/null
+++ b/3630/CH14/EX14.11/Ex14_11.sce
@@ -0,0 +1,7 @@
+clc;
+Avmid=45;
+fC1=2000;
+f=500;
+deltaAv=20*log10(1/(1+(fC1/f)^2)^0.5);
+AvdB=Avmid+deltaAv;
+disp('dB',AvdB,"AvdB=")//The answers vary due to round off error