From ca7f2939fb78e9c07fc6b7f4afdb518b994744fd Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 16 Oct 2024 10:17:20 -0400 Subject: [PATCH] vault backup: 2024-10-16 10:17:20 --- .obsidian/plugins/obsidian-pandoc-reference-list/data.json | 3 ++- 4 Qualifying Exam/2 Writing/2. QE State of the Art.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json index fd6ebbd7..31e88244 100755 --- a/.obsidian/plugins/obsidian-pandoc-reference-list/data.json +++ b/.obsidian/plugins/obsidian-pandoc-reference-list/data.json @@ -12,5 +12,6 @@ "renderCitationsReadingMode": true, "renderLinkCitations": true, "pullFromZotero": true, - "cslStyleURL": "https://raw.githubusercontent.com/citation-style-language/styles/master/ieee.csl" + "cslStyleURL": "https://raw.githubusercontent.com/citation-style-language/styles/master/ieee.csl", + "enableCiteKeyCompletion": true } \ No newline at end of file diff --git a/4 Qualifying Exam/2 Writing/2. QE State of the Art.md b/4 Qualifying Exam/2 Writing/2. QE State of the Art.md index 79bbad31..b8cbc805 100644 --- a/4 Qualifying Exam/2 Writing/2. QE State of the Art.md +++ b/4 Qualifying Exam/2 Writing/2. QE State of the Art.md @@ -20,7 +20,7 @@ Robust control as a field determines how resilient a control system is to a diff Robustness is dependent on two features: the characteristic to be guaranteed, and the set of reasonably possible perturbed plants $\mathcal{P}$. Usually the characteristic we're interested in is internal stability or performance. The possible set of plants, however, is less straightforward. The set $\mathcal{P}$ can be structured or unstructured. A structured set in this instance can be a discrete number of possible perturbed plants, or possibly a parametric study with a finite number of parameters. Let's consider an example. -Suppose a plant representing a spring-mass-damper system is described as follows: +Suppose a plant representing a spring-mass-damper system is described as follows @controltutorialsformatlab&simulinkInvertedPendulumSystem: $$ P = \frac{X(s)}{F(s)} = \frac{1}{ms^2 + bs +k}$$ (The disk multiplicative perturbation)