diff options
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)
|