validate

PURPOSE ^

VALIDATE Validate fractional model frequency-domain identification results

SYNOPSIS ^

function varargout = validate(id, G)

DESCRIPTION ^

VALIDATE Validate fractional model frequency-domain identification results

 Usage:  [ERR_M, ERR_P] = VALIDATE(ID, G)
         [ERR_ABS] = VALIDATE(ID, G)

         where ERR_M (magnitude), ERR_P (phase) are the optional output
                   arguments which contain the absolute error vectors
                   G(jw) - G_id(jw) at frequency points w specified in ID.
                   If omitted, plots validation results.

               ERR_ABS is error vector containing absolute values of
               complex response, i.e. abs(r(i))

               ID is a FFIDATA structure with validation data

               G is the model to validate

 See also: ffidata, ffid

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 27-Aug-2015 23:54:49 by m2html © 2005