An algorithm to compute the robust strong H-infinity norm of a retarded time-delay system with real-valued, structured, Frobenius norm bounded uncertainties.
The software was written by Pieter Appeltans under supervision of Wim Michiels.
The software was developed in the framework of project C14/17/072 of the KU Leuven Research Council and by the project G0A5317N of the Research Foundation-Flanders (FWO - Vlaanderen).
This package uses some code from TDS_STABIL by Wim Michiels (files in the directory TDS_EIGENV) to compute the right-most eigenvalues of DDAE systems. The complete TDS\_STABIL software package is available from https://twr.cs.kuleuven.be/research/software/delay-control/stab/. More information about this package can be found in "Spectrum based stability analysis and stabilization of systems described by delay differential algebraic equations. Technical Report TW582, Department of Computer Science, K.U.Leuven, December 2010." by Wim Michiels. TDS_STABIL is released under the GNU GPL v3.0 license (available at https://www.gnu.org/licenses/gpl-3.0.html).
Click here to download the software.
UNCERTAIN_TDS_ROB_STRONG_HINFNORM is released under the GNU GPL v3.0 license. For complete details see here.
STEP 0 - Add the folders 'SRC' and 'SRC\TDS_EIGV' to your Matlab path.
STEP 1 - Create an uncertain time-delay system using the method uncertain_tds_create.m (some examples can be found in EXAMPLES\example_uncertain_tds_create.m).
STEP 2 - Compute its robust strong H-infinity norm using uncertain_tds_rob_strong_hinfnorm.m.
Back to overview of software for control of delay equations.