2020-11-25 23:22:07 +01:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2020-11-26 11:01:12 +01:00
<!-- 2020 - 11 - 26 jeu. 10:22 -->
2020-11-25 23:22:07 +01:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< title > Robust Control - \(\mathcal{H}_\infty\) Synthesis< / title >
< meta name = "generator" content = "Org mode" / >
< meta name = "author" content = "Dehaeze Thomas" / >
< link rel = "stylesheet" type = "text/css" href = "dist/style.css" / >
2020-11-26 11:01:12 +01:00
< script type = "text/javascript" src = "dist/script.js" > < / script >
2020-11-25 23:22:07 +01:00
< script > M a t h J a x = {
tex: {
tags: 'ams',
macros: {bm: ["\\boldsymbol{#1}",1],}
}
};
< / script >
< script type = "text/javascript" src = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" > < / script >
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "../index.html" > UP < / a >
|
< a accesskey = "H" href = "../index.html" > HOME < / a >
< / div > < div id = "content" >
< h1 class = "title" > Robust Control - \(\mathcal{H}_\infty\) Synthesis< / h1 >
< div id = "table-of-contents" >
< h2 > Table of Contents< / h2 >
< div id = "text-table-of-contents" >
< ul >
2020-11-26 11:01:12 +01:00
< li > < a href = "#org72dafa0" > 1. Normal Markup< / a > < / li >
< li > < a href = "#org8b4e3af" > 2. Lists< / a > < / li >
< li > < a href = "#org5a1cb56" > 3. Maths< / a > < / li >
< li > < a href = "#org725d901" > 4. Quote< / a > < / li >
< li > < a href = "#orgf764233" > 5. Blocks< / a > < / li >
< li > < a href = "#org89ccdb6" > 6. Source Blocks< / a > < / li >
< li > < a href = "#org40c34f4" > 7. Images< / a > < / li >
< li > < a href = "#orgfa11305" > 8. Tables< / a > < / li >
< li > < a href = "#org0e36a68" > 9. Details< / a > < / li >
< li > < a href = "#orgdcb9e30" > 10. Videos< / a > < / li >
< li > < a href = "#org09b604c" > 11. Links< / a > < / li >
2020-11-25 23:22:07 +01:00
< / ul >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org72dafa0" class = "outline-2" >
< h2 id = "org72dafa0" > < span class = "section-number-2" > 1< / span > Normal Markup< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-1" >
< p >
< b > block< / b >
< span class = "underline" > underline< / span >
< code > inline code< / code >
< code > tilde< / code >
< i > italic< / i >
< / p >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org8b4e3af" class = "outline-2" >
< h2 id = "org8b4e3af" > < span class = "section-number-2" > 2< / span > Lists< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-2" >
< ul class = "org-ul" >
< li > lsdkfjasldfk< / li >
< li > asdflkjas
< ul class = "org-ul" >
< li > asdflkasd< / li >
< li > sdlfkjasdf
< ol class = "org-ol" >
< li > sldfkjsd f< / li >
< li > sdlfkjsd< / li >
< li > sldfksd
< ul class = "org-ul" >
< li > sdlfksdjf< / li >
< / ul > < / li >
< / ol > < / li >
< / ul > < / li >
< li > fasdlkffsdf< / li >
< / ul >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org5a1cb56" class = "outline-2" >
< h2 id = "org5a1cb56" > < span class = "section-number-2" > 3< / span > Maths< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-3" >
< p >
Here is some inline mathematics: \(z = 2\).
< / p >
< p >
\[ F(x) = \int_0^x f(t) dt \]
< / p >
\begin{equation}
F(s) = \int_0^\infty f(t) e^{-st} dt \label{eq:numbered}
\end{equation}
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org725d901" class = "outline-2" >
< h2 id = "org725d901" > < span class = "section-number-2" > 4< / span > Quote< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-4" >
< blockquote >
< p >
This is a quote
< / p >
< / blockquote >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-orgf764233" class = "outline-2" >
< h2 id = "orgf764233" > < span class = "section-number-2" > 5< / span > Blocks< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-5" >
2020-11-26 11:01:12 +01:00
< div class = "seealso" id = "org575c448" >
2020-11-25 23:22:07 +01:00
< p >
< code > seealso< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "hint" id = "org23a52b5" >
2020-11-25 23:22:07 +01:00
< p >
< code > hint< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "definition" id = "orgae9ccbb" >
2020-11-25 23:22:07 +01:00
< p >
< code > definition< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "exampl" id = "orga624092" >
2020-11-25 23:22:07 +01:00
< p >
< code > exampl< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "question" id = "org8abc80f" >
2020-11-25 23:22:07 +01:00
< p >
< code > question< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "summary" id = "org3cd3932" >
2020-11-25 23:22:07 +01:00
< p >
< code > summary< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "important" id = "org0040e90" >
2020-11-25 23:22:07 +01:00
< p >
< code > important< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "caution" id = "org08a8d9b" >
2020-11-25 23:22:07 +01:00
< p >
< code > caution< / code > block.
< / p >
< / div >
2020-11-26 11:01:12 +01:00
< div class = "warning" id = "orge1da2cc" >
2020-11-25 23:22:07 +01:00
< p >
< code > warning< / code > block.
< / p >
< / div >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org89ccdb6" class = "outline-2" >
< h2 id = "org89ccdb6" > < span class = "section-number-2" > 6< / span > Source Blocks< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-6" >
2020-11-26 11:01:12 +01:00
< div class = "org-src-container" >
< pre class = "src src-matlab" > t = 0< span class = "org-type" > :< / span > 0.1< span class = "org-type" > :< / span > 10; < span class = "org-comment" > % Time [s]< / span >
x = sin(2< span class = "org-type" > *< / span > < span class = "org-constant" > pi< / span > < span class = "org-type" > *< / span > t); < span class = "org-comment" > % Output Voltage [V]< / span >
< / pre >
< / div >
2020-11-25 23:22:07 +01:00
< div class = "org-src-container" >
< pre class = "src src-matlab" > < span class = "org-type" > figure< / span > ;
plot(t, x);
xlabel(< span class = "org-string" > 'Time [s]'< / span > ); ylabel(< span class = "org-string" > 'Voltage [V]'< / span > );
< / pre >
< / div >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org40c34f4" class = "outline-2" >
< h2 id = "org40c34f4" > < span class = "section-number-2" > 7< / span > Images< / h2 >
2020-11-25 23:22:07 +01:00
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-orgfa11305" class = "outline-2" >
< h2 id = "orgfa11305" > < span class = "section-number-2" > 8< / span > Tables< / h2 >
2020-11-25 23:22:07 +01:00
< div class = "outline-text-2" id = "text-8" >
2020-11-26 11:01:12 +01:00
< table id = "orgc4c36a9" border = "2" cellspacing = "0" cellpadding = "6" rules = "groups" frame = "hsides" >
2020-11-25 23:22:07 +01:00
< caption class = "t-above" > < span class = "table-number" > Table 1:< / span > Table caption< / caption >
< colgroup >
< col class = "org-left" / >
< col class = "org-left" / >
2020-11-26 11:01:12 +01:00
< col class = "org-left" / >
2020-11-25 23:22:07 +01:00
< / colgroup >
< thead >
< tr >
< th scope = "col" class = "org-left" > a< / th >
< th scope = "col" class = "org-left" > b< / th >
2020-11-26 11:01:12 +01:00
< th scope = "col" class = "org-left" > c< / th >
2020-11-25 23:22:07 +01:00
< / tr >
< / thead >
< tbody >
< tr >
< td class = "org-left" > x< / td >
< td class = "org-left" > \(\int_0^\infty f(x) dx\)< / td >
2020-11-26 11:01:12 +01:00
< td class = "org-left" > 0< / td >
< / tr >
< tr >
< td class = "org-left" > y< / td >
< td class = "org-left" > sdf< / td >
< td class = "org-left" > sdf< / td >
< / tr >
< tr >
< td class = "org-left" > sdf< / td >
< td class = "org-left" > sdf< / td >
< td class = "org-left" > sd< / td >
< / tr >
< tr >
< td class = "org-left" > fsd< / td >
< td class = "org-left" > df< / td >
< td class = "org-left" > sdf< / td >
2020-11-25 23:22:07 +01:00
< / tr >
< / tbody >
< / table >
< / div >
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org0e36a68" class = "outline-2" >
< h2 id = "org0e36a68" > < span class = "section-number-2" > 9< / span > Details< / h2 >
< div class = "outline-text-2" id = "text-9" >
< div class = "question" id = "orga8598ef" >
< p >
What is the approximate diameter of the earth?
< / p >
< details > < summary > Answer< / summary >
< p >
It is approximately 12,742 km
< / p >
< / details >
< / div >
< / div >
< / div >
< div id = "outline-container-orgdcb9e30" class = "outline-2" >
< h2 id = "orgdcb9e30" > < span class = "section-number-2" > 10< / span > Videos< / h2 >
2020-11-25 23:22:07 +01:00
< / div >
2020-11-26 11:01:12 +01:00
< div id = "outline-container-org09b604c" class = "outline-2" >
< h2 id = "org09b604c" > < span class = "section-number-2" > 11< / span > Links< / h2 >
2020-11-25 23:22:07 +01:00
< / div >
< / div >
< div id = "postamble" class = "status" >
< p class = "author" > Author: Dehaeze Thomas< / p >
2020-11-26 11:01:12 +01:00
< p class = "date" > Created: 2020-11-26 jeu. 10:22< / p >
2020-11-25 23:22:07 +01:00
< / div >
< / body >
< / html >