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.10 | |
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.10')
-rwxr-xr-x | 1583/CH2/EX2.10/Result_of_Chapter_2_Ex2_10.jpg | bin | 0 -> 154590 bytes | |||
-rwxr-xr-x | 1583/CH2/EX2.10/SSA_Ex_2_10.sce | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/1583/CH2/EX2.10/Result_of_Chapter_2_Ex2_10.jpg b/1583/CH2/EX2.10/Result_of_Chapter_2_Ex2_10.jpg Binary files differnew file mode 100755 index 000000000..6d6e9e9db --- /dev/null +++ b/1583/CH2/EX2.10/Result_of_Chapter_2_Ex2_10.jpg diff --git a/1583/CH2/EX2.10/SSA_Ex_2_10.sce b/1583/CH2/EX2.10/SSA_Ex_2_10.sce new file mode 100755 index 000000000..4df15769e --- /dev/null +++ b/1583/CH2/EX2.10/SSA_Ex_2_10.sce @@ -0,0 +1,8 @@ +clc
+//Chapter 2:Small Signal Amplifiers
+//example 2.10 page no 51
+//given
+Z1=1*10^3//asumming impedance value for required specification
+Av=-50//voltage gain
+Zf=-Av*Z1//feedback impedance
+mprintf('Z1=%d K ohm \n feedback impedance (Zf)= %d K ohm',Z1*1e-3,Zf*1e-3)
|