summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-17 23:36:25 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:16:19 +0100
commit173ccc399d4f59e369c8eee0be294b772bd4f805 (patch)
treec14e52919785afdc306a5dbc2c6d2aff64702ede /main
parent85b4a8785d926f964026399b4ff5144fbd004be8 (diff)
downloaddcs-lecture-notes-173ccc399d4f59e369c8eee0be294b772bd4f805.zip
dcs-lecture-notes-173ccc399d4f59e369c8eee0be294b772bd4f805.tar.gz
dcs-lecture-notes-173ccc399d4f59e369c8eee0be294b772bd4f805.tar.bz2
Adding chapter 4
Diffstat (limited to 'main')
-rw-r--r--main/DCS.tex5
-rw-r--r--main/chapter04.tex105
2 files changed, 110 insertions, 0 deletions
diff --git a/main/DCS.tex b/main/DCS.tex
index 0bc5c75..8b2610e 100644
--- a/main/DCS.tex
+++ b/main/DCS.tex
@@ -74,6 +74,11 @@
%\input{../exercise03/exercise03.tex}
\clearpage
+\input{../chapter04/content_ch04.tex}
+\clearpage
+%\input{../exercise04/exercise04.tex}
+\clearpage
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Appendix
diff --git a/main/chapter04.tex b/main/chapter04.tex
new file mode 100644
index 0000000..80aa9b5
--- /dev/null
+++ b/main/chapter04.tex
@@ -0,0 +1,105 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Lecture Notes}
+\def\thesubtitle{Chapter 4: Sampling and Time-Discrete Signals and Systems}
+\def\therevision{1}
+\def\therevisiondate{2020-05-17}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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}{3}
+
+\input{../chapter04/content_ch04.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}