summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-13 02:10:49 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:16:19 +0100
commite5fb861a713c472f837345425b406a917f02bd5c (patch)
tree194b092888322bfd08c2eaee99e8b693809b5f1d /main
parentd836ea127b872fde18da3b36dc02d093d34de9df (diff)
downloaddcs-lecture-notes-e5fb861a713c472f837345425b406a917f02bd5c.zip
dcs-lecture-notes-e5fb861a713c472f837345425b406a917f02bd5c.tar.gz
dcs-lecture-notes-e5fb861a713c472f837345425b406a917f02bd5c.tar.bz2
Adding chapter 3: Stochastic Processes
Diffstat (limited to 'main')
-rw-r--r--main/DCS.tex9
-rw-r--r--main/chapter03.tex105
2 files changed, 112 insertions, 2 deletions
diff --git a/main/DCS.tex b/main/DCS.tex
index dab7e41..0bc5c75 100644
--- a/main/DCS.tex
+++ b/main/DCS.tex
@@ -38,8 +38,8 @@
\newpage
% Nomenclature
-\phantomsection
-\addcontentsline{toc}{chapter}{Nomenclature}
+\phantomsection
+\addcontentsline{toc}{chapter}{Nomenclature}
\printnomenclature
\newpage
@@ -69,6 +69,11 @@
\input{../exercise02/exercise02.tex}
\clearpage
+\input{../chapter03/content_ch03.tex}
+\clearpage
+%\input{../exercise03/exercise03.tex}
+\clearpage
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Appendix
diff --git a/main/chapter03.tex b/main/chapter03.tex
new file mode 100644
index 0000000..206afc5
--- /dev/null
+++ b/main/chapter03.tex
@@ -0,0 +1,105 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Lecture Notes}
+\def\thesubtitle{Chapter 3: Stochastic and Deterministic Processes}
+\def\therevision{1}
+\def\therevisiondate{2020-05-11}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Header
+\input{../common/settings.tex}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Title Page
+\pagenumbering{Alph}
+\pagestyle{empty}
+
+% Title Page
+\input{../common/titlepage.tex}
+\newpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Preface
+\pagenumbering{arabic}
+\pagestyle{headings}
+
+% Inhaltsverzeichnis
+%\tableofcontents
+%\newpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Content
+
+\setcounter{chapter}{2}
+
+\input{../chapter03/content_ch03.tex}
+\clearpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+%\include{appendix/crlb}
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% References
+%\bibliographystyle{unsrt}
+%\bibliography{Masterarbeit}
+
+% List of Acronyms
+\input{../common/acronym.tex}
+\newpage
+
+% Notation
+%\include{formales/notation}
+%\newpage
+
+% List of Symbols
+%\include{formales/formelzeichen}
+\newpage
+
+% List of Block Diagram Symbols
+%\include{formales/blockfigures}
+\newpage
+
+% Print default index
+\phantomsection
+\addcontentsline{toc}{chapter}{Index}
+\printindex
+\newpage
+
+% List of Figures
+\phantomsection
+\addcontentsline{toc}{chapter}{\listfigurename}
+\listoffigures
+\newpage
+
+% List of Tables
+\phantomsection
+\addcontentsline{toc}{chapter}{\listtablename}
+\listoftables
+\newpage
+
+% Nomenclature
+\phantomsection
+\addcontentsline{toc}{chapter}{Nomenclature}
+\printnomenclature
+\newpage
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}