| RF Toolbox™ |  |
s2s - Convert S-parameters to S-parameters with different impedance
Syntax
s_params_new = s2s(s_params,z0)
s_params_new = s2s(s_params,z0,z0_new)
Description
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.
See Also
 | s2h | | s2scc |  |