summaryrefslogtreecommitdiff
path: root/2528/CH5/EX5.3/Ex5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2528/CH5/EX5.3/Ex5_3.sce')
-rwxr-xr-x2528/CH5/EX5.3/Ex5_3.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/2528/CH5/EX5.3/Ex5_3.sce b/2528/CH5/EX5.3/Ex5_3.sce
new file mode 100755
index 000000000..9550349a5
--- /dev/null
+++ b/2528/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,15 @@
+//clear//
+//Example5.3:Finimum acceptable frequency
+//Page 138
+//figure 5.5
+clear;
+clc;
+Rf=20000; //in Ohms
+Ri=500; //in Ohms
+f2=50*10^3; //In Hz
+Anoise=1+(Rf/Ri);
+disp(Anoise,"Anoise");
+funity=Anoise*f2;
+disp("Hz",funity,"funity");
+
+disp("For this application 741 would not be fast enough, therefore 411 would be fine");