ispassive
Check passivity of N-port S-parameters
Description
[
checks the passivity of S-parameters object or data. If the S-parameters are
passive at every frequency, then the result is result
, idx_nonpassive
]=
ispassive(sparams
)true
.
Otherwise, the result is false
. It also optionally returns
idx_non_passive
, the indices of the non-passive
S-parameters.
[___]= ispassive(
checks the passivity of N-port S-parameters data, that is referenced to the
impedance value in the name-value pair, sparams_data
,'Impedance',z0
)'Impedance',z0
. The
impedance can be in general complex.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009b