


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