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
- Set the main input to zero
- Break the loop at some point
- Inject a test signal in the correct direction
- Follow the loop and obtain the value that returns to the break point
- The negative of the transfer function is the loop gain
Assume H(s)=A,G(s)=β, we have
YX=A1+βA≈1β(1−1βA)Thus, for negative-feedback system, as long as βA is large enough, the closed loop gain is determined by the feedback coefficient.
- 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.
- Nonlinearity: reduced
Types of Amplifiers
Corresponding implementation
Sensing and Return Mechanism
Input and Output Impedance
Voltage-Voltage Feedback
For the output impedance
Voltage-Voltage Feedback, Output Impedance
Assume that feedback network draws no current
Zout=Rout1+βA0For the input impedance
Voltage-Voltage Feedback, Input Impedance
Current-Voltage Feedback
IoutVin=Gm1+GmRFFor the output impedance
Current-Voltage Feedback, Output Impedance
For the input impedance
Current-Voltage Feedback, Input Impedance
Voltage-Current Feedback
VoutIin=R01+gmFR0Voltage-Current Feedback, Impedance Calculation
For the output impedance
Zout=Rout1+gmFR0For the input impedance
Zin=Rin1+gmFR0This 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+βAIFor the output impedance
Zout=Rout(1+βAI)For the input impedance
Zin=Rin1+βAILimitations 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.
Feedback Analysis Difficulties
Possible methods
Two Port Models
Z
{V1=Z11I1+Z12I2V2=Z21I1+Z22I2Y
{I1=Y11V1+Y12V2I2=Y21V1+Y22V2H
{V1=H11I1+H12V2I2=H21I1+H22V2G
{I1=G11V1+G12I2V2=G21V1+G22I2Voltage-Voltage Feedback
Voltage-Voltage Feedback, using G Model
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=0For that matter, the Av,open should be calculated using the configuration
Voltage-Voltage Feedback, Open-Loop Gain Calculation
Summary
To calculate the gain with the loading effect, the procedure is as follows:
- Open the loop with proper loading and calculate the open-loop gain AOL
- Determine the feedback ratio β
- Calculate the closed-loop gain with AOL/(1+βAOL)
Summary of Open-Loop Gain Calculation
Bode's Analysis
{Vout=AVin+BI1V1=CVin+DI1Assume I1=gmV1, we have
VoutVin=A+gmBC1−gmDThe return ratio (RR) is defined as −gmD.
The procedure
- Disable the transistor and by setting gm=0 and obtain A and C
- Set input to zero and calculate B and D
- Solve the Av with above equations
Blackman's Theorem
{Vin=AIin+BI1V1=CIin+DI1It follows that
VoutIin=A+gmBC1−gmDIf we define two quantities
Toc=−gmV1I1|Iin=0=−gmDTsc=−gmV1I1|Vin=0=−gmAD−BCAAnd therefore
Zin=VoutIin=A1+Tsc1+TocStability 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.
- Post link: https://triblemany.github.io/archives/b4b2824b/feedback-system-analysis.html
- Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.