0

I found in this book at the page 271 a definition of the source follower input/output swing ( that i didn`t know as:

$$ V_{in-pp} = V_{dd} - ( Vt + 2.V_{ds-sat} )$$

I tried to understand how to calculate this paramater (I've tried to consider the condition for having the MOSFET in saturation Vds > Vd-sat and active Vgs > Vt), but I didn`t arrive to the same result. Considering: Vds > Vd-sat

and

Vin= Vout + VGS

I obtained

Vout < Vdd - Vd-sat

or equivalently

Vin < Vdd +Vgs - Vd-sat

Can somebody help me?

Book Name: Analog/RF and Mixed-Signal Circuit Systematic Design (pag271) Schematic: enter image description here

Mxm89
  • 3
  • 4

1 Answers1

0

We can arrive at their answer by adding the following assumptions, which are reasonable enough though not universally true:

  1. \$V_{in}\$ can never go above \$V_{DD}\$ or below ground.
  2. The current source \$I_b\$ needs headroom of at least \$V_{dsat}\$.
  3. We can approximate \$V_{gs} = V_{dsat} + V_{t} \$

Then the maximum value of the input is just \$V_{DD}\$.

The minimum value of the output is \$V_{dsat}\$, so:

$$V_{in,min} = V_{GS} + V_{out,min} = (V_t + V_{dsat}) + V_{dsat}$$

Thus:

$$V_{in,pp} = V_{DD} - (V_t + 2 V_{dsat})$$

StainlessSteelRat
  • 7,851
  • 2
  • 18
  • 34
Adam Q
  • 557
  • 2
  • 9