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