-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDigSig2.tex
63 lines (51 loc) · 1.39 KB
/
DigSig2.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass{scrartcl}
\include{header/zusammenfassung}
\include{header/hyperref}
\include{header/listings}
% tikz zeug
\usepackage{etex}
\usepackage{adjustbox}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\input{3dparty/tikz-dsp.sty}
\usetikzlibrary{chains}
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\DeclareMathOperator{\z}{\mathpzc{z}}
\DeclareMathOperator{\NRR}{\text{NRR}}
\DeclareMathOperator{\SNR}{\text{SNR}}
\DeclareMathOperator{\DFT}{\text{DFT}}
\DeclareMathOperator{\FFT}{\text{FFT}}
\title{DigSig2}
\author{H.Badertscher, J.Rast, R.Nestler, P.Riedel et al.}
\begin{document}
\selectlanguage{english}
\setArrayStretch{2}
\setcounter{tocdepth}{2}
\begin{titlepage}
\maketitle
\vfill
\hspace{2cm}
\begin{minipage}{0.6\linewidth}
This summary follows the lectures of Prof. Dr. G. Schuster and the book
''Introduction to Signal Processing`` by Sophocles J. Orfanidis. Most
figures and formulas are taken from there.
\end{minipage}
\end{titlepage}
\newpage
\tableofcontents
\newpage
\setArrayStretch{1.2}
\begin{multicols}{2}
\input{sections/DigitalFilterRealizations}
\newpage
\input{sections/SignalProcessingApplications}
\newpage
\input{sections/DFT_FFT_Algorithms}
\end{multicols}
\input{sections/FIR_DigitalFilterDesign}
\input{sections/IIR_DigitalFilterDesign}
\input{sections/InterpolationDecimationOversampling}
% Appendix
\newpage
\input{sections/appendix}
\end{document}