diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-05-28 01:11:09 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:31:57 +0100 |
| commit | c273024c80fabc5cf85dc146fc88f9a848d94be5 (patch) | |
| tree | 0a764d4eb8adffcee3d3b352f8aa1d6f36f6bbef /main/exercise04.tex | |
| parent | f6a45ff2a7bf405da58872611c74fd6bab1d6994 (diff) | |
| download | dcs-lecture-notes-c273024c80fabc5cf85dc146fc88f9a848d94be5.zip dcs-lecture-notes-c273024c80fabc5cf85dc146fc88f9a848d94be5.tar.gz dcs-lecture-notes-c273024c80fabc5cf85dc146fc88f9a848d94be5.tar.bz2 | |
WIP - exercise 4
Diffstat (limited to 'main/exercise04.tex')
| -rw-r--r-- | main/exercise04.tex | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/main/exercise04.tex b/main/exercise04.tex new file mode 100644 index 0000000..1002d6e --- /dev/null +++ b/main/exercise04.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 4: Sampling and Time-Discrete Signals and Systems} +\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{../exercise04/exercise04.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} |
