Common Source Stage Miller Approximation ZVTC Analysis Backgate Effect

Total Page:16

File Type:pdf, Size:1020Kb

Common Source Stage Miller Approximation ZVTC Analysis Backgate Effect Common Source Stage Miller Approximation ZVTC Analysis Backgate Effect Claudio Talarico Gonzaga University Sources: most of the figures were provided by B. Murmann CS with Resistive Load Vout VDD RD Bias Point (Q) vout Idi D = ID + id + VOUT v = V + v VoutOU=T OUT out Signal vin V in - Bias VIN vin Vin VIN + + gmvin 2I D 2I D vin ro RD vout Av = − RD || ro ≅ − RD - - VOV VOV gm often but not always !!! R EE 303 – Common Source Stage 2 Does ro matter ? § ro can be neglected in the gain calculation as long as the desired gain |Av| is much less than the intrinsic gain gmro 1 1 1 | AV |= gm (RD || ro ) = + | AV | gm RD gmro | A | g R = V ≅| A | m D | A | V 1− V gmro for | AV |<<gmro NOTE: IB The small signal 2ID 1 2 v VOoutUT gmro ≅ ⋅ = parameters (that is V V λI λV in vIN OV D OV gm and ro) are determined by the DC bias point Intrinsic Gain EE 303 – Common Source Stage 3 Upper Bound on Gain § In the basic common source stage RD performs two “conflicting” tasks – it translates the device’s drain current id into the output voltage vout. – it sets the drain bias voltage (VDS) of the MOSFET § This creates an upper bound on the achievable small signal voltage gain V 2ID RD | AV |≅ RD = 2 VOV VOV VRDmax VDD −VOV min VDD | AV max |=2 = 2 ≅ 2 VOUT VOV min VOV min VOV min VDD A NOTE: VIN – VT only a limited range B of the VTC is useful for amplification VDD ⋅ RON C For VIN large: VOUT ≅ (resistivedivider) RD + RON D VIN VT VDD cutoff saturation triode EE 303 – Common Source Stage 4 Voltage Gain and Drain Biasing Considerations (1) VIN ID VDS=VDD−RDID For a given ID if RD ( VDS ) the bias point Q moves toward triode region ID VIN5 Small RD Intercepts D VIN4 at VDD/RD VIN3 C Load line Large R D ID = (VDD-VOUT)/RD VIN2 B VIN1 A VDS = VOUT VDD EE 303 – Common Source Stage 5 Voltage Gain and Drain Biasing Considerations (2) Id For a given ID if RD the voltage gain Small RD Intercepts Q = (VDS,ID) at VDD/RD Large RD Id =gmvin Q Q1 2 ID Vout VDD vout EE 303 – Common Source Stage 6 Importance of choosing the “right” bias point § Deciding the location of the bias point Q affects: – gain (the values of gm and ro depend on the DC bias) – allowable signal swing at the output Vout Vout vout Q vout Q Vin Vin vin vin EE 303 – Common Source Stage 7 Can we overcome the upper bound on gain ? § The upper bound comes from the fact that both gain and bias point depend on RD V | A | 2 DD – Want large R for large gain V max ≅ D VOV min – Want small RD to prevent device from entering triode region § We can overcome the upper bound, if we can find a way to set VOUT independently of RD Small Id Large RD RD Q ID Vout VOUT EE 303 – Common Source Stage 8 CS stage with improved drain biasing scheme VB −Vout at the point V =V we have I =I I = I + out B d B d B regardless the value of R RD D Id IB RD VB vVOUT IidD out Q IB vin VIN Vout VB We wish to set IB=ID and VB=VOUT EE 303 – Common Source Stage 9 Plot for IB=ID Small Id Large RD RD I Q D gmid vout Vout VOUT § We can increase RD (and gain) without changing operating point EE 303 – Common Source Stage 10 Infinite gain? § It is tempting to think we can make RD nearly “infinitely” large and get close to “infinite” gain § This is not possible in practice for two reasons – Finite dId/dVds of the transistor I B 2I 1 2 V D vOUoutT A = g r ≅ ⋅ = V m o V λI λV Vin vIN OV D OV – Sensitivity to mismatch between ID and IB will render the circuit impractical EE 303 – Common Source Stage 11 Bias point shift due to mismatch in IB and ID § For large values of RD, it becomes harder to absorb differences between ID and IB and still maintain an operating point that is close to the desired value Id 1/RD IB ΔI ID Q ΔV= ΔI RD Vout VB VOUT EE 303 – Common Source Stage 12 Solutions to bias point shift issue § Limit RD to values such that expected mismatch in bias currents causes acceptable bias point variations § Feedback – Somehow sense VOUT and adjust IB (or ID) such that the outputs sits at a proper operating point regardless of mismatch between ID and IB – More later … § In a realistic circuit implementation, the auxiliary current source IB can be built, for example, using a pMOS that operates in saturation – More later … (CS stage with current source load) EE 303 – Common Source Stage 13 How fast can the CS stage go ? § There are two perspectives on “how fast” a circuit can go – Which one of the two matters more is dependent on the application § Time domain – Apply a transient at the input (e.g. a voltage step), measure how fast the output settles § Frequency domain – Apply a sinusoid at the input, measure the gain and phase of the circuit transfer function across frequency § Knowing the time domain response, we can estimate the frequency domain response, and vice versa EE 303 – Common Source Stage 14 Common Source Stage revisited VB IB R RD V “Transducer” o Ri vi VI Ri models finite resistance in the driving circuit EE 303 – Common Source Stage 15 Matlab Design Script % % C. Talarico % filename: csdesign.m % Design of CS amplifier using gm/Id methodology % clc; clear all; close all; addpath('~/gm_ID_starter_kit_2014'); load 180n.mat; % specs. av0 = 10; Id = 400e-6; Ri = 10e3; RD = 2e3; Vdd = 1.8; VB = Vdd/2; % design choice Ln = 0.18e-6 % calculations gm = av0/RD gm_id = gm/Id wT = lookup(nch, 'GM_CGG', 'GM_ID', gm_id, 'L', Ln); fT = wT/2/pi cgd_cgg = lookup(nch, 'CGD_CGG', 'GM_ID', gm_id, 'L', Ln); cdd_cgg = lookup(nch, 'CDD_CGG', 'GM_ID', gm_id, 'L', Ln); cgg = gm/wT; cgd = cgd_cgg*cgg cdd = cdd_cgg*cgg; cdb = cdd - cgd cgs = cgg - cgd gmro = lookup(nch, 'GM_GDS','GM_ID', gm_id, 'L', Ln) ro = gmro/gm % finding input bias VI = lookupVGS(nch, 'GM_ID', gm_id, 'L', Ln) % device sizing id_w = lookup(nch, 'ID_W', 'GM_ID', gm_id, 'L', Ln) W = Id/id_w % neglecting ro is not a very accurate assumption R = (1/RD + 1/ro)^-1 Av0 = gm*R Av0db = 20*log10(gm*R) % pole calculations (dominant pole assumption) b1 = Ri*(cgs + cgd*(1+Av0))+R*(cdb+cgd); b2 = Ri*R*(cgs*cdb + cgs*cgd + cdb*cgd); fp1 = 1/2/pi/b1 fp2 = 1/2/pi*b1/b2 % zero calculation fz = 1/2/pi/cgd*gm ! EE 303 – Common Source Stage 16 What is the speed of the CS ? VB VDD = 1.8 V IB R RD VB = VDD/2 = 0.9 V V R = 10K “Transducer” o i Ω RD = 2 KΩ Ri VI = 0.627 V vi IB = 400 µA VI W/L = 21.34 µm/0.18µm Cgd Ri + RD + Cgd≈10.28 fF g v vi vgs Cgs m gs ro R Cdb vo Cgs≈ 33.26 fF - - Cdb≈ 15.72 fF R ro≅ 7.63KΩ R = RD||ro ≅ 1.58KΩ EE 303 – Common Source Stage 17 CS Frequency Response AC Response 20 0 −20 |H(f)| [dB] −40 4 5 6 7 8 9 10 11 10 10 10 10 10 10 10 10 f [Hz] 200 150 100 50 phase[H(f)] [deg] 0 4 5 6 7 8 9 10 11 10 10 10 10 10 10 10 10 f [Hz] § There seems to be two poles. Let’s analyze the situation in detail. EE 303 – Common Source Stage 18 Exact Analytical Analysis 1 Cgd 2 + + Ri g v vi/Ri vgs Cgs m gs ro R Cdb vo - - Applying KCL at nodes 1 and 2, and solving for vo/vi yields ⎛ C ⎞ g R 1 s gd − m ⎜ − ⎟ vo( s ) ⎝ gm ⎠ = 2 vi ( s ) 1+ s[(Cdb + Cgd )R + (Cgs + Cgd )Ri + gm Ri RCgd ]+ s Ri R(CgsCdb + CgdCdb + CgsCgd ) High “entropy” expression. Difficult to get any insight !!! EE 303 – Common Source Stage 19 Issue § We could in principle use this expression to plot the frequency response of the circuit and compute the 3-dB bandwidth – The result would match the Spice simulation result exactly § There are two issues with going in this direction for hand analysis – The procedure is quite tedious… • Imagine how complex the equations would get for a multi- transistor circuit – The derived expression is useless for reasoning about the circuit from an intuitive design perspective • By looking at this equation we cannot easily tell what exactly limits the bandwidth, or how we can improve it EE 303 – Common Source Stage 20 Simulation Result § Want to have a method that § Non-dominant, high-frequency let’s us estimate the dominant poles and zeros may or may pole quickly using intuitive not be important methods – If they are, it may be OK to do a – Without running into high entropy little more work expressions that tell us things we are not interested in… AC Response 20 0 Dominant pole −20 −40 Non-dominant |H(f)| [dB] pole(s) and zero(s) −60 −80 4 5 6 7 8 9 10 11 12 10 10 10 10 10 10 10 10 10 f [Hz] EE 303 – Common Source Stage 21 The Culprit § The main reason for the high complexity in the derived expression is that Cgd “couples” nodes 1 and 2 § For Cgd=0, the circuit becomes 1 2 + + Ri g v vi/Ri vgs Cgs m gs R Cdb vo - - τ1 τ2 vo (s) vgs (s) vo (s) 1 −gm R 1 = ⋅ = ⋅ = −gm R vi (s) vi (s) vgs (s) (1+ sRiCgs ) (1+ sRCdb ) (1+ sτ1)(1+ sτ 2 ) EE 303 – Common Source Stage 22 A Promising Trick: Miller Theorem Z 1 2 + General + Linear V V1 Network 2 - - V K ≡ 2 V1 1 2 General + + Z Linear K V Z V2 1 1− K Network K −1 - - EE 303 – Common Source Stage 23 Finding K(s) for Our Circuit 1 Cgd 2 + + g v vgs m gs R Cdb vo - - Applying KCL at node 2, and solving for vo/vgs yields: " Cgd % $ 1− s ' v (s) g K(s) = o = −g R$ m ' v (s) m $1+ sR(C +C )' gs $ gd db ' # & EE 303 – Common Source Stage 24 Circuit After Applying Miller Theorem 1 2 + gmvgs + Ri vi/Ri vgs Cgs R Cdb vo - Cgd[1-K(s)] Cgd[1-1/K(s)] - g ⎛ C ⎞ z = + m ⎜ 1− s gd ⎟ C v ( s ) g gd K( s ) o g R⎜ m ⎟ = = − m ⎜ ⎟ vgs( s ) 1+ sR( Cgd + Cdb ) 1 ⎜ ⎟ p = − ⎝ ⎠ R(Cgd +Cdb ) Intuitively, the zero is caused because at high frequency Cgd shorts the gate and drain of the device together, providing a direct path from the amplifier’s input to output.
Recommended publications
  • PH-218 Lec-12: Frequency Response of BJT Amplifiers
    Analog & Digital Electronics Course No: PH-218 Lec-12: Frequency Response of BJT Amplifiers Course Instructors: Dr. A. P. VAJPEYI Department of Physics, Indian Institute of Technology Guwahati, India 1 High frequency Response of CE Amplifier At high frequencies, internal transistor junction capacitances do come into play, reducing an amplifier's gain and introducing phase shift as the signal frequency increases. In BJT, C be is the B-E junction capacitance, and C bc is the B-C junction capacitance. (output to input capacitance) At lower frequencies, the internal capacitances have a very high reactance because of their low capacitance value (usually only a few pf) and the low frequency value. Therefore, they look like opens and have no effect on the transistor's performance. As the frequency goes up, the internal capacitive reactance's go down, and at some point they begin to have a significant effect on the transistor's gain. High frequency Response of CE Amplifier When the reactance of C be becomes small enough, a significant amount of the signal voltage is lost due to a voltage-divider effect of the source resistance and the reactance of C be . When the reactance of Cbc becomes small enough, a significant amount of output signal voltage is fed back out of phase with the input (negative feedback), thus effectively reducing the voltage gain. 3 Millers Theorem The Miller effect occurs only in inverting amplifiers –it is the inverting gain that magnifies the feedback capacitance. vin − (−Av in ) iin = = vin 1( + A)× 2π × f ×CF X C Here C F represents C bc vin 1 1 Zin = = = iin 1( + A)× 2π × f ×CF 2π × f ×Cin 1( ) Cin = + A ×CF 4 High frequency Response of CE Amp.: Millers Theorem Miller's theorem is used to simplify the analysis of inverting amplifiers at high-frequencies where the internal transistor capacitances are important.
    [Show full text]
  • ECE 255, MOSFET Basic Configurations
    ECE 255, MOSFET Basic Configurations 8 March 2018 In this lecture, we will go back to Section 7.3, and the basic configurations of MOSFET amplifiers will be studied similar to that of BJT. Previously, it has been shown that with the transistor DC biased at the appropriate point (Q point or operating point), linear relations can be derived between the small voltage signal and current signal. We will continue this analysis with MOSFETs, starting with the common-source amplifier. 1 Common-Source (CS) Amplifier The common-source (CS) amplifier for MOSFET is the analogue of the common- emitter amplifier for BJT. Its popularity arises from its high gain, and that by cascading a number of them, larger amplification of the signal can be achieved. 1.1 Chararacteristic Parameters of the CS Amplifier Figure 1(a) shows the small-signal model for the common-source amplifier. Here, RD is considered part of the amplifier and is the resistance that one measures between the drain and the ground. The small-signal model can be replaced by its hybrid-π model as shown in Figure 1(b). Then the current induced in the output port is i = −gmvgs as indicated by the current source. Thus vo = −gmvgsRD (1.1) By inspection, one sees that Rin = 1; vi = vsig; vgs = vi (1.2) Thus the open-circuit voltage gain is vo Avo = = −gmRD (1.3) vi Printed on March 14, 2018 at 10 : 48: W.C. Chew and S.K. Gupta. 1 One can replace a linear circuit driven by a source by its Th´evenin equivalence.
    [Show full text]
  • JFE150 Ultra-Low Noise, Low Gate Current, Audio, N-Channel JFET Datasheet
    JFE150 SLPS732 – JUNE 2021 JFE150 Ultra-Low Noise, Low Gate Current, Audio, N-Channel JFET 1 Features and yields excellent noise performance for currents from 50 μA to 20 mA. When biased at 5 mA, the • Ultra-low noise: device yields 0.8 nV/√Hz of input-referred noise, – Voltage noise: giving ultra-low noise performance with extremely high input impedance (> 1 TΩ). The JFE150 also • 0.8 nV/√Hz at 1 kHz, IDS = 5 mA features integrated diodes connected to separate • 0.9 nV/√Hz at 1 kHz, IDS = 2 mA – Current noise: 1.8 fA/√Hz at 1 kHz clamp nodes to provide protection without the addition • Low gate current: 10 pA (max) of high leakage, nonlinear external diodes. • Low input capacitance: 24 pF at VDS = 5 V The JFE150 can withstand a high drain-to-source • High gate-to-drain and gate-to-source breakdown voltage of 40-V, as well as gate-to-source and gate- voltage: –40 V to-drain voltages down to –40 V. The temperature • High transconductance: 68 mS range is specified from –40°C to +125°C. The device • Packages: Small SC70 and SOT-23 (Preview) is offered in 5-pin SOT-23 and SC-70 packages. 2 Applications Device Information • Microphone inputs PART NUMBER PACKAGE(1) BODY SIZE (NOM) • Hydrophones and marine equipment SOT-23 (5) - Preview 2.90 mm × 1.60 mm JFE150 • DJ controllers, mixers, and other DJ equipment SC-70 (5) 2.00 mm × 1.25 mm • Professional audio mixer or control surface • Guitar amplifier and other music instrument (1) For all available packages, see the package option addendum at the end of the data sheet.
    [Show full text]
  • High-Frequency Amplifier Response
    Section H5: High-Frequency Amplifier Response Now that we’ve got a high frequency models for the BJT, we can analyze the high frequency response of our basic amplifier configurations. Note: in the circuits that follow, the actual signal source (vS) and its associated source resistance (RS) have been included. As discussed in the low frequency response section of our studies, we always knew that this source and resistance was there but we just started our investigations with the input to the transistor (vin). Remember - the analysis process is the same and the relationship between vS and vin is a voltage divider! Again, in some instances in the following discussion, I will be using slightly different notation and taking a different approach than your author. As usual, if this results in confusion, or you are more comfortable with his technique, let me know and we’ll work it out. High Frequency Response of the CE and ER Amplifier The generic common-emitter amplifier circuit of Section D2 is reproduced to the left below and the small signal circuit using the high frequency BJT model is given below right (based on Figures 10.17a and 10.17b of your text). Note that all external capacitors are assumed to be short circuits at high frequencies and are not present in the high frequency equivalent circuit (since the external capacitors are large when compared to the internal capacitances – recall that Zc=1/jωC gets small as the frequency or capacitance gets large). We can simplify the small signal circuit by making the following observations and approximations: ¾ Cce is very small and may be neglected.
    [Show full text]
  • Experiment #6- Part-1 the FET Common Source Amplifier
    University of Anbar Lab. Name: Electronic I Experiment no.: 7 College of Engineering Lab. Supervisor: Munther N. Thiyab Dept. of Electrical Engineering Experiment #6- Part-1 The FET Common Source Amplifier Object The purpose of this experiment is to test the performance of the common source amplifier using the self-bias circuit. Required Parts and Equipment's 1. Electronic Test Board. (M110) 2. Dual Polarity Variable DC Power Supply 3. Digital Multimeters. 4. Dual-Channel Oscilloscope. 5. Function Generator. 6. N-Channel JFET 2N3823 7. Resistors, R5=100KΩ, R6=10KΩ, R8=1KΩ, R7=2.2KΩ Theory The common source amplifier configuration is widely used amongst other JFET configurations and can provide both high voltages gain and large input impedance. In this configuration, the input signal is applied to the gate and the output signal is taken from the drain, while the source terminal being the reference or common. In order to work as an amplifier, the JFET should be properly biased by setting the gate-source voltage which results in the required drain current. The N-channel JFET requires that the gate-source voltage always be less negative than the pinch-off voltage, but less than zero. Since virtually no gate current flows due to the JFET’s high input impedance, the gate voltage is essentially at ground level. Consequently, using only a drain-supply voltage, the required negative quiescent gate-source voltage is developed by the voltage drop across the source resistor of the self-bias circuit shown in Fig.1. This circuit is one of the simplest and practical bias circuits for JFET amplifiers in which a single power supply is used.
    [Show full text]
  • Lecture 24 Multistage Amplifiers (I) MULTISTAGE AMPLIFIER
    Lecture 24 Multistage Amplifiers (I) MULTISTAGE AMPLIFIER Outline 1. Introduction 2. CMOS multi-stage voltage amplifier 3. BiCMOS multistage voltage amplifier 4. BiCMOS current buffer 5. Coupling amplifier stages Reading Assignment: Howe and Sodini, Chapter 9, Sections 9-1-9.3 6.012 Spring 2007 Lecture 24 1 1. Introduction Most often, single stage amplifier does not accomplish design goals: • Need more gain than could be provided by a single stage • Need to adapt to specified RS and RL to maximize efficiency ⇒ Multistage amplifier VBIAS Issues: • What amplifying stages should be used and in what order? • What devices should be used, BJT or MOSFET? • How is biasing to be done? 6.012 Spring 2007 Lecture 24 2 Summary of single stage amplifier characteristics Key Stage A , A R R vo io in out Function Common Transcon- ∞ ro // roc ductance Source Avo =−gm(ro //roc) amplifier Common gm 1 Voltage Avo ≈ ∞ Drain gm + gmb gm + gmb Buffer Current Common A ≈ −1 1 r //[r (1+ g R )] io oc o m S buffer Gate gm + gmb Common Transcon- Avo=−gm(ro//roc) r Emitter π ro // roc ductance amplifier Common 1 RS Voltage Avo ≈1 rπ + βo (ro // roc // RL ) + Collector gm βo buffer Common Current Aio ≈ −1 1 r //[r (1+ g ()r // R )] oc o m π S buffer Base gm Differences between BJT’s and MOSFETs BJT MOSFET βo rπ = gmb ∝ gm gm IC W gm = > gm = 2 µCox ID Vth L VA 1 ro = > ro = IC λI D 6.012 Spring 2007 Lecture 24 3 2. CMOS Multistage Voltage Amplifier Goals: • High voltage gain, Avo • High input resistance, Rin • Low output resistance, Rout Good starting point: Common-Source stage: •Rin=∞ •Avo=-gm(ro//roc), probably insufficient •Rout= (ro//roc), too high 6.012 Spring 2007 Lecture 24 4 CMOS Multistage Voltage Amplifier (contd.) Add second CS stage to get more gain: •Rin=∞ •Avo=gm1(ro1//roc1) gm2(ro2//roc2) •Rout= (ro2//roc2), still too high Add CD stage at output (to reduce Rout): •Rin=∞ gm3 • Avo = gm1()ro1 || roc1 gm2()ro2 || roc2 1 gm3 + gmb3 • Rout = gm3 + gmb3 6.012 Spring 2007 Lecture 24 5 3.
    [Show full text]
  • Common Gate Amplifier
    © 2017 solidThinking, Inc. Proprietary and Confidential. All rights reserved. An Altair Company COMMON GATE AMPLIFIER • ACTIVATE solidThinking © 2017 solidThinking, Inc. Proprietary and Confidential. All rights reserved. An Altair Company Common Gate Amplifier A common-gate amplifier is one of three basic single-stage field-effect transistor (FET) amplifier topologies, typically used as a current buffer or voltage amplifier. In the circuit the source terminal of the transistor serves as the input, the drain is the output and the gate is connected to ground, or common, hence its name. The analogous bipolar junction transistor circuit is the common-base amplifier. Input signal is applied to the source, output is taken from the drain. current gain is about unity, input resistance is low, output resistance is high a CG stage is a current buffer. It takes a current at the input that may have a relatively small Norton equivalent resistance and replicates it at the output port, which is a good current source due to the high output resistance. • ACTIVATE solidThinking © 2017 solidThinking, Inc. Proprietary and Confidential. All rights reserved. An Altair Company Circuit Topology • ACTIVATE solidThinking © 2017 solidThinking, Inc. Proprietary and Confidential. All rights reserved. An Altair Company Waveforms Input Voltage Output Voltage • ACTIVATE solidThinking © 2017 solidThinking, Inc. Proprietary and Confidential. All rights reserved. An Altair Company The common-source and common-drain configurations have extremely high input resistances because the gate is the input terminal. In contrast, the common-gate configuration where the source is the input terminal has a low input resistance. Common gate FET configuration provides a low input impedance while offering a high output impedance.
    [Show full text]
  • Lecture 20 Transistor Amplifiers (II) Other Amplifier Stages
    Lecture 20 Transistor Amplifiers (II) Other Amplifier Stages Outline • Common-drain amplifier • Common-gate amplifier Reading Assignment: Howe and Sodini; Chapter 8, Sections 8.7-8.9 6.012 Spring 2007 1 1. Common-drain amplifier VDD signal source RS signal vs + load iSUP RL vOUT VBIAS - VSS • A voltage buffer takes the input voltage which may have a relatively large Thevenin resistance and replicates the voltage at the output port, which has a low output resistance • Input signal is applied to the gate • Output is taken from the source • To first order, voltage gain ≈ 1 • Input resistance is high • Output resistance is low – Effective voltage buffer stage How does it work? •vgate ↑⇒ iD cannot change ⇒ vsource ↑ – Source follower 6.012 Spring 2007 2 Biasing the Common-drain amplifier VDD signal source RS VSS signal + load vs iSUP RL vOUT VBIAS - VSS • Assume device in saturation; neglect RS and RL; neglect CLM (λ = 0) • Obtain desired output bias voltage – Typically set VOUT to”halfway” between VSS and VDD. • Output voltage maximum VDD-VDSsat • Output voltage minimum set by voltage requirement across ISUP. VBIAS = VGS + VOUT I V = V (V ) + SUP GS Tn SB W µ C 2L n ox 6.012 Spring 2007 3 Small-signal Analysis Unloaded small-signal equivalent circuit model: D G + gmvgs ro S vin + roc vout - - + vgs - + + vin gmvgs ro//roc vout - - vin = vgs + vout vout = gmvgs(ro // roc ) Then: g A m 1 vo = 1 ≈ gm + ro // roc 6.012 Spring 2007 4 Input and Output Resistance Input Impedance : Rin = ∞ Output Impedance: i + v - t + gs + RS vin gmvgs ro//roc vt
    [Show full text]
  • Lab 2: Common Source Amplifier
    State University of New York at Stony Brook ESE 314 Electronics Laboratory B Department of Electrical and Computer Engineering Fall 2012 © Leon Shterengas ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ Lab 2: Common Source Amplifier. 1. OBJECTIVES Study and characterize Common Source amplifier: Bias CS amp using MOSFET current mirror; Measure gain of CS amp with resistive load; Measure gain of CS with active load. 2. INTRODUCTION 2.1. CS amplifier bias. Common Source (CS) configuration of single stage MOSFET amplifier can offer substantial voltage gain in combination with large input impedance. When operated at relatively low frequencies, the CS amplifier can be modeled replacing the MOSFET with small signal equivalent circuit that uses only two parameters. Namely, gate transconductance gm and output resistance r0. Both of these parameters are dependent on MOSFET bias, i.e. DC drain current set by bias circuit. Equations (1) and (2) can be applied to estimate MOSFET gate transconductance and output resistance within framework of LEVEL 1 model. I W W DS Gate transconductance: g m κ n VGS VT VSB 2 κ n I DS (1), VGS L L VDS 1 1 I W V V V 2 V Output resistance: r DS λ κ GS T SB A (2). O n VDS L 2 I DS VDS 0 VGS The maximum value of the open circuit voltage gain that can be obtained from CS amplifier RD is thus also dependent on bias: VDD 1 RG A VO g m rO (3). I DS 0 Equation (3) suggests that it could be advantages to reduce bias current. However, if the VSS IDS drain resistance (RD in figure) is smaller than r0 then the voltage gain will increase with bias thanks to transconductance increase.
    [Show full text]
  • Miller Effect Cascode BJT Amplifier
    ESE319 Introduction to Microelectronics Miller Effect Cascode BJT Amplifier 2008 Kenneth R. Laker,update 18Oct10 KRL 1 ESE319 Introduction to Microelectronics Prototype Common Emitter Circuit Ignore “low frequency” High frequency model capacitors 2008 Kenneth R. Laker,update 18Oct10 KRL 2 ESE319 Introduction to Microelectronics Multisim Simulation Mid-band gain ∣Av∣=g m RC=40mS ∗5.1k =20446.2 dB Half-gain point 2008 Kenneth R. Laker,update 18Oct10 KRL 3 ESE319 Introduction to Microelectronics Introducing the Miller Effect The feedback connection of C between base and collector causes it to appear to the amplifier like a large capacitor 1 − K C has been inserted between the base and emitter terminals. This phenomenon is called the “Miller effect” and the capacitive multiplier “1 – K ” acting on C equals the common emitter amplifier mid-band gain, i.e. K = − g m R C . NOTE: Common base and common collector amplifiers do not suffer from the Miller effect, since in these amplifiers, one side of C is connected directly to ground. 2008 Kenneth R. Laker,update 18Oct10 KRL 4 ESE319 Introduction to Microelectronics High Frequency CC and CB Models B C E ground B v-pi C B v-pi C E E C Common Collector Common Base C is in parallel with R . C is in parallel with R . B C 2008 Kenneth R. Laker,update 18Oct10 KRL 5 ESE319 Introduction to Microelectronics Miller's Theorem I Z −I I 1=I I 2=−I + + + + V 1 K V 1 V 2 V 1 Z Z V 2=K V 1 <=> 1 2 - - - - V 1 V 1 Z V 1−V 2 V 1−K V 1 V 1 Z I = = = => 1= = = Z Z Z I 1 I 1−K 1−K 1 Z 1= 1 j 2 f C 1−K V 2− V 2 V 2−V 2 K V 2 −I = = = V 2 V 2 Z Z Z Z Z = = = ≈ Z => 2 I −I 1 if K >> 1 1 2 1− 1− K K approx.
    [Show full text]
  • Lecture 17: Common Source/Gate/Drain Amplifiers
    EECS 105 Fall 2003, Lecture 17 Lecture 17: Common Source/Gate/Drain Amplifiers Prof. Niknejad Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Lecture Outline MOS Common Source Amp Current Source Active Load Common Gate Amp Common Drain Amp Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Common-Source Amplifier Isolate DC level Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Load-Line Analysis to find Q V −V I = DD out RD RD Q 1 5V slope = I = 10k D 10k 0V I = D 10k Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Small-Signal Analysis =∞ Rin Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Two-Port Parameters: Generic Transconductance Amp Rs + vs Rin Gmvin RL vin Rout − Find Rin, Rout, Gm =∞ Rin = = Gm gm RrRout o|| D Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Two-Port CS Model Reattach source and load one-ports: Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof. A. Niknejad Maximize Gain of CS Amp =− AgRrv mD|| o Increase the gm (more current) Increase RD (free? Don’t need to dissipate extra power) Limit: Must keep the device in saturation =− > VVIRVDS DD D D DS, sat For a fixed current, the load resistor can only be chosen so large To have good swing we’d also like to avoid getting to close to saturation Department of EECS University of California, Berkeley EECS 105 Fall 2003, Lecture 17 Prof.
    [Show full text]
  • A Comparison Between Common-Source and Cascode Topologies for 60Ghz Amplifier Design in 65Nm CMOS Qinghong Bu, Ning Li, Kenichi Okada and Akira Matsuzawa
    A Comparison between Common-source and Cascode Topologies for 60GHz Amplifier Design in 65nm CMOS Qinghong Bu, Ning Li, Kenichi Okada and Akira Matsuzawa Department of Physical Electronics, Tokyo Institute of Technology 2-12-1-S3-27 Ookayama, Meguro-ku, Tokyo, 152-8552, Japan. Tel & Fax: +81-3-5734-3764, E-mail: [email protected] voltage Vdd are the 1.2 V. Fig. 2 (a) shows that the maxi- 1. Introduction mum gain of the cascode topology decreased faster than the Although RF front-end amplifiers are implemented at CS topology as the frequency increases. The same maxi- low noise amplifiers and power amplifiers with different mum gain can be obtained around 60 GHz. The gain-boost specifications due to the different functions they perform, cascode topology achieves a 3-dB higher maximum gain sufficient gain and low power consumption are the general than the CS and the common cascode topologies. Both the requirements. For the design consideration, the active de- cascode topology and the gain-boost cascode topology have vice structure and models should be optimized at 60 GHz. about -30dB reverse isolation at 60GHz while the reverse Both common-source (CS) and cascode topologies are isolation of CS topology is only -13dB at 60GHz as shown utilized in millimeter-wave (MMW) circuit design. CS to- in Fig. 2(b). The stability factor is shown in Fig. 2(c). pology, which has reasonable power gain and small noise Common cascode topology and the gain-boost cascode figure, is widely used in MMW amplifier designs. The topology have much better stability factor than the CS to- good isolation between input and output of cascode topol- pology at 60GHz.
    [Show full text]