diff options
Diffstat (limited to 'Electronic_Devices_/Chapter12.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter12.ipynb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Electronic_Devices_/Chapter12.ipynb b/Electronic_Devices_/Chapter12.ipynb index 6ec53a3f..3f9f927c 100644 --- a/Electronic_Devices_/Chapter12.ipynb +++ b/Electronic_Devices_/Chapter12.ipynb @@ -22,7 +22,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''CMRR opamp'''", "", "import math", "A_ol=100000.0; #open loop voltage gain", @@ -55,7 +54,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Slew rate'''", "", "del_t=1.0; # in microseconds", "#lower limit is -9V and upper limit is 9V from the graph", @@ -85,7 +83,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Non inverting amplifier'''", "", "R_f=100*10**3;", "R_i=4.7*10**3;", @@ -114,7 +111,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Inverting amplifier'''", "", "R_i=2.2*10**3;", "A_cl=-100.0; #closed loop voltage gain", @@ -143,7 +139,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Impedance noninverting amplifier'''", "", "Z_in=2*10**6;", "Z_out=75.0;", @@ -183,7 +178,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Voltage follower impedance'''", "", "B=1.0; #voltage follower configuration", "A_ol=200000.0;", @@ -218,7 +212,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Impedance inverting amplifier'''", "", "R_i=1.0*10**3;", "R_f=100.0*10**3;", @@ -257,7 +250,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Open Loop gain'''", "", "import math", "f_c_ol=100.0;", @@ -300,7 +292,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''phase RC lag'''", "", "import math", "f_c=100.0;", @@ -352,7 +343,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Gain and phase lag'''", "", "import math", "A_v1=40.0; #all gains are in decibels", @@ -402,7 +392,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Closed loop bandwidth'''", "", "A_ol_mid=150000.0; #open loop midrange gain", "B=0.002; #feedback attenuation", @@ -432,7 +421,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Amplifier bandwidth'''", "", "BW=3*10**6; #unity gain bandwidth", "A_ol=100.0; #open loop gain", |