@@ -1956,7 +1950,7 @@ A Matlab function implementing Equation \eqref{eq:weight_formula_advanced} is sh
-
function [W] = generateWeight(args)
+function [W] = generateWeight(args)
arguments
args.G0 (1,1) double {mustBeNumeric, mustBePositive} = 0.1
args.G1 (1,1) double {mustBeNumeric, mustBePositive} = 10
@@ -1991,11 +1985,11 @@ W3 = generateWeight('G0', 1e2, 27.
+The obtained shapes are shown in Figure 27.
-
-
-
5.3 Shaping the Sensitivity Function
+
+
5.3 Shaping the Sensitivity Function
-
+
@@ -2022,17 +2016,17 @@ Let’s design a controller using the \(\mathcal{H}_\infty\) synthesis that
-As usual, the plant used is the one presented in Section 1.3.
+As usual, the plant used is the one presented in Section 1.3.
-
+
Translate the requirements as upper bounds on the Sensitivity function and design the corresponding Weight using Matlab.
Hint
-The typical wanted upper bound of the sensitivity function is shown in Figure 28.
+The typical wanted upper bound of the sensitivity function is shown in Figure 28.
@@ -2050,7 +2044,7 @@ Remember that the wanted upper bound of the sensitivity function is defined by t
-
+
-
+
Test bounds: 0.5 <= gamma <= 0.51
gamma X>=0 Y>=0 rho(XY)<1 p/f
@@ -2136,10 +2130,10 @@ Best performance (actual): 0.503
\end{aligned}
-This is indeed what we can see by comparing \(|S|\) and \(|W_S|\) in Figure 29.
+This is indeed what we can see by comparing \(|S|\) and \(|W_S|\) in Figure 29.
-
+
Having \(\gamma < 1\) means that the \(\mathcal{H}_\infty\) synthesis found a controller such that the specified closed-loop transfer functions are bellow the specified upper bounds.
@@ -2152,7 +2146,7 @@ It just means that at some frequency, one of the closed-loop transfer functions
-
-
-
5.4 Shaping multiple closed-loop transfer functions
+
+
5.4 Shaping multiple closed-loop transfer functions
-
+
-As was shown in Section 4, depending on the specifications, up to four closed-loop transfer function may be shaped (the Gang of four).
-This was summarized in Table 7.
+As was shown in Section 4, depending on the specifications, up to four closed-loop transfer function may be shaped (the Gang of four).
+This was summarized in Table 7.
@@ -2177,7 +2171,7 @@ For instance to limit the control input \(u\), \(KS\) should be shaped while to
-When multiple closed-loop transfer function are shaped at the same time, it is refereed to as “Mixed-Sensitivity \(\mathcal{H}_\infty\) Control” and is the subject of Section 6.
+When multiple closed-loop transfer function are shaped at the same time, it is refereed to as “Mixed-Sensitivity \(\mathcal{H}_\infty\) Control” and is the subject of Section 6.
@@ -2185,14 +2179,14 @@ Depending on the closed-loop transfer function being shaped, different general c
Shaping of S and KS
-
+
-
P = [W1 -G*W1
+P = [W1 -G*W1
0 W2
1 -G];
@@ -2205,14 +2199,14 @@ Depending on the closed-loop transfer function being shaped, different general c
Shaping of S and T
-