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