EEG 326 Frequency Response Lecture Flashcards

General Frequency Response Characteristics of Amplifiers

  • Mid-Frequency Range Assumptions:

    • In previous treatments of linear amplifiers, coupling and bypass capacitors were treated as ideal short circuits.

    • Transistor internal capacitances (parasitic, load, and transistor-specific capacitances) were treated as ideal open circuits with respect to the AC input signal.

    • The assumption was that the signal frequency is high enough for coupling/bypass capacitors to be shorts, yet low enough for parasitic/transistor capacitances to be opens. This is only true in the mid-frequency range.

  • Frequency Bands and Gain Variation:

    • Low Frequency Band (f < f_L): Gain increases as frequency increases. This roll-off at low frequencies is due to the effects of the coupling and bypass capacitors.

    • Mid-Band: Gain is almost constant with frequency. In this range, coupling and bypass capacitors act as short circuits, while stray and transistor capacitances act as open circuits.

    • High Frequency Band (f > f_H): Gain decreases as frequency increases. This roll-off at high frequencies is caused by stray capacitance and transistor capacitance effects.

  • Decibel (dB) Measurement:

    • The decibel is a unit of logarithmic gain measurement used to express amplifier response.

    • At the lower corner frequency (f=fLf = f_L) and the upper corner frequency (f=fHf = f_H), the gain is 3dB3\,dB less than the maximum (mid-band) gain.

  • Amplifier Bandwidth (fBWf_{BW}):

    • Bandwidth is defined as the difference between the high and low corner frequencies: fBW=fHfLf_{BW} = f_H - f_L

    • Example: For an audio amplifier with a frequency range of 20Hz20\,Hz to 20kHz20\,kHz, the design must ensure f_L < 20\,Hz and f_H > 20\,kHz.

  • Equivalent Circuits by Frequency Range:

    • Midband Range: Coupling/bypass capacitors = Shorted; Stray/transistor capacitances = Open.

    • Low-Frequency Range: Coupling and bypass capacitors must be included in the equivalent circuit and amplification equations. Stray and transistor capacitances are treated as open circuits.

    • High-Frequency Range: Transistor, parasitic, and load capacitances must be taken into account. Coupling and bypass capacitors are treated as shorted.

System Transfer Functions and Bode Plots

  • s-Domain Analysis:

    • Frequency transfer functions are obtained using the complex frequency ss.

    • Capacitor complex impedance: ZC=1sCZ_C = \frac{1}{sC}.

    • Inductor complex impedance: ZL=sLZ_L = sL.

    • System transfer functions can represent current gain, voltage gain, transimpedance, or transconductance.

    • To obtain the frequency response from an s-domain function, set s=jωs = j\omega.

  • Poles and Zeros:

    • A transfer function in the s-domain is generally expressed as:     H(s)=K(sz1)(sz2)(sp1)(sp2)H(s) = K \frac{(s - z_1)(s - z_2)\dots}{(s - p_1)(s - p_2)\dots}

    • KK is a constant.

    • z1,z2,z_1, z_2, \dots are "zeros": at these frequencies (s=zns = z_n), the transfer function becomes zero.

    • p1,p2,p_1, p_2, \dots are "poles": at these frequencies (s=pns = p_n), the transfer function diverges toward infinity.

