summaryrefslogtreecommitdiff
path: root/1655/CH8/EX8.18.1
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1655/CH8/EX8.18.1
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1655/CH8/EX8.18.1')
-rwxr-xr-x1655/CH8/EX8.18.1/Example_8_18_1.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1655/CH8/EX8.18.1/Example_8_18_1.sce b/1655/CH8/EX8.18.1/Example_8_18_1.sce
new file mode 100755
index 000000000..2cde55eb7
--- /dev/null
+++ b/1655/CH8/EX8.18.1/Example_8_18_1.sce
@@ -0,0 +1,16 @@
+// Example 8.18.1 page 8.48
+
+clc;
+clear;
+
+Cd=7d-12;
+B=9d6;
+Ca=7d-12;
+
+R=(2*3.14*Cd*B)^-1;
+B1=(2*3.14*R*(Cd+Ca))^-1;
+R=R/1000;
+B1=B1/10^6;
+printf("\nThus for 9MHz bandwidth maximum load resistance is %.2f Kohm\nNow if we consider input capacitance of following amplifier Ca then Bandwidth is %.2fMHz\nMaximum post detection bandwidth is half.",R,B1);
+
+//answer for resistance in the book is 4.51Kohm, deviation of 0.01Kohm, while for bandwidth it is 4.51 MHz, deviation of 0.01MHz