perform rational fitting to complex frequency-凯发k8网页登录
perform rational fitting to complex frequency-dependent data
description
use the rational
object and an interpolative algorithm to
create a rational fit to frequency-dependent data.
the complex frequencies are given by the equation:
creation
syntax
description
returns a rational object fit
= rational(___,tol
)fit
that satisfies a relative
error tolerance.
[
also returns the error of the fit.fit
,error
] = rational(___)
sets properties using one or more name-value pairs. for example,
fit
= rational(...,name,value)fit = rational(s,'tolerance',-34)
sets the relative
error tolerance in decibels for the fit.
input arguments
properties
object functions
time response for rational object and rationalfit
function object | |
step-signal response of rational object and
rationalfit function object | |
frequency response of rational object and rationalfit function
object | |
impulse response for rational function object | |
return true if rationalfit output is passive at all
frequencies | |
enforce passivity of rationalfit output or a rational
object | |
plot passivity of n-by-n
rationalfit function output | |
generate spice file from rationalfit of
s-parameters |
examples
see also
introduced in r2020a