rationalfit
Perform rationalfit on an S-parameters object
Description
[
uses the fit
,errdb
] = rationalfit(s
)rationalfit
function to construct a
fit
, an N-by-N of
rfmodel.rational
objects (sharing identical poles) fitting
all the N-by-N elements of the S-parameter
object s
. You can directly pass this
N-by-N
fit
to freqresp
, ispassive
,
passivity
functions. This syntax is equivalent to
rationalfit(s.Frequencies,s.Parameters)
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a