| System Identification Toolbox™ | ![]() |
SPEC = operspec(NLSYS)
SPEC = operspec(NLSYS) creates an operating point specification object for the idnlhw model NLSYS. The object encapsulates constraints on input and output signal values. These specifications are used to determine an operating point of the idnlhw model using findop(idnlhw).
NLSYS: idnlhw model.
SPEC: Operating point specification object. SPEC contains the following fields:
Value: Initial guess for the values of the input signals. Specify a vector of length equal to number of model inputs. Default value: Vector of zeros.
Min: Minimum value constraint on values of input signals for the model. Default: -Inf for all channels.
Max: Maximum value constraint on values of input signals for the model. Default: Inf for all channels.
Known: Specifies when Value is known (fixed) or is an initial guess. Use a logical vector to denote which signals are known (logical 1, or true) and which have to be estimated using findop (logical 0, or false). Default value: true.
Note
|
| findop(idnlhw) |
![]() | operspec(idnlarx) | pe | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |