AMP II.2 – General Feedback Theory

Introduction

Before diving practical amplifier circuits, we need to address the underlying theory behind feedback amplifiers.  This chapter will contain the essential formulas and vocabulary to be able to move on to more practical topics.

A Little Bit of Control Theory

If you’ve studied automation, electronics, or mechanical engineering, chances are you’ve come across control theory.  It is an extremely versatile tool that can be applied to countless scientific domains, including electronics.  We can represent our amplifier circuit by a black box with a gain of A.  An open-loop amplifier would then be drawn as:

The transfer function of this amplifier is simply H(jw) = A(jw)Ajjw) would represent the active device in our amplifier, typically a transistor or an op-amp.

A closed-loop amplifier, featuring feedback, would have a portion of its output fed back through its input, like so:

The above diagram is a representation of a feedback amplifier.  While you will sometimes see the output directly coupled to the input with no circuitry in between, most often thee will be components between the output and the input.  These components create the feedback circuitry of the amplifier.  The transfer function of this feedback circuitry is F(jw).

What changes in a feedback amplifier?  Well, the input signal s_{in} isn’t fed directly to the amplifier A(jw), but is instead summed with the signal coming from the feedback network.  This signal is s_{out} \times F(jw).

Thus, what comes out of the summation node is \epsilon = s_{in} + s_{out} F(jw).  We also know that s_{out} = \epsilon A(jw).

Substituting \epsilon in the expression of s_{out} gives:

    \[ s_{out} = A(jw) (s_{in} + s_{out} F(jw)) = A(jw) s_{in} + A(jw) F(jw) s_{out} \]

We then have the following expression:

    \[ A(jw) s_{in} = (1 - A(jw) F(jw)) s_{out} \]

Thus, the transfer function \frac{s_{out}}{s_[in}} becomes:

    \[ H(jw) = \frac{s_{out}}{s_[in}} = \frac{A(jw)}{1 - A(jw)F(jw)} \]

The quantity A(jw)F(jw) is known as the loop gain G_{loop}, and is a fundamental characteristic of feedback cirtcuits.

Ideal Feedback

Using the above transfer function, we can derive \epsilon:

    \[ s_{out} = \frac{s_{in} A(jw)}{1 - G_{loop}} \]

Since s_{out} = A(jw) \epsilon, we have:

    \[ \epsilon A(jw) = \frac{s_{in} A(jw)}{1 - G_{loop}} \]

    \[ \epsilon = \frac{s_{in}}{1 - G_{loop}} \]

Let’s recap the two main equations we’ve found:

(1)   \begin{equation*} H(jw) = \frac{A(jw)}{1 - A(jw)F(jw)} \end{equation*}

(2)   \begin{equation*} \epsilon = \frac{s_{in}}{1 - G_{loop}} \end{equation*}

Notice what happens when |G_loop| >> 1:

  • H(jw) = \frac{A(jw)}{1 - A(jw)F(jw)} \approx \frac{A(jw)}{-A(jw)F(jw)} \approx -\frac{1}{F(jw)}
  • \epsilon \approx 0

Notice how for a high loop gain, the transfer function H(jw) no longer depends on the amplifier’s characteristics A(jw), but only on its feedback network F(jw).  Since the amplifier’s characteristic A(jw) refers to the active device’s characteristic, having a transfer function independent of A(jw) means it is no longer subject to semiconductor variability.  Furthermore, the feedback network described by F(jw) usually consists of passive components such as resistors.  Having an amplifier whose transfer function only depends on passive components like resistors makes it much easier to control gain and reproduce results.  This is one major advantage of closed loop design.

When loop gain is infinite, we consider the feedback as ideal.  Our loop gain will of course never be infinite, but if we want our equations and designs to work, we need to ensure that the loop gain G_{loop} is high enough to ensure that our transfer function indeed only depends on the feedback network.  Generally, a loop gain G_{loop} > 50 is ideal.  Less than 10 and the real results will stray too far from our ideal version.

Positive and Negative Feedback

Let’s take a look at the transfer function H(jw) again:

H(jw) = \frac{A(jw)}{1 - A(jw)F(jw)}

A(jw)F(jw), or G_{loop}, can be either positive or negative.  If G_{loop} is positive, then A(jw) and F(jw) have the same sign, and \epsilon will be greater than the input signal (in absolute value).  In this case, feedback tends to increase the output.  As the cycle repeats, the output will grow larger and larger until the circuit saturates.  This is called positive feedback.  The saturation usually occurs pretty, and very soon the output will simply be the maximum value the supply voltage will allow.  There are some cases when positive feedback is useful.  Oscillators, which we will cover in another section, come to mind.  But for amplifiers, positive feedback is useless.

If G_{loop} is negative, then A(jw) and F(jw) have different signs, and \epsilon will be smaller than the input signal.  Here feedback is used to decrease the signal fed to the amplifier A(jw).  This is negative feedback.

The Magic Quantity

Let’s differentiate our transfer function H(jw) = \frac{A(jw)}{1 - G_{loop}}with regards to A(jw):

    \[ \frac{dG}{dA} = \frac{dA}{A} \frac{1}{1 - G_{loop}} \]

What does this mean?  It means that if our active device’s properties A(jw) vary by a certain amount, our final transfer function G(jw) will only vary by \frac{1}{1 - G_{loop}} that amount, a huge reduction if G_{loop} is high enough.  Semiconductor variability is effectively cancelled by using negative feedback.  Of course, there is a price to pay.  Looking at the transfer function, we can see that the gain is also reduced by a factor of 1 - G_{loop}.

When studying feedback circuits, the quantity 1 - G_{loop} will appear very often.  It is the magic quantity of feedback amplifiers.

Conclusion

At the end of this chapter, you should understand:

  • the transfer function of a feedback amplifier H(jw) = \frac{A(jw)}{1 - G_{loop}}
  • the loop gain of a feedback circuit is G_{loop} = A(jw)F(jw)
  • for a high enough loop gain (ideal negative feedback): H(jw) \approx -\frac{1}{F(jw}, thereby eliminating active device varibility
  • for a high enough loop gain (ideal negative feedback): \epsilon \approx 0
  • the quantity 1-G_{loop} will often appear when studying feedback circuits

 

Leave a Comment