Analysis of First-Order (RC) Circuits

  • Series Coupling Capacitor Circuit (High-Pass Network):

    • Circuit configuration involves input voltage ViV_i, resistor RsR_s in series with capacitor CsC_s, and the output taken across parallel resistor RpR_p.

    • Transfer function: Vo(s)Vi(s)=RpRs+Rp+1sCs=sRpCs1+s(Rs+Rp)Cs\frac{V_o(s)}{V_i(s)} = \frac{R_p}{R_s + R_p + \frac{1}{sC_s}} = \frac{s R_p C_s}{1 + s(R_s + R_p)C_s}.

    • Rearranged: Vo(s)Vi(s)=(RpRs+Rp)(sτs1+sτs)\frac{V_o(s)}{V_i(s)} = \left( \frac{R_p}{R_s + R_p} \right) \left( \frac{s\tau_s}{1 + s\tau_s} \right), where the time constant τs=(Rs+Rp)Cs\tau_s = (R_s + R_p)C_s.

    • Setting s=jωs = j\omega: T(jω)=(RpRs+Rp)jωτs1+jωτsT(j\omega) = \left( \frac{R_p}{R_s + R_p} \right) \frac{j\omega\tau_s}{1 + j\omega\tau_s}.

    • Magnitude: T(jf)=(RpRs+Rp)2πfτs1+(2πfτs)2|T(jf)| = \left( \frac{R_p}{R_s + R_p} \right) \frac{2\pi f\tau_s}{\sqrt{1 + (2\pi f\tau_s)^2}}.

    • Phase: θ=90tan1(2πfτs)\theta = 90^{\circ} - \tan^{-1}(2\pi f\tau_s).

    • As f0f \rightarrow 0, θ=90\theta = 90^{\circ}. At the corner frequency where f=12πτsf = \frac{1}{2\pi\tau_s}, θ=45\theta = 45^{\circ}. As ff \rightarrow \infty, θ=0\theta = 0^{\circ}.

  • Parallel Capacitor Load Circuit (Low-Pass Network):

    • Circuit involves ViV_i, source resistance RsR_s, and a load consisting of RpR_p and CpC_p in parallel.

    • Transfer function: T(jf)=(RpRs+Rp)(11+j2πfτp)T(jf) = \left( \frac{R_p}{R_s + R_p} \right) \left( \frac{1}{1 + j2\pi f\tau_p} \right).

    • Time constant: τp=(RsRp)Cp\tau_p = (R_s || R_p)C_p.

    • Magnitude: T(jf)=(RpRs+Rp)11+(2πfτp)2|T(jf)| = \left( \frac{R_p}{R_s + R_p} \right) \frac{1}{\sqrt{1 + (2\pi f\tau_p)^2}}.

    • Phase: θ=tan1(2πfτp)\theta = -\tan^{-1}(2\pi f\tau_p).

Bode Plot Mechanics

  • Definition: A technique for approximate plots of magnitude and phase.

  • Magnitude Components (Logarithmic sums of three terms for high-pass RC):

    1. Constant Term: RpRs+Rp\frac{R_p}{R_s + R_p}. Since this ratio is less than unity, its value in dB is less than zero and is independent of frequency.

    2. Rising Slope Term: Corresponding to the numerator sτs\tau. This term increases linearly with frequency at a rate of 20dB/decade20\,dB/decade (or 6dB/octave6\,dB/octave).

    3. Falling Slope Term: Corresponding to 11+sτ\frac{1}{1 + s\tau}. At low frequencies, it is 0dB0\,dB. At the corner frequency (f=1/(2πτ)f = 1/(2\pi\tau)), it is 3dB-3\,dB. At very high frequencies, it decreases linearly at 20dB/decade-20\,dB/decade.

  • Combined Plot: The rising slope and constant term dominate at low frequencies. After the corner frequency (break-point), the falling slope term cancels the rising slope, resulting in a flat response (mid-band gain).

Combined Capacitor Effects (SCTC and OCTC)

  • If a circuit contains both a series coupling capacitor (CsC_s) and a parallel load capacitor (CpC_p), we can analyze them individually if their values differ significantly.

  • Low Frequencies (Open-Circuit Time Constant - OCTC):

    • Treat CpC_p as an open circuit.

    • τs=(Rs+Rp)Cs\tau_s = (R_s + R_p)C_s.

  • High Frequencies (Short-Circuit Time Constant - SCTC):

    • Treat CsC_s as a short circuit.

    • τp=(RsRp)Cp\tau_p = (R_s || R_p)C_p.

  • Corner Frequencies:

    • Lower corner: fL=12πτsf_L = \frac{1}{2\pi\tau_s}.

    • Upper corner: fH=12πτpf_H = \frac{1}{2\pi\tau_p}.

