Lecture 11 - BJT Common Emitter Amplifier

Review

  1. Small Signal Model of the BJT
    1. Input Resistance rpi = Vt / IB
    2. Output resistance ro = VA / IC
    3. Transconductance gm = IC / Vt
  2. Simple Amplifier circuit

General Common Emitter Amplifier

  1. Collector Resistor tied to positive supply, RC
  2. Emitter bypass capacitor after emitter resistor, RE, current supply bias
  3. Direct coupled (no bypass capacitor) - base is at DC ground
  4. DC solution first
    1. IE = current supply value
    2. IC = IE
  5. Reduce this circuit to a common amplifier configuration - Compute Rin, Rout, GM
  6. Input Resistance
    1. vss = iss * rp + (ß+1) * RE * iss
    2. Rin = vss / iss = rp + (ß+1) * RE
    3. Base resistance reflectance rule - looking into base you find (ß+1) * emitter impedance
  7. Output Resistance (measure with input shorted out)
    1. Rout = RC || ro
    2. No current in supply - look at emitter node
  8. Voltage Gain
    1. vo = -(RC || ro) * gm * vp
    2. vp = vss * rp / (rp + (ß+1) * RE)
    3. Avo = -gm * (RC || ro) * rp / (rp + (ß+1) * RE) = -(RC||ro) * ß / (rp + (ß+1) * RE)
    4. When RE goes to zero, -gm * (RC || ro)
  9. Function of RE
    1. Tradeoff input resistance and gain
    2. RE up, Rin up
    3. RE up, Avo down

Common Emitter Amplifier Example

  1. RE1 = 500, RE2=3.5k, RE2 bypassed, RC = 5k, RB1=100k, RB2=50k, ß = 100, VCC = 15V, VA = 100V
  2. Solve the DC bias problem
    1. VBB = 5V, RBB = 33k
    2. 5V = IB * RBB + 0.7V + (ß+1) IB RE
    3. IE = 1mA
  3. Compute the small signal parameters for the transistor
    1. gm = IC / Vt = 1mA / 25mV = 40mS
    2. rp = ß Vt / IC = 2.5k
    3. ro = VA / IC = 100 / 1mA = 100k
  4. Compute the equivalent amplifier model
    1. Input Resistance
      1. RBB is in parallel with the resistance looking into the base
      2. Rin = RBB || (rp + (ß+1) * RE) = 33k || (2.5k + 101 * 500) = 20k
    2. Output Resistance
      1. Rout = RC || ro = 5k || 100k = 4.8k ~ RC
    3. Voltage Gain (open circuit gain)
      1. Avo = -RC / (rpi / ß+ RE) = -5k / (2.5k/100 + 500) = -9.5
  5. What is the overall voltage gain when driven by a small signal source w/ RS = 10k, RL = 10k
    1. AV = Avo * Rin / (RS + Rin) * RL / (Rout + RL) = -9.5 * 20 / (20+10) * 10 / (10+5) = -4.25

Conclusions

Next Time