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.13 | |
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.13')
-rwxr-xr-x | 1583/CH2/EX2.13/Result_of_Chapter_2_Ex2_13.jpg | bin | 0 -> 186691 bytes | |||
-rwxr-xr-x | 1583/CH2/EX2.13/SSA_Ex_2_13.sce | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/1583/CH2/EX2.13/Result_of_Chapter_2_Ex2_13.jpg b/1583/CH2/EX2.13/Result_of_Chapter_2_Ex2_13.jpg Binary files differnew file mode 100755 index 000000000..9563cf8b6 --- /dev/null +++ b/1583/CH2/EX2.13/Result_of_Chapter_2_Ex2_13.jpg diff --git a/1583/CH2/EX2.13/SSA_Ex_2_13.sce b/1583/CH2/EX2.13/SSA_Ex_2_13.sce new file mode 100755 index 000000000..2773308b4 --- /dev/null +++ b/1583/CH2/EX2.13/SSA_Ex_2_13.sce @@ -0,0 +1,10 @@ +clc
+//Chapter 2:Bipolar transistor amplifiers
+//example 2.13 page no 53
+//given
+G=90//low frequency gain in dB
+Ao=(G/20)//low frequency open loop gain
+wT=150*10^6//gain bandwidth product
+wo=wT/Ao//bandwidth
+disp('the transfer function is')
+disp('Av=3.16*e4/(1+jw/(2*pi*4.7*e3))')
|