summaryrefslogtreecommitdiff
path: root/1184/CH2/EX2.23/Ex2_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '1184/CH2/EX2.23/Ex2_23.sce')
-rwxr-xr-x1184/CH2/EX2.23/Ex2_23.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1184/CH2/EX2.23/Ex2_23.sce b/1184/CH2/EX2.23/Ex2_23.sce
new file mode 100755
index 000000000..d5e1afb60
--- /dev/null
+++ b/1184/CH2/EX2.23/Ex2_23.sce
@@ -0,0 +1,11 @@
+//Example 2-23, Page No - 55
+
+clear
+clc
+
+R = 8.2*10^3
+C =0.0033*10^-6
+
+fco = 1/(6.28* R*C)
+
+printf('The cut off frequency is %.2f Khz',fco/10^3)