diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /2459/CH16/EX16.7 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '2459/CH16/EX16.7')
-rw-r--r-- | 2459/CH16/EX16.7/Ex16_7.JPG | bin | 0 -> 22901 bytes | |||
-rw-r--r-- | 2459/CH16/EX16.7/Ex16_7.sce | 14 | ||||
-rw-r--r-- | 2459/CH16/EX16.7/Figure16_7.jpg | bin | 0 -> 28308 bytes |
3 files changed, 14 insertions, 0 deletions
diff --git a/2459/CH16/EX16.7/Ex16_7.JPG b/2459/CH16/EX16.7/Ex16_7.JPG Binary files differnew file mode 100644 index 000000000..662c60d31 --- /dev/null +++ b/2459/CH16/EX16.7/Ex16_7.JPG diff --git a/2459/CH16/EX16.7/Ex16_7.sce b/2459/CH16/EX16.7/Ex16_7.sce new file mode 100644 index 000000000..237c9d7d0 --- /dev/null +++ b/2459/CH16/EX16.7/Ex16_7.sce @@ -0,0 +1,14 @@ +//chapter16
+//example16.7
+//page348
+
+A0=1000
+Rout=100 // ohm
+Rl=900
+mv=1/50
+
+Av=A0*Rl/(Rout+Rl)
+Avf=Av/(1+Av*mv)
+printf("voltage gain with negative feedback = %.3f \n",Avf)
+
+// the accurate answer is 47.368 but in book it is given as 47.4
diff --git a/2459/CH16/EX16.7/Figure16_7.jpg b/2459/CH16/EX16.7/Figure16_7.jpg Binary files differnew file mode 100644 index 000000000..8c7e65fe0 --- /dev/null +++ b/2459/CH16/EX16.7/Figure16_7.jpg |