cascadesparams
Combine S-parameters to form cascade network
Syntax
Description
cascades the scattering parameters (S-parameters) of K input
networks described by the S-parameters. Each input network must be a
2N-port network described by a
2N-by-2N-by-M array
of S-parameters for M frequency points. All networks must
have the same reference impedance. s_params
=
cascadesparams(s1_params
,s2_params,...,sk_params)
Note
The cascadesparams
function uses ABCD-parameters.
Alternatively, one can use S-parameters and ABCD-parameters (or
T-parameters) to cascade S-parameters together by hand (assuming
identical frequencies)
creates the cascaded networks based on the number of cascaded connections
between the networks specified by s_params
=
cascadesparams(___,Kconn
)Kconn
. Use this option with
the input arguments in the previous syntax.
cascades K S-parameter objects to create a cascade network.
The function checks that the impedance and frequencies of each object is equal
and that the parameters of each object contain
2N-by-2N-by-M array
of S-parameters for M frequency points. hs
=
cascadesparams(hs1
,hs2,...,hsk)
Examples
Input Arguments
More About
Version History
Introduced in R2008a
See Also
deembedsparams
| s2t
| t2s
| snp2smp
| rfckt.cascade