Chgt Latex
This commit is contained in:
parent
7da7e9becd
commit
4243ec8186
3 changed files with 25 additions and 17 deletions
|
|
@ -364,10 +364,11 @@ En utilisant la fonction \texttt{lqr()} de MATLAB avec $Q = I_8$ et $R = 1$, on
|
||||||
|
|
||||||
|
|
||||||
\subsection{Question 13}
|
\subsection{Question 13}
|
||||||
|
\includegraphics[width=\textwidth]{Illustrations/Question13}
|
||||||
|
|
||||||
|
|
||||||
\subsection{Question 14}
|
\subsection{Question 14}
|
||||||
|
\includegraphics[width=\textwidth]{Illustrations/Question14}
|
||||||
|
|
||||||
|
|
||||||
\section{Rejection de perturbation}
|
\section{Rejection de perturbation}
|
||||||
|
|
@ -385,17 +386,18 @@ Or on a :
|
||||||
\end{equation*}
|
\end{equation*}
|
||||||
Donc, puisque $\dot{x}_{d}(t) = A x_d(t) + B u(t) + B_p q_0(t)$, on trouve :
|
Donc, puisque $\dot{x}_{d}(t) = A x_d(t) + B u(t) + B_p q_0(t)$, on trouve :
|
||||||
\begin{equation*}
|
\begin{equation*}
|
||||||
B_p = \begin{pmatrix}
|
B_p =
|
||||||
|
\begin{pmatrix}
|
||||||
0_{4 \times 1} \\
|
0_{4 \times 1} \\
|
||||||
-\int_{0}^{L}\phi(\zeta)d\zeta
|
-\int_{0}^{L}\phi(\zeta)d\zeta
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
|
=
|
||||||
= \begin{pmatrix}
|
\begin{pmatrix}
|
||||||
0_{4 \times 1} \\
|
0_{4 \times 1} \\
|
||||||
1/2 \\
|
\frac{1}{2} \\
|
||||||
1/2 \\
|
\frac{1}{2} \\
|
||||||
1/12 \\
|
\frac{1}{12} \\
|
||||||
-1/12
|
-\frac{1}{12}
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
\end{equation*}
|
\end{equation*}
|
||||||
|
|
||||||
|
|
@ -418,11 +420,16 @@ On trouve alors :
|
||||||
\subsection{Question 18}
|
\subsection{Question 18}
|
||||||
En utilisant la fonction \texttt{place()} de MATLAB, on trouve la matrice de gain $K$ suivante :
|
En utilisant la fonction \texttt{place()} de MATLAB, on trouve la matrice de gain $K$ suivante :
|
||||||
\begin{equation*}
|
\begin{equation*}
|
||||||
K_{aug} = \begin{pmatrix}
|
K_{aug} =
|
||||||
|
\begin{pmatrix}
|
||||||
K_1 & K_i
|
K_1 & K_i
|
||||||
\end{pmatrix} \text{ avec } K_1 \in \mathbb{R}^{1 \times 8} \text{ et } K_i \in \mathbb{R}
|
\end{pmatrix}
|
||||||
|
\quad \text{avec} \quad
|
||||||
|
K_1 \in \mathbb{R}^{1 \times 8}, \;
|
||||||
|
K_i \in \mathbb{R}
|
||||||
|
\end{equation*}
|
||||||
|
|
||||||
|
\begin{equation*}
|
||||||
K_{aug} = \begin{pmatrix}
|
K_{aug} = \begin{pmatrix}
|
||||||
-0.89 & -16.59 & 0.28 & 1.68 & 19.39 & -0.84 & 2.36 & -1.94 & 12.00
|
-0.89 & -16.59 & 0.28 & 1.68 & 19.39 & -0.84 & 2.36 & -1.94 & 12.00
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
|
|
|
||||||
BIN
latex/main.pdf
BIN
latex/main.pdf
Binary file not shown.
|
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
%% Librairie pour les equations
|
%% Librairie pour les equations
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
|
\usepackage{amssymb}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{template/premiere_page} % ne pas toucher
|
\input{template/premiere_page} % ne pas toucher
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue