Advanced Techniques

Constant Current Sources

A resistor plate load limits your gain. A CCS removes that ceiling, letting the tube reach its theoretical maximum amplification factor μ. This is the single most impactful upgrade in tube circuit design.

Theory

Why a Current Source?

The fundamental gain limitation of resistor loads

With a resistor plate load R_L, the voltage gain of a triode is limited to:

A_v = μ × R_L / (r_p + R_L)

Since R_L is always finite, the gain is always less than μ. For a 12AX7 with μ = 100 and a typical 100kΩ plate load (r_p ≈ 62.5kΩ), the gain is only about 61.5 — far from the theoretical 100.

A constant current source presents a very high dynamic impedance (100kΩ to 10MΩ+). As R_L → ∞, the gain approaches μ. In practice, a well-designed CCS gets you to 95–99% of μ.

A_v (CCS) ≈ μ × r_out / (r_p + r_out) → μ
Av (100kΩ load)61.5
Av (CCS)≈ 97

Ref: Horowitz & Hill, "The Art of Electronics" 3rd Ed. §2.2.6 — Morgan Jones, "Valve Amplifiers" 4th Ed. Ch.2

Interactive Calculator

JFET CCS Designer

Self-biased JFET current source — enter your JFET parameters and desired current

A JFET (like the J310, 2SK170, or 2N5457) makes an excellent CCS. With just one resistor R_S from source to ground, the JFET self-biases to a stable current. The square-law equation gives us:

I_D = I_DSS × (1 − V_GS / V_GS(off))²
R_S = |V_GS| / I_D
I_DSS10mA
|V_GS(off)|4V
I_D target2mA
V_GS2.21V
R_S1.11
Power in R_S0.0mW
Min headroom4.2V
Common JFETs for audio CCS
J310 — I_DSS 24–60mA
2SK170 — I_DSS 2.6–20mA
2N5457 — I_DSS 1–5mA
2N5459 — I_DSS 4–16mA
BF245A — I_DSS 2–6.5mA
LSK489 — I_DSS 3–10mA
Interactive

Loadline Comparison

Resistor load (diagonal) vs CCS (horizontal)

B+300V
R_L100kΩ
Av (resistor)61.5
Av (CCS)≈ 97
Reference

CCS Topologies Compared

Choose the right CCS for your application

TypeOutput ZV maxAdvantagesDrawbacksParts
JFET100k–500kΩ25–40VSimple, low noise, 1 resistorLow voltage, IDSS spreadJ310, 2SK170, 2N5457
Depletion MOSFET500k–5MΩ300–500VHigh voltage, excellent routHigher noise than JFETDN2540, LND150, IXTP01N100D
Pentode40k–1MΩ300–500VNative HV, period-correctHeater needed, noiseEL84, EF86, 6SJ7
Cascode (JFET)10MΩ+300V+Ultimate rout, bootstrappedComplex, 2+ devicesDN2540 + J310
LED-biased BJT1–10MΩ300V+Very stable, cheapMore noise, Vce headroomMPSA42 + LED
Design Guide

Practical CCS Design

Key considerations for real-world implementations

1. Compliance Voltage

The CCS needs a minimum voltage across it to regulate. For JFETs: V_compliance ≥ |V_GS(off)| + 2V. For depletion MOSFETs: typically 5–10V. Budget this from your B+ when designing the stage.

2. Thermal Stability

JFETs have a negative temperature coefficient for IDSS — current decreases as temperature rises, providing natural thermal stability. MOSFETs and BJTs need more care. An LED-biased BJT CCS uses the LED's ~−2mV/°C to track the BJT's V_BE drift.

3. Startup & Transients

At power-on, the CCS may source full current before the tube warms up, leading to excessive voltage across the device. Add a startup resistor in parallel (1–2MΩ) to limit the initial voltage, or use a time-delay circuit.

4. Noise Considerations

A CCS adds its own noise. JFETs are quietest (1–5 nV/√Hz), followed by depletion MOSFETs. Pentodes and BJTs are noisier. In critical first stages, a JFET CCS is preferred. The noise contribution is proportional to gm_CCS/gm_tube.

Quiz de synthèse

Testez vos connaissances

Question 1 / 5

What is the main advantage of a CCS plate load over a resistor?

References

  1. Paul Horowitz & Winfield Hill, The Art of Electronics, 3rd ed., Cambridge University Press, 2015. ISBN 978-0521809269Canonical reference for analog design — covers tubes in Ch. 2.4 & Ch. 3.
  2. Morgan Jones, Valve Amplifiers, 4th ed., Newnes, 2012. ISBN 978-0080966403Modern engineering treatment of tube audio design.