Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Industrial Technology

Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications

In transistor amplifier design, the common‑collector configuration—often called the emitter‑follower—offers a simple yet powerful solution for voltage buffering and current amplification. Below, we break down its operation, key characteristics, and practical uses.

What Is the Common‑Collector Configuration?

Unlike the common‑emitter topology, the collector in a common‑collector circuit is shared between the input and output. The schematic below illustrates the essential connections:

Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications

Here, the signal source and the load are both tied to the collector lead, while the emitter serves as the output node. Because the emitter must carry the entire current flowing through the transistor—base current plus collector current—the circuit inherently offers a large current gain.

Current Gain in the Common‑Collector Amplifier

The current delivered to the load equals the emitter current, which is the sum of the base and collector currents. Therefore, the current gain (AI) is:

$$A_I = eta + 1$$

where β is the transistor’s current‑gain factor. This is the highest current gain achievable with a single‑transistor amplifier.

Voltage Gain: Nearly Unity

One of the defining traits of this topology is its voltage behavior. Because the emitter voltage follows the base voltage minus a ~0.7 V VBE drop (for silicon devices), the output voltage is essentially the input voltage minus that constant diode drop. Consequently, the voltage gain (AV) is close to 1 (0 dB) and the amplifier is non‑inverting.

In SPICE, the behavior can be verified with the following netlist:

common-collector amplifier
vin 1 0
q1 2 1 3 mod1
v1 2 0 dc 15
rload 3 0 5k
.model mod1 npn
.dc vin 0 5 0.2
.plot dc v(3,0)
.end

Simulation results confirm that the output tracks the input with only the ~0.7 V offset, regardless of β or load resistance.

AC Signal Amplification

For alternating‑current signals, a DC bias is added to the input to keep the transistor in its active region throughout the waveform. The circuit and its transient simulation are shown below:

Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications

common-collector amplifier
vin 1 4 sin(0 1.5 2000 0 0)
vbias 4 0 dc 2.3
q1 2 1 3 mod1
v1 2 0 dc 15
rload 3 0 5k
.model mod1 npn
.tran .02m .78m
.plot tran v(1,0) v(3,0)
.end

The output follows the input’s waveform with the same peak‑to‑peak amplitude, offset only by the VBE drop.

PNP Transistors Work Just As Well

Using a PNP device in a common‑collector configuration yields the same voltage‑follower behavior, with reversed polarity of voltages and currents. The schematic and operation remain analogous to the NPN case.

Practical Applications

Diagrams of a single transistor, a PNP version, and a Darlington pair illustrate these concepts.

Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications

Common‑Collector Amplifier: Emitter‑Follower Fundamentals & Applications

Key Takeaways

Related Resources


Industrial Technology

  1. Common‑Emitter Amplifier: Design, Measurement, and Feedback Techniques
  2. Designing a High‑Gain Multi‑Stage Common‑Emitter Amplifier with Negative Feedback
  3. Designing a High‑Gain Differential Amplifier with NPN Transistors
  4. Non‑Inverting Amplifier: Build, Test, and Master Op‑Amp Gain Control
  5. Understanding Amplifier Gain: Voltage, Current, and Power
  6. Common‑Base Transistor Amplifiers: Design, Analysis, and Applications
  7. Cascode Amplifier: Combining Common‑Emitter and Common‑Base for Wide Bandwidth and High Input Impedance
  8. Common‑Source Amplifier (IGFET): Design, Biasing, and Performance
  9. The Operational Amplifier: Foundations, Features, and Key Applications
  10. Understanding Voltage Amplifiers: How They Boost Signal Voltage