summaryrefslogtreecommitdiff
path: root/3630/CH17/EX17.4/Ex17_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH17/EX17.4/Ex17_4.sce')
-rw-r--r--3630/CH17/EX17.4/Ex17_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3630/CH17/EX17.4/Ex17_4.sce b/3630/CH17/EX17.4/Ex17_4.sce
new file mode 100644
index 000000000..f372c4585
--- /dev/null
+++ b/3630/CH17/EX17.4/Ex17_4.sce
@@ -0,0 +1,10 @@
+clc;
+r1=33000;
+c1=0.0000001;
+fc=1/(2*3.14*r1*c1);
+rf1=4700;
+rf2=9100;
+AcL=(rf1/rf2)+1;
+disp('Hz',fc,"fc=");
+disp('',AcL,"AcL");//The answers vary due to round off error in f0
+