diff options
Diffstat (limited to 'Electronic_Devices_/Chapter8.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter8.ipynb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Electronic_Devices_/Chapter8.ipynb b/Electronic_Devices_/Chapter8.ipynb index 68824e84..8cb0d972 100644 --- a/Electronic_Devices_/Chapter8.ipynb +++ b/Electronic_Devices_/Chapter8.ipynb @@ -22,7 +22,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Voltage gain'''", "", "# variable declaration", "g_m=4.0*10**-3; #gm value", @@ -56,7 +55,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' The Voltage gain'''", "", "# variable declaration", "r_ds=10.0*10**3;", @@ -91,7 +89,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' To find Voltage gain'''", "", "# variable declaration", "R_s=560; #resistance in ohm", @@ -126,7 +123,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''Unloaded amplifier'''", "", "#Variable declaration", "vdd=12.0 #volts", @@ -170,7 +166,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' RMS voltage'''", "", "# variable declaration", "R_D=3.3*10**3; #resistance in ohm", @@ -207,7 +202,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Input resistance wrt signal source '''", "", "# variable declaration", "I_GSS=30.0*10**-9; #current in ampere", @@ -243,7 +237,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' AC and DC output voltage '''", "", "# variable declaration", "I_DSS=200.0*10**-3;", @@ -286,7 +279,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' Drain Current '''", "", "# Theoretical example", "# result", @@ -336,7 +328,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' To find Voltage gain'''", "", "# variable declaration", "R_1=47.0*10**3;", @@ -393,7 +384,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "''' AC and DC output voltage''' ", "", "# variable declaration", "V_DD=-15.0; #p=channel MOSFET", |