From f6a45ff2a7bf405da58872611c74fd6bab1d6994 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Wed, 27 May 2020 00:59:00 +0200 Subject: WIP: Chapter 5 --- main/DCS.tex | 5 +++ main/chapter04.tex | 2 +- main/chapter05.tex | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 main/chapter05.tex (limited to 'main') diff --git a/main/DCS.tex b/main/DCS.tex index 6ec2dd8..b4bebd6 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -89,6 +89,11 @@ %\input{../exercise04/exercise04.tex} \clearpage +\input{../chapter05/content_ch05.tex} +\clearpage +%\input{../exercise05/exercise05.tex} +\clearpage + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/chapter04.tex b/main/chapter04.tex index 5284900..9d2439c 100644 --- a/main/chapter04.tex +++ b/main/chapter04.tex @@ -14,7 +14,7 @@ \def\thekindofdocument{Lecture Notes} \def\thesubtitle{Chapter 4: Sampling and Time-Discrete Signals and Systems} \def\therevision{1} -\def\therevisiondate{2020-05-17} +\def\therevisiondate{2020-05-26} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header diff --git a/main/chapter05.tex b/main/chapter05.tex new file mode 100644 index 0000000..aacbdd0 --- /dev/null +++ b/main/chapter05.tex @@ -0,0 +1,115 @@ +% SPDX-License-Identifier: CC-BY-SA-4.0 +% +% Copyright (c) 2020 Philipp Le +% +% Except where otherwise noted, this work is licensed under a +% Creative Commons Attribution-ShareAlike 4.0 License. +% +% Please find the full copy of the licence at: +% https://creativecommons.org/licenses/by-sa/4.0/legalcode + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Lecture Notes} +\def\thesubtitle{Chapter 5: Modulation} +\def\therevision{1} +\def\therevisiondate{2020-05-26} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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}{4} + +\input{../chapter05/content_ch05.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} -- cgit v1.1