본문 바로가기
Microelectronics

[Post #27/38] Four Feedback Topologies and Their I/O Impedance Effects

by WiseTech_Owl 2026. 5. 24.
반응형
Four Feedback Topologies and Their I/O Impedance Effects banner

CONTENT_START [HERO_HERE: A stylized block diagram showing the four feedback topologies with signal flow arrows indicating V/I, I/V, V/I, and I/I conversion]

📘 Microelectronic Circuits Series — Post #27/38 — 12.6-12.7 (Theory)

Feedback topology selection is the bridge between a raw amplifier gain stage and a robust, predictable circuit block. Mastering the four canonical topologies allows an engineer to manipulate input and output impedances at will, transforming sensitive sensors or weak signal sources into stable, drive-capable system components.

1. Overview & Background — Why this matters

Think of feedback topologies as the "transmission system" of an electronic signal. Just as a car’s transmission matches the engine's power to the road’s demand, feedback topologies match the impedance characteristics of an amplifier to the requirements of the signal source and the load. Whether you are buffering a high-impedance pH probe or driving a low-impedance 50 Ω transmission line, the way you "tap" the output and "feed" the input changes the fundamental nature of the circuit.

Side-by-side circuit diagram of all four feedback topologies
Figure 1. Side-by-side circuit diagram of all four feedback topologies

In industry, this is the difference between a functional breadboard prototype and a production-grade IC. Without understanding these topologies, engineers often find their gain is correct but their signal is "damped" by the source or "loaded down" by the subsequent stage. These concepts are the bedrock for designing operational amplifiers, transimpedance amplifiers in fiber optics, and precision voltage regulators.

[DIAGRAM_1_HERE: A 2x2 matrix showing Series-Shunt (Voltage), Shunt-Shunt (Transimpedance), Series-Series (Transconductance), and Shunt-Series (Current) topologies]

2. How it Works (Physical & Circuit Principles)

Feedback changes the input resistance Rin and output resistance Rout by a factor of (1 + Aβ), known as the return ratio. When we use series connection at the input, we are placing the feedback network in the signal path, which forces the amplifier to "fight" the input source, increasing the input impedance. Conversely, a shunt connection taps the signal node directly, allowing the feedback to absorb or supply current, which effectively lowers the input impedance.

The output side follows a similar logic. A shunt output connection samples the voltage, trying to keep it constant—like a pressure regulator—thereby lowering output impedance. A series output connection samples the current, acting like a constant-current source, which pushes the output impedance higher. The combination of these connections defines the amplifier type.

R_{in,f} = R_{in} (1 + Aβ)

where Rin,f is the closed-loop input resistance, Rin is the open-loop input resistance, and (1 + Aβ) is the loop gain, quantifying the strength of the feedback mechanism.

💡 Intuition: Think of series feedback as adding an obstacle in the flow, increasing "resistance," while shunt feedback acts as a bypass lane, creating a path of least resistance.

3. Key Design Equations

The following table summarizes the impedance modifications for the four topologies, where D = (1 + Aβ) represents the feedback factor.

Table comparing R_in and R_out changes for each topology
Figure 2. Table comparing R_in and R_out changes for each topology
R_{in,f} = R_{in} \cdot D \quad (\text{Series Input})

Here Rin,f is the input resistance boosted by the loop gain, ideal for high-impedance voltage sensing.

R_{in,f} = R_{in} / D \quad (\text{Shunt Input})

This division by D lowers input resistance, creating an ideal interface for low-impedance current sources like photodiodes.

R_{out,f} = R_{out} / D \quad (\text{Shunt Output})

By sampling voltage, the shunt feedback forces a constant-voltage output, mimicking an ideal voltage source.

R_{out,f} = R_{out} \cdot D \quad (\text{Series Output})

By sampling current, the series feedback forces a constant-current output, yielding high output impedance.

4. Worked Numerical Example — Calculate it yourself

Consider a voltage amplifier (Series-Shunt) built with an op-amp where A = 1000 V/V, Rin = 10 kΩ, and Rout = 100 Ω. Let the feedback factor β = 0.1.

1. Calculate the loop gain: = 1000 × 0.1 = 100.

2. Calculate the return ratio D = 1 + 100 = 101.

3. Calculate new Rin,f: 10 kΩ × 101 ≈ 1.01 MΩ. This is excellent for preventing the source from being loaded.

4. Calculate new Rout,f: 100 Ω / 101 ≈ 0.99 Ω. This allows the amplifier to drive low-impedance loads with minimal voltage droop.

[DIAGRAM_2_HERE: A plot showing how open-loop gain drops as feedback increases, with input/output impedance changes labeled]

5. Design Considerations & Trade-offs

  • Gain-Bandwidth Product: Increasing feedback β lowers closed-loop gain but increases bandwidth; this is the classic "Gain vs. Bandwidth" trade-off.
  • Loading Effects: Always check if the feedback network itself loads the amplifier stage; if Rfeedback is comparable to Rin or RL, you must include them in your β calculation.
  • Stability: High loop gains can cause phase shifts to hit 180 degrees before the gain falls below unity, leading to oscillations.
  • Power Consumption: Lowering impedance via shunt feedback often requires more quiescent current to maintain linearity at high frequencies.

6. Where it Shows Up in Practice

These topologies are everywhere in integrated circuits. The Transimpedance Amplifier (TIA) used in fiber-optic receivers is a classic Shunt-Shunt amplifier because it must convert micro-amp current spikes from a photodiode into detectable voltages. The Voltage Follower (Buffer) is a Series-Shunt configuration, essential in ADC drivers where the source impedance is high and the ADC input is capacitive. High-precision **current mirrors** often employ series-series feedback (degeneration) to increase output impedance, ensuring current remains constant regardless of VDS fluctuations.

7. Common Pitfalls & Debugging Tips

  • ⚠️ Forgetting Loading: If your calculated gain differs from your simulation, check if the feedback network is loading the input or output nodes.
  • ⚠️ Ignoring Parasitics: At high frequencies (GHz range), PCB trace inductance creates additional feedback, turning a stable amplifier into a high-frequency oscillator.

8. Exam & Interview Hot Spots

  • 💡 "How does shunt feedback at the input affect the source's requirement?" (Answer: It requires the source to have low output impedance to avoid signal attenuation).
  • 💡 "Under what conditions is Rout increased by feedback?" (Answer: When the output is sampled in series, i.e., current feedback).
  • 💡 "What is the primary benefit of series-shunt feedback?" (Answer: It provides high input impedance and low output impedance, making it the ideal voltage buffer).

9. Key Takeaways

  • Series connections at the input/output increase impedance.
  • Shunt connections at the input/output decrease impedance.
  • Feedback factor D = (1 + Aβ) is the universal multiplier/divider for performance metrics.
  • Topologies define the amplifier's fundamental I/O interface (V-V, V-I, I-V, I-I).
  • Always identify the feedback network and ensure it is not loading the main amplifier significantly during analysis.

Educational content only. Always verify with datasheets and SPICE simulation before production design.

반응형