Transistor Frequency Response: External Capacitors

  • Common-Emitter with Input Coupling Capacitor:

    • Assumptions: Output resistance ro=r_o = \infty (valid if r_o >> R_C and r_o >> R_E).

    • Small-signal voltage gain: Av(s)=Vo(s)Vi(s)=gmrπRC(RBRB+Rib)1(Rsi+Ri)+1sCCA_v(s) = \frac{V_o(s)}{V_i(s)} = -g_m r_{\pi} R_C \left( \frac{R_B}{R_B + R_{ib}} \right) \frac{1}{(R_{si} + R_i) + \frac{1}{s C_C}}.

    • Simplified form: Av(s)=(gmrπRCRsi+Ri)(RBRB+Rib)(sτs1+sτs)A_v(s) = \left( \frac{-g_m r_{\pi} R_C}{R_{si} + R_i} \right) \left( \frac{R_B}{R_B + R_{ib}} \right) \left( \frac{s\tau_s}{1 + s\tau_s} \right).

    • Time constant: τs=(Rsi+Ri)CC\tau_s = (R_{si} + R_i)C_C, where Ri=RB[rπ+(1+β)RE]R_i = R_B || [r_{\pi} + (1 + \beta)R_E].

  • Common-Source with Output Coupling Capacitor:

    • Assumptions: Signal generator resistance is negligible compared to RGR_G. ro=r_o = \infty.

    • Even with the capacitor at the output, the response is a high-pass network.

    • The effective resistance seen by CCC_C is found by setting independent sources to zero (gmVgs=0g_m V_{gs} = 0), making it an open circuit.

    • Effective resistance: Reff=RD+RLR_{eff} = R_D + R_L.

    • Time constant: τ=(RD+RL)CC\tau = (R_D + R_L)C_C.

  • Emitter-Follower with Output Coupling Capacitor:

    • Determine the 3dB3\,dB frequency using the resistance seen by the output capacitor CC2C_{C2}.

    • Parameters for analysis typically include β=100\beta = 100, VBE(on)=0.7VV_{BE(on)} = 0.7\,V, and VA=120VV_A = 120\,V.

Load Capacitor Effects

  • This occurs in a parallel capacitive load configuration, acting as a low-pass network.

  • At high frequencies, the impedance of CLC_L decreases, shunting the output to ground and driving the output voltage toward zero.

  • The corner frequency is found via the time constant approach involving τp\tau_p.

Combined Coupling and Load Capacitors Example

  • Circuit Parameters:

    • Rs=0.1kΩR_s = 0.1\,k\Omega, R1=40kΩR_1 = 40\,k\Omega, R2=5.7kΩR_2 = 5.7\,k\Omega, RC=5kΩR_C = 5\,k\Omega, RE=0.5kΩR_E = 0.5\,k\Omega, RL=10kΩR_L = 10\,k\Omega.

    • CC=10μFC_C = 10\,\mu F, CL=15pFC_L = 15\,pF.

    • Transistor: VBE(on)=0.7VV_{BE(on)} = 0.7\,V, β=100\beta = 100, VA=V_A = \infty.

  • DC/Small-Signal Analysis:

    • ICQ=0.99mAI_{CQ} = 0.99\,mA.

    • gm=38.08mA/Vg_m = 38.08\,mA/V, rπ=2.626kΩr_{\pi} = 2.626\,k\Omega.

    • Input Resistance Ri=rπ+(1+β)RE=2.63+(101)(0.5)=53.1kΩR_i = r_{\pi} + (1 + \beta)R_E = 2.63 + (101)(0.5) = 53.1\,k\Omega.

  • Results:

    • Midband Gain Avmax=6.14|A_v|_{max} = 6.14.

    • τs=(Rs+R1R2Ri)CC=46.6ms\tau_s = (R_s + R_1 || R_2 || R_i)C_C = 46.6\,ms.

    • τp=(RCRL)CL=50ns\tau_p = (R_C || R_L)C_L = 50\,ns.

    • fL=12π(46.6×103)=3.42Hzf_L = \frac{1}{2\pi(46.6 \times 10^{-3})} = 3.42\,Hz.

    • fH=12π(50×109)=3.18MHzf_H = \frac{1}{2\pi(50 \times 10^{-9})} = 3.18\,MHz.

    • fBW3.18MHzf_{BW} \approx 3.18\,MHz.

