Main Content

Extended State Observer

Estimate states and disturbances of a system

Since R2024a

  • Extended State Observer block icon

Libraries:
Simulink Control Design / Disturbance Observer

Description

The Extended State Observer block lets you design an extended state observer (ESO) algorithm to estimate and compensate for disturbances of linear time-invariant or linear time-varying systems. These disturbances represent total disturbances, including unknown dynamics and internal and external disturbances. Use this block to estimate the states and disturbances of a given discrete-time or continuous-time system based on the system input and output.

The block requires you to specify system dynamics in the following form.

x˙/x+=Ax+Buu+Bddym=Cmx

Here:

  • x is the plant states

  • x˙ is the state derivative in continuous time and x+ is the state update x[k+1] in discrete time.

  • A, Bu, and Cm are the plant dynamics.

  • ym is the measurable plant output.

  • Bd is the disturbance input matrix.

  • d is the total disturbances in the model, including unknown dynamics and internal and external disturbances.

The block does not require you to provide an actual model of the plant. You can specify the dynamics obtained from a physical representation or an approximation of the plant. Therefore, the accuracy of estimation will depend on the accuracy of the plant approximation you provide.

For more information, see Control Design and Disturbance Compensation Using Extended State Observers.

Ports

Input

expand all

Specify the known inputs of the model as an Nu-by-1 signal, where Nu is the number of inputs in the model.

Specify the measured outputs of the model Ny-by-1 signal, where Ny is the number of outputs in the model.

Specify the state matrix as an Nx-by-Nx signal, where Nx is the number of states in the model.

Dependencies

To enable this port, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

Specify the input matrix as an Nx-by-Nu signal, where Nx is the number of states and Nu is the number of inputs in the model.

Dependencies

To enable this port, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

Specify the output matrix as an Ny-by-Nx signal, where Nx is the number of states and Ny is the number of outputs in the model.

Dependencies

To enable this port, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

Specify the disturbance matrix as an Nx-by-Nd signal, where Nx is the number of states and Nd is the number of disturbances in the model.

Dependencies

To enable this port, select the Use external source for matrix Bd and Use external source for L parameters.

Specify the initial conditions for the extended states as a scalar or vector with length Nx + Nd, where Nx is the number of states and Nd is the number of disturbances int the model.

Dependencies

To enable this port, select Use external source for initial conditions S0 (x0,d0).

Specify the observer matrix as an (Nx+Nd)-by-Ny signal.

Dependencies

To enable this port, select Use external source for matrix L.

Output

expand all

Estimated disturbances in the model, returned as an Nd-by-1 signal, where Nd is the number of disturbances in the model.

Estimated states of the model, returned as an Nx-by-1 signal, where Nx is the number of states in the model.

Dependencies

To enable this port, select Output estimated model states xhat.

Parameters

expand all

To edit block parameters interactively, use the Property Inspector. From the Simulink® Toolstrip, on the Simulation tab, in the Prepare gallery, select Property Inspector.

Parameters Tab

Specify the controller time domain.

When you select discrete-time, specify the sample time using the Sample time parameter.

Specify the known plant dynamics as a state-space model object. You can obtain this model from a physical representation or an approximation of the plant.

Select this option to specify the model matrices A, Bu, and Cm using the block input ports A, Bu, and Cm, respectively.

Dependencies

To enable this parameter, you must also select the Use external source for L parameter.

When you specify model matrices as block inputs, use this parameter to specify the number of states in the model.

Dependencies

To enable this parameter, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

When you specify model matrices as block inputs, use this parameter to specify the number of inputs in the model.

Dependencies

To enable this parameter, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

When you specify model matrices as block inputs, use this parameter to specify the number of outputs in the model.

Dependencies

To enable this parameter, select the Use external source for model matrices (A,Bu,Cm) and Use external source for L parameters.

Specify the gain value k for computing disturbance matrix Bd such that Bd = k×Bu.

Select this option to specify the disturbance matrix Bd using the block input port Bd.

Dependencies

To enable this parameter, you must also select the Use external source for L parameter.

When you specify disturbance matrices as a block input, use this parameter to specify the number of inputs in the model.

Dependencies

To enable this parameter, select the Use external source for matrix Bd and Use external source for L parameters.

Specify the initial conditions for the extended states as a scalar or vector with length Nx + Nd, where Nx is the number of states and Nd is the number of disturbances int the model.

Select this option to specify the initial conditions using the block input port S0.

Tuning Tab

Specify the observer bandwidth ωo as a positive scalar.

Specify the spacing for the closed-loop poles. For given observer bandwidth ωo and pole spacing δ, the block places the closed-loop poles at [ωoωo+δωo+δ×2ωo+δ×n], where n is the number of closed-loop poles.

Select this option to specify the observer matrix using the block input port L.

Block Tab

Specify the floating-point precision based on simulation environment or hardware requirements.

For continuous-time models, the block only supports double data type.

Specify time delays in the model as a scalar or vector of length Nu, where Nu is the number of inputs in the model.

For discrete-time models, specify the delay as an integer multiple k of the sample time. The delay in discrete time is given by Td = k×Ts.

Dependencies

To enable this parameter, select the Specify input delays parameter.

Select this option to output estimated model states at the block output xhat.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2024a