Estimate process model using time or frequency data
[
returns
the estimated value of the offset in input signal. Input offset is
automatically estimated when the model contains an integrator, or
when you set the sys
,offset
] = procest(___)InputOffset
estimation option
to 'estimate'
using procestOptions
.
Use offset
with any of the previous syntaxes.
[
returns the estimated initial conditions as an sys
,offset
,ic
] = procest(___)initialCondition
object. Use this syntax if you plan to simulate
or predict the model response using the same estimation input data and then
compare the response with the same estimation output data. Incorporating the
initial conditions yields a better match during the first part of the
simulation.