fidata

PURPOSE ^

FIDATA Time-domain identification parameters for FOTF systems.

SYNOPSIS ^

classdef fidata

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 13-Oct-2013 13:32:39 by m2html © 2005