The scripts in this folder implement the preventive self-triggered control mechanism described in Gleizer and Mazo Jr. (2020).
This work is part of the SENTIENT project.
Optimization Toolbox, Ellipsoidal Toolbox.
The Ellipsoidal Toolbox can be found here.
- Install the Ellipsoidal Toolbox.
- Replace the files
distance.m
andintersection_ea.m
into$MATLAB_DIR$/ellipsoids_112_lite/ellipsoids/@ellipsoid/
1. - Run
main.m
.
The script that simulates the STC is mainnoise.m
. Its code is not very user-friendly, but to change the plant and controller,
you should edit the block starting with %% Load data
and, for defining the bounds on disturbances and noise, edit the block starting
with %% Assumption 4: Bound on disturbance
.
[1] G. A. Gleizer and M. Mazo Jr. Self-triggered output-feedback control of LTI systems subject to disturbances and noise. Submitted to Automatica, 2020.
1 There are compatibility issues between the Ellipsoidal Toolbox and recent versions of YALMIP. The scripts in this folder do not need the part of the Toolbox that uses YALMIP. However, some functions within the toolbox call YALMIP even without needing it. The provided replacements solve this issue.