Real-time small-signal analysis of voltage gain, input/output impedance, and frequency response. Compare Bode plots for Common Emitter, Common Base, and Emitter Follower configurations.
Input Settings
Input Amplitude Vin40 mV
Collector Current IC1.0 mA
Collector Resistor RC3.3 kΩ
Common-Emitter Operation
Supply VCC=12V, DC operating point VCC/2=6V. Voltage gain Av = −gm·RC (gm=IC/VT, VT≈26mV). The output is inverted 180° relative to the input and clips by saturation/cutoff once the swing exceeds the supply rails (0V / 12V).
While paused, move the sliders to update the result instantly.
—
Voltage Gain Av
—
Input Amp [mV]
—
Output Peak [V]
—
Clipping
Real-Time Waveforms — Vin amplified & inverted into Vout (clips at the rails)
CE (Common Emitter): The output is inverted 180° (Av<0). When the swing exceeds the supply rails (0–VCC), the top clips at cutoff and the bottom at saturation.
Because gm=IC/VT, raising IC or RC increases the gain and makes clipping more likely.
What is BJT AC Analysis?
🙋
What exactly is "AC analysis" for a transistor amplifier? I thought transistors just amplify a signal.
🎓
Basically, it's about how the circuit behaves for the small, fast-changing signal you want to amplify, separate from the DC power that turns the transistor on. In practice, we model the transistor with small-signal parameters like $g_m$ (transconductance). Try moving the "Collector Current I C " slider above—you'll see the gain change instantly because $g_m$ is directly proportional to IC.
🙋
Wait, really? So the three configurations (CE, CB, CC) in the simulator are just different ways to hook up the same transistor? Why do they behave so differently?
🎓
Exactly! It's all about which terminal is common to both the input and output. For instance, the Common Emitter (CE) inverts the signal and has high gain. The Common Collector (CC), or "emitter follower," doesn't amplify voltage but has a low output impedance. A common case is using CC as a buffer. Switch between the configurations in the simulator and watch the voltage gain and impedance plots transform.
🙋
That "Bypass Cap" parameter is confusing. What does it do, and why does it make the CE gain shoot up when I enable it?
🎓
Great observation! The emitter resistor RE provides DC stability but also reduces AC gain by introducing negative feedback. The bypass capacitor shorts out RE at signal frequencies, removing that feedback and restoring the full gain. In the simulator, toggle the "RE Bypass Cap" on and off—you'll see the gain jump from a modest value to a much larger one, which is a classic design trade-off between gain and stability.
Physical Model & Key Equations
The core of small-signal analysis is modeling the BJT with three key parameters derived from its DC operating point (Q-point).
$g_m$ (Transconductance): How much output current change per input voltage change (in S, or A/V). $r_\pi$ : Small-signal resistance looking into the base. $r_o$ : Output resistance due to the Early effect, modeling how I C varies with V CE . $V_T$ is the thermal voltage (~26 mV at room temp).
These parameters plug into the gain and impedance formulas for each configuration. The Common Emitter (CE) voltage gain is a foundational example.
The negative sign indicates signal inversion. The gain is proportional to $g_m$ and the effective load resistance, which is the parallel combination of the collector resistor ($R_C$), any external load ($R_L$), and the transistor's own output resistance ($r_o$). Changing $R_C$ or $R_L$ in the simulator directly controls this product.
Frequently Asked Questions
The main difference lies in the input and output terminals. The common emitter uses base input and collector output, providing large voltage gain with signal inversion. The common base uses emitter input and collector output, offering excellent high-frequency characteristics without signal inversion. The emitter follower uses base input and emitter output, with a voltage gain of approximately 1, high input impedance, and low output impedance.
At low frequencies, the impedance of coupling capacitors and bypass capacitors increases, causing signal attenuation and thus a drop in gain. At high frequencies, gain decreases due to the effects of transistor parasitic capacitances (Cbe, Cbc) and wiring capacitance. This tool allows you to check these cutoff frequencies in real time.
In the parameter display area at the top of the screen, the input impedance Zin and output impedance Zout for each circuit configuration are displayed numerically. Additionally, you can observe impedance changes on the frequency characteristic graph. These values are automatically updated when bias conditions or resistance values are changed.
First, check whether the DC bias point (Ic, Vce) is appropriate. If Vce is close to the saturation region or cutoff region, the small-signal model will not hold. Additionally, this tool uses an ideal small-signal model and does not account for actual transistor parasitic effects, temperature characteristics, or component tolerances. Differences from actual measurements are often due to these factors.
Real-World Applications
Audio Preamplifiers: Common Emitter (CE) stages are the workhorse for voltage gain in microphone preamps and instrument amplifiers. Designers carefully choose IC and RC to set the gain and headroom while using an emitter bypass cap to achieve the necessary amplification for weak signals.
ADC Driver Buffers: Common Collector (CC) emitter followers are perfect for driving analog-to-digital converters (ADCs). Their high input impedance doesn't load the preceding stage, and their low output impedance can quickly charge the ADC's sampling capacitor, preserving signal integrity.
RF/Wireless Front-Ends: Common Base (CB) amplifiers are frequently used in radio frequency (RF) stages, like in antenna input circuits. Their excellent high-frequency performance and lack of Miller effect make them suitable for amplifying signals in the MHz to GHz range with good stability.
Impedance Matching Networks: The CC and CB configurations are intentionally used to transform impedance levels between circuit blocks. For instance, an emitter follower (CC) can match a high-impedance sensor to a lower-impedance cable to prevent signal loss over distance.
Common Misconceptions and Points to Note
When you start using the simulator, there are a few common pitfalls. First, don't forget the prerequisites for "small-signal analysis". The calculations this tool performs fundamentally assume a proper DC bias point has been established. For example, if the collector resistor RC is too large, the bias point can enter saturation, invalidating this AC analysis. This is why, if you set RC to an extremely large value in the simulator, the voltage gain will deviate significantly from the theoretical value.
Next, understand the realistic ranges for parameters. For instance, increasing the collector current Ic from 1mA to 10mA will indeed increase the gain, but in a real circuit, heat dissipation and power consumption become significant. Also, the current gain β varies from part to part (e.g., hFE=70–700 for a 2SC1815). While the simulation uses a single value, in actual design you must always verify that the circuit will function even with the minimum specified value.
Finally, be aware of the gap between simulation and real-world measurements. The tool's calculations are based on ideal lumped-parameter models. On an actual PCB, parasitic wiring inductance and stray capacitance degrade high-frequency performance. For example, a frequency response that appears flat up to 1MHz in simulation might start rolling off at a few hundred kHz in a physical prototype. Think of simulation as the first step to understanding "behavior close to the ideal."
Enter BJT DC operating point: collector current IC (mA) and current gain β (typically 100–300 for small-signal transistors)
Set AC circuit parameters: collector resistor RC (kΩ), load resistor RL (kΩ), and select amplifier topology (CE/CB/CC) from dropdown
Run simulation to compute voltage gain AV (dB), input impedance ZIN (kΩ), output impedance ZOUT (kΩ), lower cutoff fL (Hz), upper cutoff fH (kHz), and gain–bandwidth product GBW (MHz)
Compare Bode magnitude and phase plots across all three configurations simultaneously
Worked Example
Common Emitter amplifier with IC = 5 mA, β = 150, RC = 2.2 kΩ, RL = 10 kΩ: gm = IC/VT = 5/0.026 = 192 mS; mid-band voltage gain |AV| = gm(RC||RL) = 192 mS × 1.80 kΩ ≈ 347 → 20·log10(347) ≈ 50.8 dB (inverting); input impedance ZIN = β/gm ≈ 0.78 kΩ; output impedance ZOUT ≈ RC = 2.2 kΩ. With typical compensation capacitors (CC = 1 µF, CL = 100 nF), fL ≈ 45 Hz and fH ≈ 180 kHz, yielding GBW ≈ 6.3 MHz.
Practical Notes
Common Emitter (CE) delivers highest voltage gain and moderate input impedance (useful for pre-amplifier stages in audio mixers)
Common Base (CB) exhibits very low input impedance (50–100 Ω) and flat gain response—ideal for impedance matching and wideband RF circuits
Common Collector (CC) provides unity gain, high input impedance, and low output impedance—employ as buffer or source follower between high-Z and low-Z stages
Verify thermal stability: for IC > 10 mA, monitor junction temperature rise and re-bias if ΔVBE exceeds ±5 mV over operating range
High-frequency cutoff fH depends critically on transistor fT (gain–bandwidth product) and parasitic capacitances; use fH ≈ fT/(1 + |AV|) for rough CE estimate