본문 바로가기
Microelectronics

[Post #10/38] BJT Amplifier Topologies (CE, CB, CC) — Complete Analysis

by WiseTech_Owl 2026. 5. 20.
반응형
BJT Amplifier Topologies (CE, CB, CC) — Complete Analysis banner

CONTENT_START [HERO_HERE: Schematic showing the three BJT configurations: CE (Emitter grounded), CB (Base grounded), and CC (Collector grounded).]

📘 Microelectronic Circuits Series — Post #10/38 — 5.3-5.5 (Key)

Understanding the three basic BJT configurations is the "alphabet" of analog circuit design. Whether you are building a low-noise pre-amplifier or a high-speed line driver, every practical stage is ultimately a variation of these three fundamental topologies.

1. Overview & Background — Why this matters

Think of a BJT amplifier as a professional sound technician at a mixing console. The transistor has three terminals (Base, Collector, Emitter), but the signal only has two hands: one for the input and one for the output. Because the device has three terminals, one terminal must be shared between the input and the output loop. This "shared" terminal is what defines the configuration.

Side-by-side comparison of CE, CB, and CC topologies
Figure 1. Side-by-side comparison of CE, CB, and CC topologies

The Common-Emitter (CE) is like a technician who moves both the fader and the gain knob simultaneously, resulting in a large, inverted output. The Common-Base (CB) is like a locked-down input stage where you can't push much signal in, but you get a very precise, non-inverted copy at the output. The Common-Collector (CC), or Emitter Follower, is like a buffer—it doesn't try to change the volume (gain), but it makes sure the signal is strong enough to drive a heavy load, like a low-impedance loudspeaker.

Historically, these configurations formed the basis of discrete audio amplifiers in the 1960s and 70s. Today, even in complex 5-nm FinFET SoCs, these same topologies persist as the building blocks for differential pairs, cascode stages, and power buffers.

[DIAGRAM_1_HERE: A side-by-side comparison circuit schematic for CE, CB, and CC amplifiers.]

2. How it Works (Physical & Circuit Principles)

In a Common-Emitter (CE), the base is the input and the collector is the output; the emitter is the common ground reference. Because the collector current IC is controlled by the base-emitter voltage VBE, and IC flows through a load resistor RC, the voltage drop across the resistor creates an inverted gain. Small changes at the base result in large current swings, which translate to high voltage amplification.

In a Common-Base (CB), the input is applied to the emitter. Since the emitter-base junction is forward-biased, the input sees a very low resistance (re). The collector current follows the emitter current almost exactly. This configuration is unique because it offers no voltage phase inversion and excellent high-frequency performance due to the lack of the Miller effect.

In a Common-Collector (CC), the collector is tied to VCC (or ground for AC signals), and the output is taken from the emitter. The emitter voltage "follows" the base voltage minus the constant VBE drop. This provides high input impedance and low output impedance, acting as a perfect impedance matcher.

g_m = \frac{I_C}{V_T}

where gm is the transconductance (A/V), IC is the quiescent collector current, and VT is the thermal voltage (~26 mV at 300 K). This equation represents the sensitivity of the transistor—how much output current the device produces for a given change in input voltage.

💡 Intuition: The CE configuration is the only one of the three that provides both significant voltage gain and significant current gain simultaneously, making it the "workhorse" of voltage amplification.

3. Key Design Equations

For a CE amplifier with an unbypassed emitter resistor RE, the gain is:

Bar/table chart comparing gain and input/output impedance
Figure 2. Bar/table chart comparing gain and input/output impedance
A_v = -\frac{g_m R_C}{1 + g_m R_E}

where Av is the voltage gain, and RE provides local negative feedback to stabilize the gain.

For a CB amplifier, the input impedance is:

R_{in} = \frac{1}{g_m}

where Rin is the low-impedance path seen looking into the emitter, typically ranging from 10 Ω to 100 Ω.

For a CC amplifier (Emitter Follower), the voltage gain is approximately:

A_v \approx \frac{R_E}{R_E + 1/g_m} \approx 1

where the output voltage tracks the input with a near-unity gain, effectively buffering the signal.

4. Worked Numerical Example

Consider a BC547 NPN transistor biased at IC = 1 mA. At room temperature, VT = 26 mV.

1. Calculate Transconductance: gm = 1 mA / 26 mV ≈ 38.5 mA/V (or 38.5 mS).

2. CE Gain: If we use a collector resistor RC = 2 kΩ, the voltage gain Av = -gm · RC = -38.5 mS · 2 kΩ = -77 V/V.

3. Result: A 10 mV peak-to-peak input signal at the base will result in a 770 mV peak-to-peak inverted signal at the collector. This is a standard gain stage for a small-signal sensor interface.

[DIAGRAM_2_HERE: Small-signal equivalent circuits for CE, CB, and CC.]

5. Design Considerations & Trade-offs

  • Gain vs. Linearity: Increasing RC in a CE stage increases gain but reduces the output voltage headroom, risking saturation at high signal swings.
  • Input Impedance: Use the CC configuration if your signal source has a high source resistance; it prevents the "loading effect" where the amplifier pulls down the signal level.
  • High-Frequency Performance: Choose the CB configuration when you need to avoid the Miller effect; it is the go-to for radio frequency (RF) front-ends.
  • Current Driving Capability: The CC configuration is the only one of the three that can efficiently drive low-resistance loads (e.g., 50 Ω transmission lines).

6. Where it Shows Up in Practice

The Common-Emitter is used in the main gain stages of audio pre-amplifiers, such as those found in the TI NE5532 op-amp input differential pair. The Common-Collector is standard as the output buffer of nearly all operational amplifiers (the "Class-AB" output stage). The Common-Base is heavily utilized in high-speed cascade stages for cellular base-station transceivers to provide isolation between input and output ports.

7. Common Pitfalls & Debugging Tips

  • ⚠️ Forgetting the Miller Effect: In CE amplifiers, the parasitic CBC is multiplied by the gain (1+Av), creating a massive input capacitance that kills high-frequency performance.
  • ⚠️ Ignoring Output Impedance: If you connect a low-impedance load directly to a CE output, the gain drops drastically; always check if you need an emitter-follower buffer.

8. Exam & Interview Hot Spots

  • 💡 "Compare the three configurations: Which one has the lowest input impedance?" (Answer: CB).
  • 💡 "Why is the CC amplifier called an 'Emitter Follower'?" (Answer: Because Vout = Vin - VBE, so the output tracks the input).
  • 💡 "Which configuration is best for high-frequency isolation?" (Answer: CB, because the base shields the collector from the emitter).

9. Key Takeaways

  • CE provides high voltage gain and current gain but suffers from the Miller effect.
  • CB provides current gain ≈ 1 and is excellent for high-frequency isolation.
  • CC (Emitter Follower) provides voltage gain ≈ 1, high Rin, and low Rout.
  • The choice of configuration depends entirely on the impedance requirements of the source and the load.
  • Always identify the "common" terminal first to simplify your small-signal analysis.

Educational content only. Always verify with datasheets and SPICE simulation before production design.

반응형