Skip to Main Content Skip to Search
Product Documentation

z2abcd - Convert Z-parameters to ABCD-parameters

Syntax

abcd_params = z2abcd(z_params)

Description

abcd_params = z2abcd(z_params) converts the impedance parameters z_params into the ABCD-parameters abcd_params. The z_params input is a complex 2N-by-2N-by-M array, representing M 2N-port Z-parameters. abcd_params is a complex 2N-by-2N-by-M array, representing M 2N-port ABCD-parameters. The output ABCD-parameter matrices have distinct A, B, C, and D submatrices:

Examples

Convert Z-parameters to ABCD-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 ABCD-parameters
abcd_params = z2abcd(z_params);

See Also

abcd2z | h2abcd | s2abcd | y2abcd | z2h | z2s | z2y

  


Recommended Products

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