Convert hybrid h-parameters to Y-parameters
y_params = h2y(h_params)
example
y_params = h2y(h_params) converts the hybrid parameters to the admittance parameters.
y_params
h_params
collapse all
Define a matrix of h-parameters.
h_11 = 0.314441556185771 + 2.51960941000598i; h_12 = 0.999823389146385 - 0.000246785162909241i; h_21 = -1.000115600382660 - 0.000129304649930592i; h_22 = -6.55389515512306e-007 + 6.67541048071651e-006i; h_params = [h_11,h_12; h_21,h_22];
Convert h-parameters to Y-parameters.
y_params = 2×2 complex 0.0488 - 0.3908i -0.0487 + 0.3907i -0.0488 + 0.3908i 0.0487 - 0.3908i
2-port hybrid h-parameters, specified as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port hybrid h-parameters.
2-port Y-Parameters, returned as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port Y-parameters.
h2abcd | h2g | h2s | h2z | y2h
h2abcd
h2g
h2s
h2z
y2h
You have a modified version of this example. Do you want to open this example with your edits?