diff options
Diffstat (limited to 'Electronic_Devices_/Chapter6.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter6.ipynb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Electronic_Devices_/Chapter6.ipynb b/Electronic_Devices_/Chapter6.ipynb index b4e7e58a..22b56e17 100644 --- a/Electronic_Devices_/Chapter6.ipynb +++ b/Electronic_Devices_/Chapter6.ipynb @@ -42,7 +42,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Q point'''", "# result", "", "print \"theoretical example\"" @@ -69,7 +68,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' AC Emitter resistance'''", "", "# variable declaration", "I_E=2.0*10**-3; #emittor current", @@ -102,7 +100,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' voltage at base of transistor'''", "", "# variable declaration", "I_E=3.8*10**-3; #emittor current", @@ -143,7 +140,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' bypass capacitor'''", "", "import math", "# variable declaration", @@ -179,7 +175,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' bypass capacitor'''", "", "import math", "# variable declaration", @@ -216,7 +211,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Gain with load'''", "", "# variable declaration", "R_C=10.0**3; #resistance in ohm", @@ -254,7 +248,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Voltage gain with bypass'''", "", "# variable declaration", "R_C=3.3*10**3; #resistance in ohm", @@ -288,7 +281,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Common emitter amplifier'''", "", "import math", "B_DC=150.0;", @@ -380,7 +372,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Power gain delievered to load'''", "", "# variable declaration", "R_E=10.0**3; #emitter resistance", @@ -442,7 +433,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Overall voltage gain'''", "", "# variable declaration", "V_CC=12.0; #source voltage in volt", @@ -502,7 +492,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' voltage,current and power gain'''", "", "# variable declaration", "B_DC=250.0; #dc value", @@ -559,7 +548,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' total voltage gain in decibel'''", "", "import math", "# variable declaration", |