NelinSys - a program tool for analysis and synthesis of nonlinear control systems

Nonlinear SISO system with disturbance

Block description

The block implements a nonlinear SISO (single-input single-output) system with disturbance whose behaviour is defined by nonlinear state-space equations of the form

Nonlinear state-space description of a system with disturbance

where x = (x1,x2,...,xN)T is the state vector, u is the input, y is the output and z is the disturbance. Nonlinear functions f(x), g(x), h(x), e(z) can be specified either by symbolic expressions or by identifiers of symbolic variables defined in MATLAB workspace - see detailed description of block parameters below.

Block parameters

Dialog box for block parameters setup
System order (number of states, N)

Positive integer specifying the number of state variables of the system i.e. the dimension of the system state vector x.

f(x), g(x), h(x), e(z) - symbolic expression

Symbolic expressions defining the nonlinear functions f(x), g(x), h(x), e(z) used in the state-space equations. The convention how to write these equations and mathematical operations within them is the same as the one used by Symbolic Math Toolbox. State variables have to be denoted by x1, x2, ..., xN and the disturbance by z. If any of the f(x), g(x), h(x), e(z) functions is not specified by a symbolic expression but by an identifier of a variable (see below), it is necessary to leave corresponding field blank.

f(x), g(x), h(x), e(z) - variable identifier

Identifiers of symbolic variables (class sym objects) containing the f(x), g(x), h(x), e(z) functions used in the state-space description of the system. If any of the f(x), g(x), h(x), e(z) functions is not specified by an identifier of a variable but by a symbolic expression (see previous parameters), it is necessary to set corresponding field to 0 (zero).

Initial conditions (initial states)

Column vector consisting of the values of the system state variables at the beginning of the simulation.

See also