The **z-parameter** (impedance parameter) of a two-port network is a matrix representation that characterizes the electrical behavior of the network in terms of voltages and currents. It relates the input and output voltages and currents of a two-port network by expressing them in terms of impedances.
### Two-Port Network Overview:
A two-port network is an electrical system with two pairs of terminals, known as ports:
1. **Port 1:** Consists of terminals 1 and 1'
2. **Port 2:** Consists of terminals 2 and 2'
In this network, the voltage at Port 1 is denoted by \( V_1 \), and the voltage at Port 2 is denoted by \( V_2 \). Similarly, the current entering Port 1 is denoted by \( I_1 \), and the current entering Port 2 is denoted by \( I_2 \).
### Z-Parameter Representation:
The z-parameters define the relationship between the port voltages (\( V_1 \) and \( V_2 \)) and the port currents (\( I_1 \) and \( I_2 \)) as follows:
\[
\begin{bmatrix}
V_1 \\
V_2
\end{bmatrix}
=
\begin{bmatrix}
z_{11} & z_{12} \\
z_{21} & z_{22}
\end{bmatrix}
\begin{bmatrix}
I_1 \\
I_2
\end{bmatrix}
\]
Where:
- \( V_1 \) and \( V_2 \) are the voltages at Port 1 and Port 2, respectively.
- \( I_1 \) and \( I_2 \) are the currents entering Port 1 and Port 2, respectively.
- \( z_{11}, z_{12}, z_{21}, z_{22} \) are the z-parameters (impedance parameters), which are constants that depend on the network's configuration and elements.
Each parameter has a specific physical meaning:
1. **\( z_{11} \) (Input impedance at Port 1):**
- It is the input impedance seen looking into Port 1 with Port 2 open (no current flowing through Port 2, i.e., \( I_2 = 0 \)).
- It is defined as:
\[
z_{11} = \frac{V_1}{I_1} \Big|_{I_2 = 0}
\]
2. **\( z_{12} \) (Transfer impedance from Port 2 to Port 1):**
- It represents the effect of the current at Port 2 on the voltage at Port 1 when Port 1 is open (no current flowing through Port 1, i.e., \( I_1 = 0 \)).
- It is defined as:
\[
z_{12} = \frac{V_1}{I_2} \Big|_{I_1 = 0}
\]
3. **\( z_{21} \) (Transfer impedance from Port 1 to Port 2):**
- It represents the effect of the current at Port 1 on the voltage at Port 2 when Port 2 is open (no current flowing through Port 2, i.e., \( I_2 = 0 \)).
- It is defined as:
\[
z_{21} = \frac{V_2}{I_1} \Big|_{I_2 = 0}
\]
4. **\( z_{22} \) (Output impedance at Port 2):**
- It is the output impedance seen looking into Port 2 with Port 1 open (no current flowing through Port 1, i.e., \( I_1 = 0 \)).
- It is defined as:
\[
z_{22} = \frac{V_2}{I_2} \Big|_{I_1 = 0}
\]
### Z-Parameter Matrix:
So, in matrix form, the relationships can be written as:
\[
\begin{bmatrix}
V_1 \\
V_2
\end{bmatrix}
=
\begin{bmatrix}
z_{11} & z_{12} \\
z_{21} & z_{22}
\end{bmatrix}
\begin{bmatrix}
I_1 \\
I_2
\end{bmatrix}
\]
This means that the voltage at Port 1 (\( V_1 \)) depends on both the current at Port 1 (\( I_1 \)) and the current at Port 2 (\( I_2 \)), while the voltage at Port 2 (\( V_2 \)) depends on the current at both ports as well.
### Summary:
- **Z-parameters** represent the impedance characteristics of a two-port network.
- The matrix relates the port voltages \( V_1 \) and \( V_2 \) to the port currents \( I_1 \) and \( I_2 \).
- Each individual z-parameter has a specific meaning in terms of how it relates the voltage at one port to the current at the other port or the same port.
This model is particularly useful when analyzing circuits that involve complex combinations of resistors, inductors, capacitors, and other elements that may affect the impedance seen at the ports.