Two Port Network Parameters — Complete Guide - ELECTRICAL ENCYCLOPEDIA

Two Port Network Parameters — Complete Guide

Introduction

When analysing complex electrical circuits — filters, amplifiers, transmission lines — engineers treat a section of the circuit as a "black box" with an input port and an output port. This is the two-port network model. But to actually use this model, we need a mathematical way to describe how voltages and currents at one port relate to those at the other.

That's where two port network parameters come in. There are four standard parameter sets — Z, Y, H, and ABCD — each suited to different circuit topologies and applications. This guide compares all four, shows you how to convert between them, and helps you decide which one to use for your specific problem.

What is a Two-Port Network?

A two-port network is any linear electrical circuit with exactly two pairs of terminals:

  • Port 1 (Input) — where current I₁ enters and voltage V₁ is measured
  • Port 2 (Output) — where current I₂ enters and voltage V₂ is measured

Port condition: The current entering one terminal of a port must equal the current leaving the other terminal of the same port. This is the fundamental requirement for a valid two-port representation.

The network can contain resistors, capacitors, inductors, and dependent sources — but no independent sources inside the box. Common examples include filters, attenuators, transformer equivalent circuits, and transistor small-signal models.

Why Do We Need Network Parameters?

Network parameters solve a practical problem: how do you characterise a complex circuit without knowing its internal structure? Parameters give us:

  • Black-box analysis — describe input-output behaviour without knowing internal components
  • Easy cascading — combine multiple networks using simple matrix operations
  • Standard datasheets — transistor manufacturers provide h-parameters directly
  • Network interconnection — series, parallel, or cascade connections each have a parameter set that simplifies the math
  • Symmetry/reciprocity testing — quickly determine network properties from parameter values

Each parameter set uses different combinations of V₁, V₂, I₁, I₂ as independent and dependent variables, making certain circuit configurations easier to analyse.

Comparison: Z vs Y vs H vs ABCD Parameters

The table below summarises all four standard two-port network parameter sets:

Feature Z (Impedance) Y (Admittance) H (Hybrid) ABCD (Transmission)
Also Called Open-circuit parameters Short-circuit parameters Hybrid parameters Chain / Transmission parameters
Equation [V] = [Z][I] [I] = [Y][V] V₁, I₂ = f(I₁, V₂) V₁, I₁ = f(V₂, I₂)
Units All in Ohms (Ω) All in Siemens (S) Mixed (Ω, S, dimensionless) Mixed (Ω, S, dimensionless)
Test Condition Open-circuit ports (I = 0) Short-circuit ports (V = 0) Mixed (short + open) Open + short at output
Best For Series-connected networks Parallel-connected networks Transistor circuits Cascaded networks
Reciprocity Z₁₂ = Z₂₁ Y₁₂ = Y₂₁ h₁₂ = −h₂₁ AD − BC = 1
Symmetry Z₁₁ = Z₂₂ Y₁₁ = Y₂₂ Δh = 1 A = D

For a detailed derivation of each parameter set, see our dedicated articles on Z-parameters (open-circuit impedance), Y-parameters (short-circuit admittance), and H-parameters (hybrid).

Conversion Formulas Between Parameter Types

You can convert any parameter set to another using the formulas below. Let ΔZ = Z₁₁Z₂₂ − Z₁₂Z₂₁ and Δh = h₁₁h₂₂ − h₁₂h₂₁.

Z to Y Conversion

Y₁₁ = Z₂₂ / ΔZ
Y₁₂ = −Z₁₂ / ΔZ
Y₂₁ = −Z₂₁ / ΔZ
Y₂₂ = Z₁₁ / ΔZ

This is simply the matrix inverse: [Y] = [Z]⁻¹.

Z to H Conversion

h₁₁ = ΔZ / Z₂₂
h₁₂ = Z₁₂ / Z₂₂
h₂₁ = −Z₂₁ / Z₂₂
h₂₂ = 1 / Z₂₂

H to ABCD Conversion

A = −Δh / h₂₁
B = −h₁₁ / h₂₁
C = −h₂₂ / h₂₁
D = −1 / h₂₁

ABCD to Z Conversion

Z₁₁ = A / C
Z₁₂ = (AD − BC) / C
Z₂₁ = 1 / C
Z₂₂ = D / C

Tip: For a reciprocal network, AD − BC = 1, so Z₁₂ simplifies to 1/C = Z₂₁ — confirming reciprocity.

Solved Example: Find Z, Y, and H Parameters of a T-Network

Consider a T-network with series arm Za = 3Ω (input side), series arm Zb = 5Ω (output side), and shunt arm Zc = 4Ω (between the two series arms).

