summaryrefslogtreecommitdiff
path: root/3637/CH1/EX1.8
diff options
context:
space:
mode:
Diffstat (limited to '3637/CH1/EX1.8')
-rw-r--r--3637/CH1/EX1.8/Ex1_8.pdfbin0 -> 83239 bytes
-rw-r--r--3637/CH1/EX1.8/Ex1_8.sce11
2 files changed, 11 insertions, 0 deletions
diff --git a/3637/CH1/EX1.8/Ex1_8.pdf b/3637/CH1/EX1.8/Ex1_8.pdf
new file mode 100644
index 000000000..958ab5fff
--- /dev/null
+++ b/3637/CH1/EX1.8/Ex1_8.pdf
Binary files differ
diff --git a/3637/CH1/EX1.8/Ex1_8.sce b/3637/CH1/EX1.8/Ex1_8.sce
new file mode 100644
index 000000000..4c3a9d35a
--- /dev/null
+++ b/3637/CH1/EX1.8/Ex1_8.sce
@@ -0,0 +1,11 @@
+//Example 8 Page No: 1.86
+//given
+sr=2e6;//v/sec
+vsat=15;//volt
+//determine bandwidth
+format(9);
+fmax=sr/(2*3.14*vsat);
+bw=fmax*sqrt(2);//bandwidth=fmax*sqrt(2)
+disp('Bandwidth = '+string(bw)+' Hz');//error in the book
+
+