For more advanced analysis (especially when we get to amplifiers, transmission lines, and S-parameter analysis) we need a more general way to describe circuit blocks. The two-port network representation is the standard.
7.1 What is a two-port?
A two-port network has two pairs of terminals: an input pair and an output pair. Examples: an amplifier has input terminals (where signal goes in) and output terminals (where the amplified signal comes out). A transmission line has input and output ports. A filter has input and output. Most analog signal-processing blocks fit this description.
I1 → ← I2
●──────────────────●
│ │
V1 │ two-port net │ V2
│ │
●──────────────────●We characterize the two-port by relating the four variables (input voltage , input current , output voltage , output current ) using a 2×2 matrix of parameters. The convention is that both currents flow into the network at their respective + terminals.
7.2 The four parameter sets
Different choices of independent variables give different parameter representations. There are four major sets, plus a couple of less-common ones.
Z parameters (impedance, open-circuit)
Treat input and output currents as independent. The network's response is voltage at each port:
Or in matrix form:
The have units of impedance (ohms). To find each, drive one port with a current source while leaving the other port open-circuited (so the other current is zero):
- : input impedance with output open.
- : reverse transimpedance.
- : forward transimpedance.
- : output impedance with input open.
Hence "open-circuit Z parameters."
Y parameters (admittance, short-circuit)
Treat input and output voltages as independent. The network's response is current at each port:
Each is found by applying a voltage source at one port while short-circuiting the other (so the other voltage is zero). Hence "short-circuit Y parameters."
H parameters (hybrid)
Mix one voltage and one current as independent variables. The natural choice for transistors:
H parameters are the natural representation for BJTs: is the input resistance (), is the current gain (), is the output conductance (), and models the (small) reverse voltage gain. This is why h-parameters appear so often in transistor analysis textbooks.
ABCD parameters (transmission)
Express input quantities in terms of output. Note the convention that the output current is taken out of the port for ABCD (sign reversed):
where is the current flowing out of port 2.
The clever thing about ABCD: when two-ports are cascaded (output of one connected to input of next), the overall ABCD matrix is the product of individual ABCD matrices. So you can analyze a chain of filters by simply multiplying their ABCD matrices. Used heavily in transmission-line analysis.
7.3 Conversion formulas between parameter sets
You often need to convert between representations. Here are some of the most useful (using for the determinant of each 2×2 matrix):
Z to Y:
Z to H:
Z to ABCD:
There are similar formulas relating any pair, freely available in textbooks. The point is: pick the parameter set that makes your analysis cleanest, and convert at the end if needed.
7.4 T and Pi equivalents
Any reciprocal two-port (one where , or equivalently where applying the same source-meter swap gives the same reading, i.e., a circuit with no dependent sources) can be drawn as either a T network or a Pi network. These are the universal "lumped" representations.
T network: Pi network:
Z_a Z_c Z_3
●──[Z]──●──[Z]──● ●────[Z]─────●
│ │ │
[Z_b] [Z_1] [Z_2]
│ │ │
●───────●───────● ●────────────●The T's three series-and-shunt impedances or the Pi's three shunt-and-series impedances reproduce any reciprocal two-port. For Z parameters:
- T: , , .
- Pi: derived from Y parameters analogously.
These are workhorse representations in filter design and RF engineering. Most physical filters are some interconnection of T and Pi sections.
7.5 Worked example: Z parameters of a simple T network
Consider this T-network:
2 kΩ 4 kΩ
●───[R_a]───●───[R_c]───●
│
[R_b = 6 kΩ]
│
●───────────●────────────●Find : drive port 1 with current , leave port 2 open (). With port 2 open, no current flows through . So all of flows from the input, through , through to the bottom rail. . Therefore kΩ.
Find : same conditions, find . With and no current through , the voltage at port 2's top terminal equals the voltage at the middle node, which is . So , giving kΩ.
Find : drive port 2 with , leave port 1 open. With port 1 open, no current through . All of flows from input port 2, through , through to the bottom rail. . So kΩ.
Find : same conditions, find . With and no current through , the voltage at port 1's top terminal equals the middle node voltage, which is . So kΩ.
The Z matrix:
Note that . This is a passive reciprocal network, and reciprocity guarantees the symmetry. The off-diagonal entry, , is exactly the shared shunt element of the T network. That makes sense from the topology: the only way input current "talks" to output voltage is through .
7.6 Series/parallel/cascade combinations
Two two-ports can be connected:
- Series (input ports in series, output ports in series): Z parameters add.
- Parallel (input ports in parallel, output ports in parallel): Y parameters add.
- Cascade (output of one connected to input of next): ABCD matrices multiply.
- Series-parallel and parallel-series: more elaborate combinations using h or g parameters.
Choose your parameter set based on how the two-ports are interconnected.
7.7 Where two-ports show up
- BJT modeling with h-parameters in textbook analysis.
- Transmission lines cascade as ABCD products.
- Filter design chains second-order sections, each a two-port.
- RF amplifier datasheets quote S-parameters (high-frequency cousins of ABCD: every microwave datasheet has S₁₁, S₂₁, S₁₂, S₂₂).
- Op-amp stability analysis uses Y-parameter or ABCD blocks.
- Hardware-security work: characterizing a chip's package + PCB as a two-port between silicon and supply pin, then deconvolving power traces back to internal signals. The "package as two-port" is exactly how attackers and defenders quantify the side-channel impedance budget.