| RF Toolbox™ |  |
cascadesparams - Cascade S-parameters to form cascaded network
Syntax
s_params = cascadesparams(s1_params,s2_params,...,sn_params)
Description
s_params = cascadesparams(s1_params,s2_params,...,sn_params) cascades the scattering parameters of the input networks described
by the S-parameters s1_params, s2_params, s3_params...,sn_params to create a cascaded
network. It stores the S-parameters of the cascade in s_params.
Each of the input networks must be a 2-port network described
by a 2-by-2-by-m array of S-parameters. All networks
must have the same reference impedance.
s_params is a 2-by-2-by-m array. It contains the cascaded S-parameters.
See Also
 | abcd2z | | copy |  |