combine s-凯发k8网页登录
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
| | | snp2smp
|