summaryrefslogtreecommitdiff
path: root/929/CH6/EX6.8.c/Example6_8_c.sce
diff options
context:
space:
mode:
Diffstat (limited to '929/CH6/EX6.8.c/Example6_8_c.sce')
-rwxr-xr-x929/CH6/EX6.8.c/Example6_8_c.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/929/CH6/EX6.8.c/Example6_8_c.sce b/929/CH6/EX6.8.c/Example6_8_c.sce
new file mode 100755
index 000000000..0626f2ee8
--- /dev/null
+++ b/929/CH6/EX6.8.c/Example6_8_c.sce
@@ -0,0 +1,21 @@
+//Example 6.8(c)
+
+clear;
+
+clc;
+
+Vs=15;
+
+A=10;
+
+Vim=40*10^(-3);
+
+SR=0.5*10^6;
+
+fmax=SR/(2*%pi*Vim*A);
+
+ft=1*10^6;
+
+fB=ft/A;
+
+printf("Useful Frequency Range of Operation f<=%.2f kHz",fB*10^(-3)); \ No newline at end of file