diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1583/CH2/EX2.14 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1583/CH2/EX2.14')
-rwxr-xr-x | 1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg | bin | 0 -> 183145 bytes | |||
-rwxr-xr-x | 1583/CH2/EX2.14/SSA_Ex_2_14.sce | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg b/1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg Binary files differnew file mode 100755 index 000000000..94963d664 --- /dev/null +++ b/1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg diff --git a/1583/CH2/EX2.14/SSA_Ex_2_14.sce b/1583/CH2/EX2.14/SSA_Ex_2_14.sce new file mode 100755 index 000000000..ed3d7f971 --- /dev/null +++ b/1583/CH2/EX2.14/SSA_Ex_2_14.sce @@ -0,0 +1,8 @@ +clc
+//Chapter 2:Small Signal Amplifiers
+//example 2.14 page no 57
+//given
+Z1=1*10^3//assuming impedance value for required specification
+Av=100//voltage gain
+Z2=(Av-1)*Z1
+mprintf('Z1=%d Kohm \n Z2=%d Kohm',Z1*1e-3,Z2*1e-3)
|