Convert ABCD-parameters to hybrid h-parameters
h_params = abcd2h(abcd_params)
h_params = abcd2h(abcd_params)
converts the ABCD-parameters
abcd_params
into the hybrid parameters h_params
. The
abcd_params
input is a complex 2-by-2-by-M array,
representing M 2-port ABCD-parameters. h_params
is a
complex 2-by-2-by-M array, representing M 2-port hybrid
h-parameters.
You can also use network parameter objects to perform network parameter conversions. For more information, see RF Network Parameter Objects.