From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg | Bin 0 -> 183145 bytes 1583/CH2/EX2.14/SSA_Ex_2_14.sce | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100755 1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg create mode 100755 1583/CH2/EX2.14/SSA_Ex_2_14.sce (limited to '1583/CH2/EX2.14') 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 new file mode 100755 index 000000000..94963d664 Binary files /dev/null and b/1583/CH2/EX2.14/Result_of_Chapter_2_Ex2_14.jpg differ 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) -- cgit