| Contents | Index |
z_params = h2z(h_params)
z_params = h2z(h_params) converts the hybrid parameters h_params into the impedance parameters z_params. The h_params input is a complex 2-by-2-by-M array, representing M 2-port hybrid h-parameters. z_params is a complex 2-by-2-by-M array, representing M 2-port Z-parameters.
Convert h-parameters to Z-parameters:
%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 to Z-parameters z_params = h2z(h_params);
abcd2z | h2abcd | h2s | h2y | s2z | y2z | z2h

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |