Continue produit de convolution
This commit is contained in:
parent
586eec183d
commit
913da44d2c
1 changed files with 143 additions and 6 deletions
|
@ -5,6 +5,8 @@
|
|||
\date{Dernière compilation~: \today{} à \currenttime}
|
||||
|
||||
\usepackage{../cours}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{shapes.multipart}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
@ -593,19 +595,154 @@
|
|||
|
||||
\paragraph{Applications}
|
||||
|
||||
Permet de déterminer la \emph{sortie temporelle} de tout Système Linéaire et Invariant dans le Temps (SLIT).
|
||||
Le système considéré peut être la \emph{modélisation} d'un canal de transmission par exemple.
|
||||
La modélisation est la \emph{représentation mathématique} d'un \emph{phénomène physique}.
|
||||
Le \emph{modèle} établit la ou les relations entre entrée(s) et sortie(s).
|
||||
\begin{itemize}
|
||||
|
||||
\item Permet de déterminer la \emph{sortie temporelle} de tout Système Linéaire et Invariant dans le Temps (SLIT).
|
||||
|
||||
\item Le système considéré peut être la \emph{modélisation} d'un canal de transmission par exemple.
|
||||
|
||||
\item La modélisation est la \emph{représentation mathématique} d'un \emph{phénomène physique}.
|
||||
|
||||
\item Le \emph{modèle} établit la ou les relations entre entrée(s) et sortie(s).
|
||||
|
||||
\end{itemize}
|
||||
|
||||
\paragraph{Système Linéaire et Invariant dans le Temps (SLIT)}
|
||||
|
||||
\begin{itemize}
|
||||
|
||||
\item Linéarité
|
||||
\item Linéarité~:
|
||||
|
||||
\item %TODO: finish
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[every text node part/.style={align=center}]
|
||||
\node (a) at (-6,1) {$\alpha x_1(t)$};
|
||||
\node (b) at (-6,-1) {$\beta x_2(t)$};
|
||||
\node[circle,draw,minimum width=0.6cm] (c) at (-3,0) {};
|
||||
\draw (-3,-0.3) -- (-3,0.3);
|
||||
\draw (-3.3,0) -- (-2.7,0);
|
||||
\node[rectangle,draw,minimum width=3cm,thick] (r) at (0,0) {$h(t)$ \\ SLIT};
|
||||
\draw (a) -- (-3,1);
|
||||
\draw[-latex] (-3,1) -- (c.north);
|
||||
\draw (b) -- (-3,-1);
|
||||
\draw[-latex] (-3,-1) -- (c.south);
|
||||
\draw[-latex](c) -- (r.west);
|
||||
\draw[-latex](r) -- ++(5cm,0) node[above]{$y(t) = \alpha y_1(t) + \beta y_2(t)$};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\item Invariance dans le temps~:
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}[every text node part/.style={align=center}]
|
||||
\node[rectangle,draw,minimum width=3cm,thick] (r) at (0,0) {$h(t)$ \\ SLIT};
|
||||
\draw[-latex]++(-5cm,0) -- (r.west) node[above,at start]{$y(t - t_0)$};
|
||||
\draw[-latex](r) -- ++(5cm,0) node[above]{$y(t - t_0)$};
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{itemize}
|
||||
|
||||
\paragraph{Notation}
|
||||
\begin{equation*}
|
||||
(x * y)(t)
|
||||
\end{equation*}
|
||||
|
||||
\paragraph{Définition}
|
||||
|
||||
Soient deux fonctions $x$ et $y$ intégrables dans $\mathbb{R}$ pour presque tout $t \in \mathbb{R}$.
|
||||
Le produit de convolution de $x$ et $y$ est tel que~:
|
||||
\begin{equation*}
|
||||
(x * y)(t) = \int_{-\infty}^{+\infty} x(\tau) y(t - \tau) \dif \tau
|
||||
\end{equation*}
|
||||
et $(x * y)(t)$ est borné.
|
||||
|
||||
\paragraph{Remarques}
|
||||
|
||||
Le produit de convolution est une fonction de variable ici $t$.
|
||||
$\tau$ est la variable muette de l'intégrale~: la fonction de convolution \emph{ne dépendra pas} de $\tau$.
|
||||
|
||||
\subsection{Interprétation physique}
|
||||
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\draw[help lines, dashed] (-2,-1) grid (5,3);
|
||||
\draw[-latex] (-2,0) -- (5,0) node[below]{$\tau$};
|
||||
\draw[thick, orange,smooth]
|
||||
(0,0) -- (0,3)
|
||||
plot[domain=0:5]({\x}, {1.5/(0.5+\x)}) node[above]{$x(\tau)$}
|
||||
;
|
||||
\draw[thick, teal]
|
||||
(0,0) -- (0,1.5) node[left]{$y(\tau)$}
|
||||
plot[domain=0:1]({\x}, {1.5})
|
||||
(1,1.5) -- (1,0)
|
||||
;
|
||||
\node at (0,-0.3) {0};
|
||||
\node at (1,-0.3) {$T$};
|
||||
\end{tikzpicture}
|
||||
\begin{tikzpicture}
|
||||
\draw[help lines, dashed] (-2,-1) grid (5,3);
|
||||
\draw[-latex] (-2,0) -- (5,0) node[below]{$\tau$};
|
||||
\draw[thick, orange,smooth]
|
||||
(0,0) -- (0,3)
|
||||
plot[domain=0:5]({\x}, {1.5/(0.5+\x)}) node[above]{$x(\tau)$}
|
||||
;
|
||||
\draw[thick, teal]
|
||||
(-1.5,0) -- (-1.5,1.5) node[above]{$y(t - \tau)$}
|
||||
plot[domain=-1.5:-0.5]({\x}, {1.5})
|
||||
(-0.5,1.5) -- (-0.5,0)
|
||||
;
|
||||
\node at (-1.5,-0.3) {$t-T$};
|
||||
\node at (-0.5,-0.3) {$t$};
|
||||
\end{tikzpicture}
|
||||
|
||||
\begin{tikzpicture}
|
||||
\draw[help lines, dashed] (-2,-1) grid (5,3);
|
||||
\fill [red!30,domain=0:0.5,variable=\x]
|
||||
(0,0)
|
||||
-- plot ({\x}, {1.5/(0.5+\x)})
|
||||
node[above right,red] {$x(\tau) \cdot y(t - \tau)$}
|
||||
-- (0.5,0)
|
||||
-- cycle;
|
||||
;
|
||||
\draw[-latex] (-2,0) -- (5,0) node[below]{$\tau$};
|
||||
\draw[thick, orange,smooth]
|
||||
(0,0) -- (0,3)
|
||||
plot[domain=0:5]({\x}, {1.5/(0.5+\x)}) node[above]{$x(\tau)$}
|
||||
;
|
||||
\draw[thick, teal]
|
||||
(-0.5,0) -- (-0.5,1.5) node[left]{$y(t - \tau)$}
|
||||
plot[domain=-0.5:0.5]({\x}, {1.5})
|
||||
(0.5,1.5) -- (0.5,0)
|
||||
;
|
||||
\node at (-0.5,-0.3) {$t-T$};
|
||||
\node at (0.5,-0.3) {$t$};
|
||||
|
||||
\end{tikzpicture}
|
||||
\begin{tikzpicture}
|
||||
\draw[help lines, dashed] (-2,-1) grid (5,3);
|
||||
\fill [red!30,domain=0.5:1.5,variable=\x]
|
||||
node[above,red] {$x(\tau) \cdot y(t - \tau)$}
|
||||
(0.5,0)
|
||||
-- plot ({\x}, {1.5/(0.5+\x)})
|
||||
-- (1.5,0)
|
||||
-- cycle;
|
||||
;
|
||||
\draw[-latex] (-2,0) -- (5,0) node[below]{$\tau$};
|
||||
\draw[thick, orange,smooth]
|
||||
(0,0) -- (0,3)
|
||||
plot[domain=0:5]({\x}, {1.5/(0.5+\x)}) node[above]{$x(\tau)$}
|
||||
;
|
||||
\draw[thick, teal]
|
||||
(0.5,0) -- (0.5,1.5)
|
||||
plot[domain=0.5:1.5]({\x}, {1.5})
|
||||
(1.5,1.5)
|
||||
node[right]{$y(t - \tau)$}
|
||||
-- (1.5,0)
|
||||
;
|
||||
\node at (0.5,-0.3) {$t-T$};
|
||||
\node at (1.5,-0.3) {$t$};
|
||||
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\end{document}
|
||||
|
|
Loading…
Reference in a new issue