remove overfull hbox

This commit is contained in:
Pierre-antoine Comby 2019-05-03 14:01:21 +02:00
parent ba585b51ca
commit e04a7d96f4
8 changed files with 43 additions and 46 deletions

View file

@ -7,7 +7,7 @@
\begin{figure}[h!] \begin{figure}[h!]
\centering \centering
\begin{subfigure}{.5\textwidth} \begin{subfigure}{.6\textwidth}
\begin{tikzpicture} \begin{tikzpicture}
\sbEntree{A} \sbEntree{A}
\sbBlocL{E}{Échantilloneur}{A} \sbBlocL{E}{Échantilloneur}{A}
@ -24,8 +24,8 @@
à temps\\ continu à temps\\ continu
\end{tabular}}; \end{tabular}};
\end{tikzpicture} \end{tikzpicture}
\end{subfigure}~~% \end{subfigure}%
\begin{subfigure}{.5\textwidth} \begin{subfigure}{.4\textwidth}
\begin{tikzpicture} \begin{tikzpicture}
\begin{axis} \begin{axis}
[axis lines = middle, width=8cm, [axis lines = middle, width=8cm,
@ -40,7 +40,6 @@
\end{axis} \end{axis}
\end{tikzpicture} \end{tikzpicture}
\end{subfigure} \end{subfigure}
\end{figure} \end{figure}
On prélève la valeur de $x_c(t)$ à un instant de l'ensemble discret $nT_e, n\in\N$. On prélève la valeur de $x_c(t)$ à un instant de l'ensemble discret $nT_e, n\in\N$.

View file

@ -343,7 +343,7 @@ Pour caractériser les fenêtres, on utilise les paramètres suivants :
\begin{center} \begin{center}
\renewcommand{\arraystretch}{1.5} \renewcommand{\arraystretch}{1.5}
\begin{tabular}{|c|c|c|c|c|c|} \begin{tabular}{|c|c|c|c|c|p{4cm}|}
\hline \hline
& Rect & Tria & Hamming & Hanning & B-H \\ & Rect & Tria & Hamming & Hanning & B-H \\
\hline \hline

View file

@ -19,13 +19,11 @@ Filtre \\linéaire
\end{tikzpicture} \end{tikzpicture}
\caption{Traitement numérique d'un signal analogique} \caption{Traitement numérique d'un signal analogique}
\end{figure} \end{figure}
\section{Convertisseur numérique analogique} \section{Convertisseur numérique analogique}
\subsection{Principes} \subsection{Principes}
% CNA % CNA
\begin{center} \begin{figure}[H]
\centering
\begin{tikzpicture} \begin{tikzpicture}
\draw (0,0) node[left]{$\underbracket{a_{n-1}...a_0}_{\text{n bits}}$} -- (1,0) (1,1)node[below right]{$\#$} rectangle (3,-1)node[above left]{$\sim$} (1,-1) -- (3,1); \draw (0,0) node[left]{$\underbracket{a_{n-1}...a_0}_{\text{n bits}}$} -- (1,0) (1,1)node[below right]{$\#$} rectangle (3,-1)node[above left]{$\sim$} (1,-1) -- (3,1);
\draw[-latex] (3,0) -- ++(1,0) node[right]{$x$}; \draw[-latex] (3,0) -- ++(1,0) node[right]{$x$};
@ -33,10 +31,9 @@ Filtre \\linéaire
\[ \[
x =V_{ref} \sum_{k=0}^{n-1}a_k2^k x =V_{ref} \sum_{k=0}^{n-1}a_k2^k
\] \]
\end{center} \caption{principe du CNA}
\end{figure}
\subsection{Caractéristiques de transfert} \subsection{Caractéristiques de transfert}
\begin{figure}[H] \begin{figure}[H]
\centering \centering
\begin{tikzpicture} \begin{tikzpicture}
@ -157,7 +154,7 @@ On a les mêmes problèmes possibles sur les CAN, induits par des problèmes de
%\img{0.5}{4/13} %\img{0.5}{4/13}
\begin{figure}[H] \begin{figure}[H]
\begin{center} \begin{center}
\begin{subfigure}{0.5\linewidth} \begin{subfigure}{0.45\linewidth}
\centering \centering
\begin{tikzpicture} \begin{tikzpicture}
\foreach \y/\l in {-3/0,-2/1,0/k,1/n-2,2/n-1} \foreach \y/\l in {-3/0,-2/1,0/k,1/n-2,2/n-1}
@ -170,7 +167,7 @@ On a les mêmes problèmes possibles sur les CAN, induits par des problèmes de
\end{tikzpicture} \end{tikzpicture}
\subcaption{Schéma théorique} \subcaption{Schéma théorique}
\end{subfigure}% \end{subfigure}%
\begin{subfigure}{0.5\linewidth} \begin{subfigure}{0.55\linewidth}
\begin{tikzpicture} \begin{tikzpicture}
\foreach \y/\l in {-3/0,-2/1,0/k,1/n-2,2/n-1} \foreach \y/\l in {-3/0,-2/1,0/k,1/n-2,2/n-1}
{\draw (0,\y)to[spst,l=$a_{\l}$] ++(1,0) to[R,l={$2^{\l}I_0$}]++(3,0);} {\draw (0,\y)to[spst,l=$a_{\l}$] ++(1,0) to[R,l={$2^{\l}I_0$}]++(3,0);}

View file

@ -20,7 +20,8 @@ Transmettre le max de donnée avec un fiabilité maximale
\begin{figure}[H] \begin{figure}[H]
\centering \centering
\begin{tikzpicture} \begin{tikzpicture}
[every node/.style={draw,rectangle,minimum height=4em,node distance=0.5cm,scale=0.8}] [every node/.style={draw,rectangle,minimum height=4em,node
distance=0.5cm,scale=0.8,inner sep=2pt}]
\node (S) at (0,0){Source}; \node (S) at (0,0){Source};
\node (CS) [right= of S]{\begin{tabular}{c}Codage \\ source\end{tabular}}; \node (CS) [right= of S]{\begin{tabular}{c}Codage \\ source\end{tabular}};
\node (CC) [right= of CS]{\begin{tabular}{c}Codage \\ canal\end{tabular}}; \node (CC) [right= of CS]{\begin{tabular}{c}Codage \\ canal\end{tabular}};
@ -125,7 +126,7 @@ Où $A(t)$ et $\Phi(t)$ sont les amplitudes et phases instantanée.
\node[below left] at (-2,0) {11}; \node[below left] at (-2,0) {11};
\node[below right] at (0,-2) {10}; \node[below right] at (0,-2) {10};
\end{scope} \end{scope}
\begin{scope}[shift={(4,-3)}] \begin{scope}[shift={(3.5,-2.2)}]
\begin{axis} \begin{axis}
[axis lines = middle,height=6cm, width=12cm, [axis lines = middle,height=6cm, width=12cm,
xmin=0,xmax=360,ymin=-1,ymax=1, xmin=0,xmax=360,ymin=-1,ymax=1,

View file

@ -147,7 +147,7 @@ Soit $IES = 0 $
La DSP rectangulaire centrée en fait partie. La DSP rectangulaire centrée en fait partie.
\begin{rem} \begin{rem}
On a cepedant des lobs secondaire elevé dans la DSP (sinus On a cepedant des lobs secondaire élevé dans la DSP (sinus
cardinal pur), ce qui peux être dramatique en cas de mauvaise cardinal pur), ce qui peux être dramatique en cas de mauvaise
synchronisation. On cherche donc d'autre fonctions candidates avec synchronisation. On cherche donc d'autre fonctions candidates avec
des lobes secondaires moins élevé. des lobes secondaires moins élevé.
@ -159,7 +159,7 @@ Soit $IES = 0 $
\[G(f) = \[G(f) =
\begin{cases} \begin{cases}
T & \forall f \in \left[-\frac{1-\alpha}{2T},\frac{1-\alpha}{2T}\right]\\ T & \forall f \in \left[-\frac{1-\alpha}{2T},\frac{1-\alpha}{2T}\right]\\
\frac{T}{2}\left[1+\sin\left(\frac{\pi t}{\alpha}\left(\frac{1}{2T}-|f|\right)\right)\right] & \frac{1-\alpha}{2T}\le |f| \le \frac{1+\alpha}{2T}\\ \frac{T}{2}\left[1+\sin\left(\frac{\pi T}{\alpha}\left(\frac{1}{2T}-|f|\right)\right)\right] & \frac{1-\alpha}{2T}\le |f| \le \frac{1+\alpha}{2T}\\
0 & \text{ sinon} 0 & \text{ sinon}
\end{cases} \end{cases}
\] \]
@ -181,14 +181,14 @@ Soit $IES = 0 $
\begin{figure}[H] \begin{figure}[H]
\centering \centering
\begin{subfigure}{0.5\textwidth} \begin{subfigure}{0.5\textwidth}
\centering
\caption{Réponse fréquentielle} \caption{Réponse fréquentielle}
\label{fig:label}
\end{subfigure}% \end{subfigure}%
\begin{subfigure}{0.5\textwidth} \begin{subfigure}{0.5\textwidth}
\centering \centering
\caption{réponse temporelle} \caption{réponse temporelle}
\label{fig:label}
\end{subfigure} \end{subfigure}
\caption{Différents filtres respectant le critère de Nyquist} \caption{Différents filtres respectant le critère de Nyquist}
\end{figure} \end{figure}
@ -220,9 +220,3 @@ Soit $IES = 0 $
la capacité de Shannon. la capacité de Shannon.
\end{prop} \end{prop}
\end{document} \end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:

View file

@ -11,10 +11,9 @@ On rappele le schéma de chaine de transimission numérique:
\centering \centering
\begin{tikzpicture} \begin{tikzpicture}
[every node/.style={draw,rectangle,minimum height=4em,node distance=0.5cm,scale=0.8}] [every node/.style={draw,rectangle,minimum height=4em,node distance=0.5cm,scale=0.8}]
\node (S) at (0,0){Source}; \node (CS){\begin{tabular}{c}Codage \\ source\end{tabular}};
\node (CS) [right= of S]{\begin{tabular}{c}Codage \\ source\end{tabular}};
\node (CC) [right= of CS]{\begin{tabular}{c}Codage \\ canal\end{tabular}}; \node (CC) [right= of CS]{\begin{tabular}{c}Codage \\ canal\end{tabular}};
\node (CBB) [right= of CC]{\begin{tabular}{c}Filtre emission \\ $G(f)$\end{tabular}}; \node (CBB) [right= of CC]{\begin{tabular}{c}Emission \\ $G(f)$\end{tabular}};
\node (C) [right= of CBB]{ \node (C) [right= of CBB]{
\begin{tabular}{c} \begin{tabular}{c}
Canal\\ H(f) Canal\\ H(f)
@ -22,8 +21,7 @@ Canal\\ H(f)
}; };
\node (A) [right= of C][adder]{}; \node (A) [right= of C][adder]{};
\node (Demod)[right= of A]{ \node (Demod)[right= of A]{
\begin{tabular}{c} \begin{tabular}{c}Reception\\ Gr(f)
filtre de Reception\\ Gr(f)
\end{tabular} \end{tabular}
}; };
\node (E) [right= of Demod]{ \node (E) [right= of Demod]{

View file

@ -7,7 +7,10 @@
\module{UE433} \module{UE433}
\usetikzlibrary{trees} \usetikzlibrary{trees}
\renewcommand{\thechapter}{\thepart-\arabic{chapter}}
\makeatletter
\@addtoreset{chapter}{part}
\makeatother
\begin{document} \begin{document}
\maketitle \maketitle
\tableofcontents \tableofcontents
@ -51,10 +54,7 @@ La seconde partie de l'UE concerne le transport sur une distance plus ou moins l
Codage\\ +\\ modulation Codage\\ +\\ modulation
\end{tabular} \end{tabular}
}{CAN} }{CAN}
\sbBlocL{trans}{ \sbBlocL{trans}{Canal}{num}
\begin{tabular}{c}
Canal \\de\\ propagation
\end{tabular}}{num}
\sbBlocL{demod}{ \sbBlocL{demod}{
\begin{tabular}{c} \begin{tabular}{c}
Décodage \\+\\ Démodulation Décodage \\+\\ Démodulation

View file

@ -16,7 +16,7 @@
\LoadClass[12pt,a4paper,french,titlepage]{book} \LoadClass[12pt,a4paper,french,titlepage]{book}
\RequirePackage[french]{babel} % pour ecrire en francais \RequirePackage[french]{babel} % pour ecrire en francais
\RequirePackage[left=2.00cm, right=2.00cm, top=3.00cm, bottom=3.00cm]{geometry} % la mise en page \RequirePackage[left=2.00cm, right=2.00cm, top=3.00cm, bottom=3.00cm,headheight=15pt]{geometry} % la mise en page
% Packages % Packages
\RequirePackage[utf8]{inputenc} % encodage \RequirePackage[utf8]{inputenc} % encodage
@ -60,7 +60,7 @@
\fancyhf {} \fancyhf {}
\renewcommand{\chaptermark}[1]{\markboth{\bsc{\@chapapp~\thechapter{} :} #1}{}} \renewcommand{\chaptermark}[1]{\markboth{\bsc{\@chapapp~\thechapter{}~:} #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.{} #1}} \renewcommand{\sectionmark}[1]{\markright{\thesection.{} #1}}
\renewcommand{\headrulewidth}{1pt} %Epaisseur de la ligne. \renewcommand{\headrulewidth}{1pt} %Epaisseur de la ligne.
@ -134,16 +134,24 @@
\RequirePackage{needspace} \RequirePackage{needspace}
\renewcommand{\section}{ % \renewcommand{\section}{
\needspace{0.3\textheight}% % \needspace{0.2\textheight}%
\@startsection {section}{1}{\z@}% % \@startsection {section}{1}{\z@}%
{-3.5ex \@plus -1ex \@minus -.2ex}% % {-3.5ex \@plus -1ex \@minus -.2ex}%
{2.3ex \@plus.2ex}% % {2.3ex \@plus.2ex}%
{\reset@font\Large\bfseries}} % {\reset@font\Large\bfseries}
% }
\raggedbottom \raggedbottom
\setcounter{secnumdepth}{3} \setcounter{secnumdepth}{3}
\renewcommand{\thesection}{\arabic{section}} \renewcommand{\thesection}{\arabic{section}}
\RequirePackage{titletoc}
\titlecontents*{chapter}% <section-type>
[0pt]% <left>
{}% <above-code>
{\bfseries \thecontentslabel\quad}% <numbered-entry-format>
{}% <numberless-entry-format>
{\bfseries\hfill\contentspage}% <filler-page-format>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%