Step 1: Find Z-Parameters

For a T-network, the Z-parameters are found by open-circuiting each port:

Z₁₁ = Za + Zc = 3 + 4 = 7 Ω
Z₁₂ = Z₂₁ = Zc = 4 Ω
Z₂₂ = Zb + Zc = 5 + 4 = 9 Ω

ΔZ = Z₁₁·Z₂₂ − Z₁₂·Z₂₁ = 7×9 − 4×4 = 63 − 16 = 47

Step 2: Convert to Y-Parameters

Using [Y] = [Z]⁻¹ (the Y-parameter conversion formulas):

Y₁₁ = Z₂₂/ΔZ = 9/47 = 0.1915 S
Y₁₂ = −Z₁₂/ΔZ = −4/47 = −0.0851 S
Y₂₁ = −Z₂₁/ΔZ = −4/47 = −0.0851 S
Y₂₂ = Z₁₁/ΔZ = 7/47 = 0.1489 S

Step 3: Convert to H-Parameters

Using the Z-to-H conversion (useful for hybrid parameter analysis):

h₁₁ = ΔZ/Z₂₂ = 47/9 = 5.222 Ω
h₁₂ = Z₁₂/Z₂₂ = 4/9 = 0.444 (dimensionless)
h₂₁ = −Z₂₁/Z₂₂ = −4/9 = −0.444 (dimensionless)
h₂₂ = 1/Z₂₂ = 1/9 = 0.111 S

Verification: h₁₂ = −h₂₁ = 0.444 ✓ (confirms reciprocal network). Also Δh = 5.222 × 0.111 − 0.444 × (−0.444) = 0.580 + 0.197 = 0.777 ≠ 1, so the network is NOT symmetrical (expected since Za ≠ Zb).

Which Parameter to Use When — Decision Guide

Choosing the right parameter set saves significant calculation effort. Use this decision guide:

Situation Use Reason
Two networks in series Z-parameters Z-matrices add: Z_total = Z_A + Z_B
Two networks in parallel Y-parameters Y-matrices add: Y_total = Y_A + Y_B
Transistor small-signal analysis H-parameters Available on datasheets; models asymmetric I/O
Networks in cascade (chain) ABCD-parameters ABCD-matrices multiply: T_total = T_A × T_B
Transmission lines ABCD-parameters Natural cascade structure; relates sending to receiving end
High-frequency RF circuits Y-parameters (or S-parameters) Short-circuit measurements more stable at RF

Rule of thumb: Match the parameter type to the network connection. Series → Z, Parallel → Y, Cascade → ABCD, Transistor → H.

Frequently Asked Questions

What are two port network parameters?

Two port network parameters are sets of four constants (arranged in a 2×2 matrix) that completely describe the input-output voltage and current relationships of a linear two-port network. The four standard sets are Z (impedance), Y (admittance), H (hybrid), and ABCD (transmission) parameters.

How do you compare Z, Y, H, and ABCD parameters?

Z-parameters use open-circuit tests and are best for series connections. Y-parameters use short-circuit tests and suit parallel connections. H-parameters use mixed tests and are ideal for transistors. ABCD parameters relate input to output directly and are best for cascaded networks like transmission lines.

How to convert H-parameters to ABCD parameters?

Use these formulas: A = −Δh/h₂₁, B = −h₁₁/h₂₁, C = −h₂₂/h₂₁, D = −1/h₂₁, where Δh = h₁₁h₂₂ − h₁₂h₂₁. For a reciprocal network (h₁₂ = −h₂₁), verify that AD − BC = 1 after conversion.

Can all parameter types exist for every two-port network?

No. Z-parameters don't exist if the Z-matrix is singular (e.g., ideal series element). Y-parameters don't exist if the Y-matrix is singular (e.g., ideal shunt element). H-parameters and ABCD parameters may exist when Z or Y don't, which is one reason multiple parameter sets are needed.

What is the relationship between Z and Y parameters?

They are matrix inverses of each other: [Y] = [Z]⁻¹. This means Y₁₁ = Z₂₂/ΔZ, Y₁₂ = −Z₁₂/ΔZ, Y₂₁ = −Z₂₁/ΔZ, and Y₂₂ = Z₁₁/ΔZ, where ΔZ is the determinant of the Z-matrix.

Why are ABCD parameters used for transmission lines?

Because transmission lines are naturally cascaded sections. With ABCD parameters, the overall matrix of cascaded networks is simply the product of individual matrices — making long-line analysis straightforward. Also, ABCD directly relates sending-end quantities (V₁, I₁) to receiving-end quantities (V₂, I₂).

Related Articles

No comments:

Post a Comment