diff --git a/index.html b/index.html index 4bd8178..31eece2 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-The typical methodology when applying Model Based Control to a plant is schematically shown in Figure 1. +The typical methodology when applying Model Based Control to a plant is schematically shown in Figure 1. It consists of three steps:
Figure 1: Typical Methodoly for Model Based Control
@@ -78,8 +78,8 @@ In this document, we will mainly focus on steps 2 and 3.Classical Control (1930) @@ -156,10 +156,10 @@ Robust Control (1980)
The \(\mathcal{H}_\infty\) norm is defined as the peak of the maximum singular value of the frequency response
@@ -176,7 +176,7 @@ For a SISO system \(G(s)\), it is simply the peak value of \(|G(j\omega)|\) as aLet’s define a plant dynamics:
@@ -201,12 +201,12 @@ And compute its \(\mathcal{H}_\infty\) norm using thehinfnorm
func
-The magnitude \(|G(j\omega)|\) of the plant \(G(s)\) as a function of frequency is shown in Figure 2. +The magnitude \(|G(j\omega)|\) of the plant \(G(s)\) as a function of frequency is shown in Figure 2. The maximum value of the magnitude over all frequencies does correspond to the \(\mathcal{H}_\infty\) norm of \(G(s)\) as Equation \eqref{eq:hinf_norm_siso} implies.
-
Figure 2: Example of the \(\mathcal{H}_\infty\) norm of a SISO system
@@ -216,46 +216,46 @@ The maximum value of the magnitude over all frequencies does correspond to the \Optimization problem: -\(\hinf\) synthesis is a method that uses an algorithm (LMI optimization, Riccati equation) to find a controller of the same order as the system so that the \(\hinf\) norms of defined transfer functions are minimized. +\(\mathcal{H}_\infty\) synthesis is a method that uses an algorithm (LMI optimization, Riccati equation) to find a controller of the same order as the system so that the \(\mathcal{H}_\infty\) norms of defined transfer functions are minimized.
Engineer work:
-Many ways to use the \(\hinf\) Synthesis: +Many ways to use the \(\mathcal{H}_\infty\) Synthesis: