From 251ec35a88cdb03b820ac04d1b4e4eea4e0a4804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?= <marcus.thelander_andren@control.lth.se> Date: Thu, 21 Sep 2017 17:08:15 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5290656..aaae0a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -This project contains files demonstrating a numerical method for obtaining the -optimal trigger bound for a linear reset system. +#Project Description +This project contains supplemental code for the article: -For details, see related submission: M.T Andrén, B.Bernhardsson, A.Cervin and -K. Soltesz, "On Event-Based Sampling for H2-Optimal Control", Submitted to -56th IEEE Conf. on Decision and Control, 2017. \ No newline at end of file + M.T Andrén, B.Bernhardsson, A.Cervin and K. Soltesz, + "On Event-Based Sampling for H2-Optimal Control", In Proc. 56th IEEE Conf. + on Decision and Control, Melbourne, Australia, 2017 + +It demonstrates a numerical method for computing the optimal event-based sampling +scheme for the continious-time LQG problem. The problem is related to an elliptic +convection--diffusion type of partial-differential equation (PDE) with free +boundary, a so called Stefan problem. The solution to this PDE is a value +function $V$, from which the optimal sampling scheme can be determined. \ No newline at end of file -- GitLab