Time response for rational object and rationalfit
function object
[y,t] = timeresp(h,u,ts)
[y,t] = timeresp(h,u,ts)
computes
the output signal, y
, that the rational function object,
h
, produces in response to the given input signal,
u
.
The input h
is the handle of a rational function object
returned by rationalfit
. ts
is a
positive scalar value that specifies the sample time of the input
signal.
The output y
is the output signal. RF Toolbox™ software computes the value of the signal at the time samples
in the vector t
using the following equation.
where
and A
, C
,
D
, and Delay
are properties of
the rational function object, h
.
freqresp
| ispassive
| makepassive
| rationalfit
| rfmodel.rational
| stepresp
| writeva