Convert Y-parameters to hybrid h-parameters
h_params = y2h(y_params)
example
h_params = y2h(y_params) converts the Y-parameters to hybrid h-parameters.
h_params
y_params
collapse all
Define a matrix of Y-parameters.
Y11 = 0.0488133074245012 - 0.390764155450191i; Y12 = -0.0488588365420561 + 0.390719345880018i; Y21 = -0.0487261119282660 + 0.390851884427087i; Y22 = 0.0487710062903760 - 0.390800401433241i; y_params = [Y11,Y12; Y21,Y22];
Convert Y-parameters to h-parameters.
h_params = 2×2 complex 0.3148 + 2.5198i 0.9999 + 0.0001i -1.0002 + 0.0002i -0.0000 + 0.0000i
2-port Y-Parameters, specified as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port Y-parameters.
2-port hybrid h-parameters, returned 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.
h2y | y2abcd | y2s | y2z
h2y
y2abcd
y2s
y2z
You have a modified version of this example. Do you want to open this example with your edits?