summaryrefslogtreecommitdiff
path: root/995/CH7/EX7.2/Ex7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH7/EX7.2/Ex7_2.sce')
-rwxr-xr-x995/CH7/EX7.2/Ex7_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/995/CH7/EX7.2/Ex7_2.sce b/995/CH7/EX7.2/Ex7_2.sce
new file mode 100755
index 000000000..a513cba0e
--- /dev/null
+++ b/995/CH7/EX7.2/Ex7_2.sce
@@ -0,0 +1,10 @@
+//Ex:7.2
+clc;
+clear;
+close;
+A_v_max=35;
+A_v_cutoff=0.707*A_v_max;
+printf(" Mid-band Volt gain = %f ",A_v_cutoff);
+printf("\n upper freq = 590Hz & lower freq = 57Hz");
+
+ \ No newline at end of file