diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-05-03 16:13:40 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:16:19 +0100 |
| commit | 7415629cde3b98b8ebd86d99542db9ff909382dd (patch) | |
| tree | 7ac7841effca08584c879a36c2f8882bea996858 /main | |
| parent | 7835706d922bccc9873eeee671ae119e51768daf (diff) | |
| download | dcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.zip dcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.tar.gz dcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.tar.bz2 | |
WIP: Electromagnetic spectrum
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 2 | ||||
| -rw-r--r-- | main/chapter00.tex | 2 | ||||
| -rw-r--r-- | main/exercise01.tex | 61 | ||||
| -rw-r--r-- | main/exercise02.tex | 61 |
4 files changed, 125 insertions, 1 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 637158b..efa990c 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -60,6 +60,8 @@ \input{../chapter02/content_ch02.tex} \clearpage +\input{../exercise02/exercise02.tex} +\clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/chapter00.tex b/main/chapter00.tex index 414b25b..7470b4d 100644 --- a/main/chapter00.tex +++ b/main/chapter00.tex @@ -4,7 +4,7 @@ \def\thekindofdocument{Lecture Notes} \def\thesubtitle{Chapter 0: Introduction and Organization} \def\therevision{1} -\def\therevisiondate{2020-04-28} +\def\therevisiondate{2020-05-03} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header diff --git a/main/exercise01.tex b/main/exercise01.tex new file mode 100644 index 0000000..8d9c538 --- /dev/null +++ b/main/exercise01.tex @@ -0,0 +1,61 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Exercise} +\def\thesubtitle{Chapter 1: Communication Systems} +\def\therevision{1} +\def\therevisiondate{2020-04-28} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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}{1} + +\input{../exercise01/exercise01.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} diff --git a/main/exercise02.tex b/main/exercise02.tex new file mode 100644 index 0000000..8bc4ece --- /dev/null +++ b/main/exercise02.tex @@ -0,0 +1,61 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Exercise} +\def\thesubtitle{Chapter 2: Signals and Systems} +\def\therevision{1} +\def\therevisiondate{2020-04-28} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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{../exercise02/exercise02.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} |
