Convert ABCD-parameters to Z-parameters
z_params = abcd2z(abcd_params)
z_params = abcd2z(abcd_params)
converts the ABCD-parameters
abcd_params
into the impedance parameters z_params
. The
abcd_params
input is a complex
2N-by-2N-by-M array, representing
M 2N-port ABCD-parameters. The function assumes that the
ABCD-parameter matrices have distinct A, B,
C, and D submatrices:
z_params
is a complex
2N-by-2N-by-M array, representing
M 2N-port Z-parameters.
You can also use network parameter objects to perform network parameter conversions. For more information, see RF Network Parameter Objects.