Import work from year 2014-2015
This commit is contained in:
Binary file not shown.
25
2nd/Transdisciplinaire/SignauxPerio_phys/index.rst
Normal file
25
2nd/Transdisciplinaire/SignauxPerio_phys/index.rst
Normal file
@@ -0,0 +1,25 @@
|
||||
Notes sur un activité réalisé en colaboration avec le prof de physique
|
||||
######################################################################
|
||||
|
||||
:date: 2015-07-01
|
||||
:modified: 2015-07-01
|
||||
:tags: Transdisciplinaire, Fonctions
|
||||
:category: 2nd
|
||||
:authors: Benjamin Bertrand
|
||||
:summary: Activité Math-Physique autour des signaux périodiques et des tableaux de fonctions.
|
||||
|
||||
|
||||
|
||||
`Lien vers motif2.tex <motif2.tex>`_
|
||||
|
||||
`Lien vers act_signal_periodique.odt <act_signal_periodique.odt>`_
|
||||
|
||||
`Lien vers motif2.pdf <motif2.pdf>`_
|
||||
|
||||
`Lien vers signal.tex <signal.tex>`_
|
||||
|
||||
`Lien vers signal.pdf <signal.pdf>`_
|
||||
|
||||
`Lien vers motif1.tex <motif1.tex>`_
|
||||
|
||||
`Lien vers motif1.pdf <motif1.pdf>`_
|
||||
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/motif1.pdf
Normal file
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/motif1.pdf
Normal file
Binary file not shown.
40
2nd/Transdisciplinaire/SignauxPerio_phys/motif1.tex
Normal file
40
2nd/Transdisciplinaire/SignauxPerio_phys/motif1.tex
Normal file
@@ -0,0 +1,40 @@
|
||||
\documentclass{standalone}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/base}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\def\width{8}
|
||||
\def\hauteur{6}
|
||||
\begin{tikzpicture}[x=1cm, y=1cm]
|
||||
\clip (3.8,0) rectangle (7, \hauteur);
|
||||
\draw[step=1mm, line width=0.1mm, black!30!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5mm, line width=0.2mm, black!40!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5cm, line width=0.5mm, black!50!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=1cm, line width=0.2mm, black!90!white] (0,0) grid (\width,\hauteur);
|
||||
|
||||
\begin{scope}[shift={(-0.3,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(2.9,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(6.1,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/motif2.pdf
Normal file
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/motif2.pdf
Normal file
Binary file not shown.
54
2nd/Transdisciplinaire/SignauxPerio_phys/motif2.tex
Normal file
54
2nd/Transdisciplinaire/SignauxPerio_phys/motif2.tex
Normal file
@@ -0,0 +1,54 @@
|
||||
\documentclass{standalone}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/base}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\def\width{17}
|
||||
\def\hauteur{6}
|
||||
\begin{tikzpicture}[x=1cm, y=1cm, ]
|
||||
\clip (0.5,0) rectangle (4.7, \hauteur);
|
||||
\draw[step=1mm, line width=0.1mm, black!30!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5mm, line width=0.2mm, black!40!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5cm, line width=0.5mm, black!50!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=1cm, line width=0.3mm, black!90!white] (0,0) grid (\width,\hauteur);
|
||||
\clip (0,0) rectangle (\width , \hauteur);
|
||||
\begin{scope}[shift={(-0.3,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(2.9,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(6.1,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(9.3,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(12,7,0)}, xscale=0.8]]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(12.5,0)}, xscale=0.8]]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/signal.pdf
Normal file
BIN
2nd/Transdisciplinaire/SignauxPerio_phys/signal.pdf
Normal file
Binary file not shown.
59
2nd/Transdisciplinaire/SignauxPerio_phys/signal.tex
Normal file
59
2nd/Transdisciplinaire/SignauxPerio_phys/signal.tex
Normal file
@@ -0,0 +1,59 @@
|
||||
\documentclass{standalone}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/tools/style/base}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\def\width{17}
|
||||
\def\hauteur{6}
|
||||
\begin{tikzpicture}[x=1cm, y=1cm, ]
|
||||
\draw[step=1mm, line width=0.1mm, black!30!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5mm, line width=0.2mm, black!40!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=5cm, line width=0.5mm, black!50!white] (0,0) grid (\width,\hauteur);
|
||||
\draw[step=1cm, line width=0.3mm, black!90!white] (0,0) grid (\width,\hauteur);
|
||||
\clip (0,0) rectangle (\width , \hauteur);
|
||||
\begin{scope}[shift={(-0.3,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(2.9,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(6.1,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(9.3,0)}, xscale=0.8]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(12,7,0)}, xscale=0.8]]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(12.5,0)}, xscale=0.8]]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
\begin{scope}[shift={(15.7,0)}, xscale=0.8]]
|
||||
\draw[very thick, color=red] plot [smooth,tension=0.1] coordinates{%
|
||||
(0,2) (1,2) (1.2,5) (1.4,0.3) (1.5,2) (1.7,2.5) (1.8, 3) (2.1,2.5) (2.3, 2) (4,2)
|
||||
};
|
||||
\end{scope}
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
Reference in New Issue
Block a user