Skip to Main Content Skip to Search
Product Documentation

y2z - Convert Y-parameters to Z-parameters

Syntax

z_params = y2z(y_params)

Description

z_params = y2z(y_params) converts the admittance parameters y_params into the impedance parameters z_params. The y_params input is a complex N-by-N-by-M array, representing M N-port Y-parameters. z_params is a complex N-by-N-by-M array, representing M N-port Z-parameters.

Examples

Convert Y-parameters to Z-parameters:

%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 to Z-parameters
z_params = y2z(y_params);

See Also

abcd2z | h2z | y2abcd | y2h | y2s | y2z | 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