


FIDATA Time-domain identification parameters for FOTF systems.
Usage: P = FIDATA(Y, U, T)
where
Y - observed system output
U - observed system input
T - observations time vector
Note: If parameters are not equally sized, then resizing or
trimming will occur in the following order: Y, U, T.
The resulting object contains correctly sized identification
parameters and additionally sampling interval DT, based on the
provided time vector (or sample time). All parameters can be accessed
via usual dot notation, e.g. to get the output vector type
y = fidata_object.y
Note that parameter names are case sensitive!
See also: fid, fidata/plot, fidata/validate