Processing math: 100%

Feedback System Analysis

This article intends to deal with the analysis of feedback systems.

General Consideration

A negative feedback system is as follows

Y(s)=H(s)[X(s)G(s)Y(s)]

Reorganize the items, we have

Y(s)X(s)=H(s)1+G(s)H(s)

H(s) is called the open-loop gain, while H(s)G(s) is called the loop gain, and Y(s)/X(s) is called the closed-loop transfer function. The loop gain can be obtained by

  1. Set the main input to zero
  2. Break the loop at some point
  3. Inject a test signal in the correct direction
  4. Follow the loop and obtain the value that returns to the break point
  5. The negative of the transfer function is the loop gain

Assume H(s)=A,G(s)=β, we have

YX=A1+βA1β(11βA)

Thus, for negative-feedback system, as long as βA is large enough, the closed loop gain is determined by the feedback coefficient.

  1. Bandwidth: for one pole gain A(s)=A01+s/ω0, the transfer function is Y(s)/X(s)=A0/(1+βA0)1+s/[(1+βA0)ω0], and thus the bandwidth is extended by the loop gain, leaving the GBW unchanged.
  2. Nonlinearity: reduced

Types of Amplifiers

Corresponding implementation

Sensing and Return Mechanism

Input and Output Impedance

Voltage-Voltage Feedback

For the output impedance

Assume that feedback network draws no current

Zout=Rout1+βA0

For the input impedance

Zin=Rin(1+βA0)

Current-Voltage Feedback

IoutVin=Gm1+GmRF

For the output impedance

Zout=Rout(1+GmRF)

For the input impedance

Zin=Rin(1+GmRF)

Voltage-Current Feedback

VoutIin=R01+gmFR0

For the output impedance

Zout=Rout1+gmFR0

For the input impedance

Zin=Rin1+gmFR0

This topology has application in fiber optic receivers, where light is converted to electrical current through a reverse-biased diode. A transimpedance amplifier (TIA) is adopted to convert this current signal into voltage signal.

Current-Current Feedback

IoutIin=AI1+βAI

For the output impedance

Zout=Rout(1+βAI)

For the input impedance

Zin=Rin1+βAI

Limitations of the Simple Analysis

What is loading effect?

The non-ideal input and output impedance of the feedback network could degrade the open-loop gain.

Possible methods

Two Port Models

Z

{V1=Z11I1+Z12I2V2=Z21I1+Z22I2

Y

{I1=Y11V1+Y12V2I2=Y21V1+Y22V2

H

{V1=H11I1+H12V2I2=H21I1+H22V2

G

{I1=G11V1+G12I2V2=G21V1+G22I2

Voltage-Voltage Feedback

We have

VoutVin=A0(1+g22Zin)(1+g11Zout)+g21A0=Av,open1+g21Av,openAv,open=A0(1+g22Zin)(1+g11Zout)g11=I1V1|I2=0g22=V1I1|V1=0

For that matter, the Av,open should be calculated using the configuration

Summary

To calculate the gain with the loading effect, the procedure is as follows:

  1. Open the loop with proper loading and calculate the open-loop gain AOL
  2. Determine the feedback ratio β
  3. Calculate the closed-loop gain with AOL/(1+βAOL)

Bode's Analysis

{Vout=AVin+BI1V1=CVin+DI1

Assume I1=gmV1, we have

VoutVin=A+gmBC1gmD

The return ratio (RR) is defined as gmD.

The procedure

  1. Disable the transistor and by setting gm=0 and obtain A and C
  2. Set input to zero and calculate B and D
  3. Solve the Av with above equations

Blackman's Theorem

{Vin=AIin+BI1V1=CIin+DI1

It follows that

VoutIin=A+gmBC1gmD

If we define two quantities

Toc=gmV1I1|Iin=0=gmDTsc=gmV1I1|Vin=0=gmADBCA

And therefore

Zin=VoutIin=A1+Tsc1+Toc

Stability Consideration

Consider again the closed-loop transfer function

Y(s)X(s)=H(s)1+G(s)H(s)

If G(s)H(s)=1, the gain goes to infinity. This is the condition of instability, which can be equivalently expressed as

|βH(jω1)|=1βH(jω1)=180

which are called “Barkhausen’s Criteria.” We introduce several notions:

  • Gain Crossover Frequency: The frequency when open-loop gain reduces to 1 (0 dB), denoted as GX.
  • Phase Crossover Frequency: The frequency when the phase of open-loop gain reduces to 180, denoted as PX.
  • Phase Margin: Defined as 180+βH(f=GX), denoted as PM.

If PM=60, we have

|Y(s)X(s)|=H(s)|1+exp(j2π3)|=H(s)=1G(s)

There will be negligible frequency peaking.

0%