Table of Contents
Overview#
In analog circuit design, achieving high gain often comes at the expense of linearity. This analysis explores the fundamental reasons for this trade-off and techniques to optimize both parameters.
The Fundamental Trade-off#
Linearity Definition#
A perfectly linear amplifier satisfies:
$$ V_{out} = A \cdot V_{in} $$Real amplifiers have nonlinear transfer characteristics:
$$ V_{out} = a_1 V_{in} + a_2 V_{in}^2 + a_3 V_{in}^3 + ... $$Where \(a_1\) is the desired gain and \(a_2, a_3, …\) represent distortion.
Sources of Nonlinearity#
- Transistor \(g_m\) variation: \(g_m\) depends on \(V_{GS}\)
- Output resistance variation: \(r_o\) changes with \(V_{DS}\)
- Saturation limits: Clipping at supply rails
- Body effect: Threshold varies with signal
Transistor-Level Analysis#
MOSFET Transfer Characteristic#
In saturation:
$$ I_D = \frac{1}{2}\mu C_{ox}\frac{W}{L}(V_{GS} - V_{th})^2(1 + \lambda V_{DS}) $$The square-law relationship is inherently nonlinear.
Small-Signal Linearity#
For small signals around operating point \(Q\):
$$ i_d \approx g_m v_{gs} + \frac{1}{2}g_m' v_{gs}^2 + ... $$Where:
$$ g_m' = \frac{\partial g_m}{\partial V_{GS}} = \mu C_{ox}\frac{W}{L} $$High Gain Increases Nonlinearity#
Higher gain requires:
- Larger \(g_m\) → steeper transfer curve
- Larger voltage swings → more nonlinear region traversed
Vout
│
│ ╱───── Saturation (linear region)
│ ╱
│ ╱ ← Operating point
│ ╱
│ ╱
│╱
└──────────────────── VinLarge swings → traverse nonlinear regions
Quantifying Nonlinearity#
Total Harmonic Distortion (THD)#
$$ THD = \frac{\sqrt{V_2^2 + V_3^2 + V_4^2 + ...}}{V_1} \times 100\% $$Where \(V_n\) is the amplitude of the \(n\)th harmonic.
Third-Order Intercept Point (IP3)#
$$ IIP3 = P_{in} + \frac{\Delta P}{2} $$Where \(\Delta P\) is the difference between fundamental and third-order product power levels.
1-dB Compression Point#
Input level where gain drops 1 dB from linear:
$$ P_{1dB} = \text{IIP3} - 9.6 \text{ dB} $$Linearity Enhancement Techniques#
1. Source Degeneration#
VDD
│
[RD]
│
├───── Vout
│
┌──┴──┐
Vin ──│ M1 │
└──┬──┘
│
[RS] ← Degeneration resistor
│
GNDEffect on Gain:
$$ A_v = \frac{-g_m R_D}{1 + g_m R_S} $$Effect on Linearity:
The effective transconductance becomes:
$$ G_m = \frac{g_m}{1 + g_m R_S} $$| Parameter | Without RS | With RS |
|---|---|---|
| Gain | \(g_m R_D\) | \(\frac{g_m R_D}{1 + g_m R_S}\) |
| Linearity | Baseline | Improved |
| Bandwidth | Baseline | Improved |
2. Feedback#
Negative feedback reduces distortion:
$$ THD_{CL} = \frac{THD_{OL}}{1 + A\beta} $$Trade-off: Gain reduced by the same factor.
3. Differential Topology#
VDD
│
┌────┴────┐
[RD] [RD]
│ │
├─Vout+ ├─Vout-
│ │
┌──┴──┐ ┌──┴──┐
─│ M1 │ │ M2 │─
└──┬──┘ └──┬──┘
│ │
└────┬────┘
│
[ISS]
│
GNDBenefits:
- Cancels even-order harmonics
- Better PSRR
- Higher output swing
4. Operating Point Optimization#
Choose bias point for best linearity:
| Bias Region | Gain | Linearity |
|---|---|---|
| Weak inversion | Low | Best |
| Moderate inversion | Medium | Good |
| Strong inversion | High | Worst |
Mathematical Analysis#
Power Series Expansion#
For input \(v_{in} = V_m \cos(\omega t)\):
$$ v_{out} = a_1 V_m \cos(\omega t) + \frac{a_2 V_m^2}{2}[1 + \cos(2\omega t)] + ... $$DC offset: \(\frac{a_2 V_m^2}{2}\)
Second harmonic: \(\frac{a_2 V_m^2}{2}\cos(2\omega t)\)
Third harmonic: \(\frac{a_3 V_m^3}{4}\cos(3\omega t)\)
HD3 (Third Harmonic Distortion)#
$$ HD3 = \frac{a_3 V_m^2}{4a_1} $$Increases with signal amplitude squared.
Design Guidelines#
For High Gain Priority#
- Accept higher THD
- Use minimum degeneration
- Limit input signal amplitude
- Apply post-amplifier filtering
For High Linearity Priority#
- Accept lower gain
- Use source degeneration
- Apply negative feedback
- Use differential topology
- Bias in weak inversion
Balanced Approach#
| Technique | Gain Impact | Linearity Improvement |
|---|---|---|
| 10% degeneration | -0.8 dB | ~10× |
| Differential | Same | 2× (even harmonics) |
| 10× feedback | -20 dB | 10× |
Practical Applications#
RF Amplifiers#
- High IP3 required for blocking signals
- Moderate gain acceptable
- Use multiple stages
Audio Amplifiers#
- Low THD critical (<0.01%)
- Feedback extensively used
- Class AB for efficiency
Sensor Interfaces#
- High gain for weak signals
- Linearity important for accuracy
- Chopper techniques for DC
Summary#
Key insights on gain-linearity trade-off:
- Inherent conflict: Higher gain → larger swings → more nonlinearity
- Source degeneration: Trades gain for linearity
- Feedback: Reduces both gain and distortion
- Differential: Cancels even harmonics
- Bias point: Weak inversion most linear
- Application-specific: Balance based on requirements