| Contents | Index |
s_params_new = s2s(s_params,z0)
s_params_new = s2s(s_params,z0,z0_new)
s_params_new = s2s(s_params,z0) converts the scattering parameters s_params with reference impedance z0 into the scattering parameters s_params_new with a default reference impedance of 50 ohms. Both s_params and s_params_new are complex N-by-N-by-M arrays, representing M N-port S-parameters.
s_params_new = s2s(s_params,z0,z0_new) converts the scattering parameters s_params with reference impedance z0 into the scattering parameters s_params_new with reference impedance z0_new.
Convert S-parameters from one reference impedance to another reference impedance:
%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; z0_new = 40; %Convert to new reference impedance s_params_new = s2s(s_params,z0,z0_new)
abcd2s | h2s | s2abcd | s2h | s2y | s2z | y2s | 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 |