abcd2y - Convert ABCD-parameters to Y-parameters
Syntax
y_params = abcd2y(abcd_params)
Description
y_params = abcd2y(abcd_params) converts
the ABCD-parameters abcd_params into the admittance
parameters y_params. The abcd_params input
is a complex 2-by-2-by-m array, representing m 2-port
ABCD-parameters. y_params is a complex 2-by-2-by-m array,
representing m 2-port Y-parameters.
Examples
Perform a conversion from ABCD-parameters to Y-parameters:
%Define a matrix of ABCD-parameters.
A = 0.999884396265344 + 0.000129274757618717i;
B = 0.314079483671772 + 2.51935878310427i;
C = -6.56176712108866e-007 + 6.67455405306704e-006i;
D = 0.999806365547959 + 0.000247230611054075i;
abcd_params = [A,B; C,D];
%Convert to Y-parameters
y_params = abcd2y(abcd_params);
See Also
abcd2h | abcd2s | abcd2z | h2y | s2y | y2abcd | z2y
 | abcd2s | | abcd2z |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit