| Contents | Index |
abcd_params = s2abcd(s_params,z0)
abcd_params = s2abcd(s_params,z0) converts the scattering parameters s_params into the ABCD-parameters abcd_params. The s_params input is a complex 2N-by-2N-by-M array, representing M 2N-port S-parameters. z0 is the reference impedance; its default is 50 ohms. abcd_params is a complex 2N-by-2N-by-M array, representing M 2-port ABCD-parameters. The output ABCD-parameter matrices have distinct A, B, C, and D submatrices:
![]()
Convert S-parameters to ABCD-parameters:
%Define a matrix of S-parameters s_11 = 0.61*exp(j*165/180*pi); s_21 = 3.72*exp(j*59/180*pi); s_12 = 0.05*exp(j*42/180*pi); s_22 = 0.45*exp(j*(-48/180)*pi); s_params = [s_11 s_12; s_21 s_22]; z0 = 50; %Convert to ABCD-parameters abcd_params = s2abcd(s_params,z0)
abcd2s | h2abcd | s2h | s2y | s2z | y2abcd | z2abcd

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 |