digital-brain/content/zettels/multivariable_control.md

41 lines
1.4 KiB
Markdown
Raw Normal View History

2020-04-20 18:58:10 +02:00
+++
title = "Multivariable Control"
2022-03-15 16:40:48 +01:00
author = ["Dehaeze Thomas"]
2020-04-20 18:58:10 +02:00
draft = false
+++
Tags
2022-03-15 16:40:48 +01:00
: [Norms]({{< relref "norms.md" >}})
2021-05-02 20:37:00 +02:00
2024-12-02 18:43:55 +01:00
A very nice book about Multivariable Control is <skogestad07_multiv_feedb_contr>
2020-10-15 21:31:08 +02:00
2024-12-13 23:58:56 +01:00
## Transfer functions for Multi-Input Multi-Output systems {#transfer-functions-for-multi-input-multi-output-systems}
{{< figure src="/ox-hugo/mimo_tf.png" >}}
\\[ T\_i = -\frac{u}{d\_i} = (I + KG)^{-1} KG \\]
\\[ T\_o = -\frac{p\_o}{d\_o} = (I + GK)^{-1} GK \\]
\\[ S\_i = \frac{p\_i}{d\_i} = (I + KG)^{-1} \\]
\\[ S\_o = \frac{y}{d\_o} = (I + GK)^{-1} \\]
## Measures of interaction {#measures-of-interaction}
- Interaction index (for \\(2 \times 2\\) plant):
\\[ \phi = \frac{g\_{12}g\_{21}}{g\_{11}g\_{22}} \\]
When \\(\phi\\) is close to zero, this means there is no interaction.
- The **relative gain array** of a square matrix:
\\[ \text{RGA}(G) \triangleq G \times ( G^{-1})^T \\]
## Stability {#stability}
- **Characteristic Loci**: Eigenvalues of \\(G(j\omega)\\) plotted in the complex plane
- **Generalized Nyquist Criterion**: If \\(G(s)\\) has \\(p\_0\\) unstable poles, then the closed-loop system with return ratio \\(kG(s)\\) is stable if and only if the characteristic loci of \\(kG(s)\\), taken together, encircle the point \\(-1\\), \\(p\_0\\) times anti-clockwise, assuming there are no hidden modes
2020-10-15 21:31:08 +02:00
## Bibliography {#bibliography}
2024-12-02 18:43:55 +01:00
<./biblio/references.bib>