diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-06-14 18:39:14 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 22:44:39 +0100 |
| commit | 0460ef3f9231fc50ca65078594f885640399ccd5 (patch) | |
| tree | 30e76ac1cb7665c110566fda9343dc69b2102ea3 /main | |
| parent | a525717abb2b54813737b41fe69fc737ea3a3e92 (diff) | |
| download | dcs-lecture-notes-0460ef3f9231fc50ca65078594f885640399ccd5.zip dcs-lecture-notes-0460ef3f9231fc50ca65078594f885640399ccd5.tar.gz dcs-lecture-notes-0460ef3f9231fc50ca65078594f885640399ccd5.tar.bz2 | |
Moving Spread Spectrum to Chapter 7
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 5 | ||||
| -rw-r--r-- | main/chapter06.tex | 4 | ||||
| -rw-r--r-- | main/chapter07.tex | 115 | ||||
| -rw-r--r-- | main/exercise06.tex | 2 | ||||
| -rw-r--r-- | main/exercise07.tex | 74 |
5 files changed, 197 insertions, 3 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 8411533..2ede540 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -99,6 +99,11 @@ \input{../exercise06/exercise06.tex} \clearpage +\input{../chapter07/content_ch07.tex} +\clearpage +\input{../exercise07/exercise07.tex} +\clearpage + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/chapter06.tex b/main/chapter06.tex index e741eac..83b206c 100644 --- a/main/chapter06.tex +++ b/main/chapter06.tex @@ -12,9 +12,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Lecture Notes} -\def\thesubtitle{Chapter 6: Digital Signal Processing and Spread Spectrum} +\def\thesubtitle{Chapter 6: Digital Signal Processing} \def\therevision{1} -\def\therevisiondate{2020-06-06} +\def\therevisiondate{2020-06-14} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header diff --git a/main/chapter07.tex b/main/chapter07.tex new file mode 100644 index 0000000..bfe7099 --- /dev/null +++ b/main/chapter07.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 7: Spread Spectrum and Multiple Access} +\def\therevision{1} +\def\therevisiondate{2020-06-06} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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}{6} + +\input{../chapter07/content_ch07.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} diff --git a/main/exercise06.tex b/main/exercise06.tex index 8787444..2f65d3f 100644 --- a/main/exercise06.tex +++ b/main/exercise06.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Exercise} -\def\thesubtitle{Chapter 6: Digital Signal Processing and Spead Spectrum} +\def\thesubtitle{Chapter 6: Digital Signal Processing} \def\therevision{1} \def\therevisiondate{2020-05-26} diff --git a/main/exercise07.tex b/main/exercise07.tex new file mode 100644 index 0000000..e8336fd --- /dev/null +++ b/main/exercise07.tex @@ -0,0 +1,74 @@ +% 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{Exercise} +\def\thesubtitle{Chapter 7: Spread Spectrum and Multiple Access} +\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}{7} + +\input{../exercise07/exercise07.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +\chapter{Solutions} + +\printsolutions +\clearpage + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} |
