vault backup: 2024-10-16 12:24:31

This commit is contained in:
Dane Sabo 2024-10-16 12:24:31 -04:00
parent ffb3f5ac1c
commit 176a67d92b
4 changed files with 9 additions and 9 deletions

12
.obsidian/graph.json vendored
View File

@ -1,7 +1,7 @@
{ {
"collapse-filter": false, "collapse-filter": false,
"search": "", "search": "",
"showTags": true, "showTags": false,
"showAttachments": false, "showAttachments": false,
"hideUnresolved": false, "hideUnresolved": false,
"showOrphans": true, "showOrphans": true,
@ -32,7 +32,7 @@
"query": "path:\"4 Qualifying Exam\" ", "query": "path:\"4 Qualifying Exam\" ",
"color": { "color": {
"a": 1, "a": 1,
"rgb": 2460965 "rgb": 16767785
} }
}, },
{ {
@ -63,10 +63,10 @@
"nodeSizeMultiplier": 1, "nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1, "lineSizeMultiplier": 1,
"collapse-forces": false, "collapse-forces": false,
"centerStrength": 0.338541666666667, "centerStrength": 0.479166666666667,
"repelStrength": 6.14583333333333, "repelStrength": 8.02083333333333,
"linkStrength": 0.864583333333333, "linkStrength": 0.864583333333333,
"linkDistance": 30, "linkDistance": 30,
"scale": 0.0889892578125, "scale": 0.3003387451171875,
"close": false "close": true
} }

View File

@ -5,7 +5,7 @@
{ {
"id": 1, "id": 1,
"name": "My Library", "name": "My Library",
"lastUpdate": 1729094040058 "lastUpdate": 1729095799246
} }
], ],
"renderCitations": true, "renderCitations": true,

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ Robust control works with
Not particularly a limit but something to look at: there are a ton of papers that use the word 'robust' but aren't actually doing textbook robust control as Doyle puts it. Instead, they're doing some kind of formal methods and calling it robust because...? Who knows. Here's some examples: Not particularly a limit but something to look at: there are a ton of papers that use the word 'robust' but aren't actually doing textbook robust control as Doyle puts it. Instead, they're doing some kind of formal methods and calling it robust because...? Who knows. Here's some examples:
[[farzanRobustControlSynthesis2020]] [[farzanRobustControlSynthesis2020]]
**Limitation**: Using automated design tools for robust control of SISO systems has its benefits outweighed by the labor involved in creating the weighting transfer functions [@atsumiModifiedBodePlots2012]. **Limitation**: Using automated design tools for robust control of SISO systems has its benefits outweighed by the labor involved in creating the weighting transfer functions [@atsumiModifiedBodePlots2012] [[atsumiModifiedBodePlots2012]].
There is some work going on that tries to deal with this @atsumiModifiedBodePlots2012 . These people have made a tool that can create transfer functions using an upper bound of $\Delta$ and $W$ There is some work going on that tries to deal with this @atsumiModifiedBodePlots2012 . These people have made a tool that can create transfer functions using an upper bound of $\Delta$ and $W$
**Limitation**: Disk unstructured uncertainty cannot lend itself to creating individual examples of perturbed plants. It is not as simple as picking a plant that is within the robust control disk, because the transfer function that actually gets you there is lost in the abstraction. Or perhaps generalized. **Limitation**: Disk unstructured uncertainty cannot lend itself to creating individual examples of perturbed plants. It is not as simple as picking a plant that is within the robust control disk, because the transfer function that actually gets you there is lost in the abstraction. Or perhaps generalized.