Gain-Bandwidth Product (GB)

  • Assuming corner frequencies are far apart, fBWfHf_{BW} \approx f_H.

  • The Gain-Bandwidth Product is essentially constant for a given load capacitance: GB=Avmax×fHGB = |A_v|_{max} \times f_H.

  • Amplifier design involves a trade-off between higher gain and wider bandwidth.

Bypass Capacitor Effects

  • Bypass capacitors (CEC_E or CSC_S) are used to allow stabilizing resistors (RER_E or RSR_S) to be part of the DC bias without reducing small-signal gain (as they are shorted at mid-band signal frequencies).

  • Transfer Function:     Av(s)=(gmrπRCRs+rπ+(1+β)RE)1+sRECE1+sRE(Rs+rπ)CERs+rπ+(1+β)REA_v(s) = \left( \frac{-g_m r_{\pi} R_C}{R_s + r_{\pi} + (1 + \beta)R_E} \right) \frac{1 + s R_E C_E}{1 + s \frac{R_E(R_s + r_{\pi})C_E}{R_s + r_{\pi} + (1 + \beta)R_E}}.

  • This has the form: Av(s)=Av01+sτA1+sτBA_v(s) = A_{v0} \frac{1 + s\tau_A}{1 + s\tau_B}.

  • Asymptotes:

    • As ω0\omega \rightarrow 0 (Open circuit): Av=gmrπRCRs+rπ+(1+β)RE|A_v| = \frac{g_m r_{\pi} R_C}{R_s + r_{\pi} + (1 + \beta)R_E}.

    • As ω\omega \rightarrow \infty (Short circuit): Av=gmrπRCRs+rπ|A_v| = \frac{g_m r_{\pi} R_C}{R_s + r_{\pi}}.

  • The Bode plot features two horizontal asymptotes connected by a sloped region defined by corner frequencies fA=12πτAf_A = \frac{1}{2\pi\tau_A} and fB=12πτBf_B = \frac{1}{2\pi\tau_B}.

Questions & Discussion

  • Exercise 1 (Series Coupling): RS=2kR_S = 2\,k, RP=8kR_P = 8\,k, fL=50Hzf_L = 50\,Hz.

    • Calculate CsC_s: τs=12π(50)=3.18ms\tau_s = \frac{1}{2\pi(50)} = 3.18\,ms. Cs=3.18ms2k+8k=0.318μFC_s = \frac{3.18\,ms}{2\,k + 8\,k} = 0.318\,\mu F.

  • Exercise 2 (Parallel Load): RS=4.7kR_S = 4.7\,k, RP=25kR_P = 25\,k, CP=120pFC_P = 120\,pF.

    • Calculate fHf_H: τp=(4.7k25k)×120pF=3.956k×120pF=0.4747μs\tau_p = (4.7\,k || 25\,k) \times 120\,pF = 3.956\,k \times 120\,pF = 0.4747\,\mu s. fH335kHzf_H \approx 335\,kHz.

  • PSpice Results Discussion: PSpice simulations for combined effects of multiple coupling capacitors (CC1=1μFC_{C1} = 1\,\mu F, CC2=2μFC_{C2} = 2\,\mu F) and a bypass capacitor (CE=50μFC_E = 50\,\mu F) show that the low-frequency roll-off slope increases with each additional capacitor (6dB/octave6\,dB/octave for one, 12dB/octave12\,dB/octave for two, etc.).