| Contents | Index |
y_params = z2y(z_params)
y_params = z2y(z_params) converts the impedance parameters z_params into the admittance parameters y_params. The z_params input is a complex N-by-N-by-M array, representing M N-port Z-parameters. y_params is a complex N-by-N-by-M array, representing M N-port Y-parameters.
Convert Z-parameters to Y-parameters:
%Define a matrix of Z-parameters. Z11 = -14567.2412789287 - 148373.315116592i Z12 = -14588.1106171651 - 148388.583516562i Z21 = -14528.0522132692 - 148350.705757767i Z22 = -14548.5996561832 - 148363.457002006i z_params = [Z11,Z12; Z21,Z22]; %Convert to Y-parameters y_params = z2y(z_params);
abcd2y | h2y | s2y | y2z | z2abcd | z2h | z2s

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 |