Adam Cooman

YZSHGABT
YY→ZY→SY→HY→GY→AY→BY→T
ZZ→YZ→SZ→HZ→GZ→AZ→BZ→T
SS→YS→ZS→HS→GS→AS→BS→T
HH→YH→ZH→SH→GH→AH→BH→T
GG→YG→ZG→SG→HG→AG→BG→T
AA→YA→ZA→SA→HA→GA→BA→T
BB→YB→ZB→SB→HB→GB→AB→T
TT→YT→ZT→ST→HT→GT→AT→B

From Z-parameters to G-parameters

In matrix form, the formula is

G=([0001]Z+[1000])([1000]Z+[0001])1\mathbf{G} =\left(\begin{bmatrix} 0 & 0\\ 0 & 1 \end{bmatrix}\,\mathbf{Z}+\begin{bmatrix} 1 & 0\\ 0 & 0 \end{bmatrix}\right)\,{\left(\begin{bmatrix} 1 & 0\\ 0 & 0 \end{bmatrix}\,\mathbf{Z}+\begin{bmatrix} 0 & 0\\ 0 & 1 \end{bmatrix}\right)}^{-1}

While for each element, we obtain

G11=1Z11G12=Z12Z11G21=Z21Z11G22=Z11Z22Z12Z21Z11\begin{align*}G_{11} &=\frac{1}{Z_{11}}\\G_{12} &=-\frac{Z_{12}}{Z_{11}}\\G_{21} &=\frac{Z_{21}}{Z_{11}}\\G_{22} &=\frac{Z_{11}\,Z_{22}-Z_{12}\,Z_{21}}{Z_{11}}\\\end{align*}

The formulas are obtained with the methods explained here. The MATLAB implementation can be found in circuitconversions on Gitlab.

Definitions

[V1V2]=Z[I1I2]\begin{bmatrix}V_1 \\V_2\end{bmatrix} = \mathbf{Z}\begin{bmatrix}I_1 \\I_2\end{bmatrix}

[I1V2]=G[V1I2]\begin{bmatrix}I_1 \\V_2\end{bmatrix} = \mathbf{G}\begin{bmatrix}V_1 \\I_2\end{bmatrix}