-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatDig.tex
40 lines (28 loc) · 1.08 KB
/
StatDig.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
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{Statistical Digital Signal Processing And Modeling}
\newcommand{\authorinfo}{L. Schmid, R. Koller, Ch. Schlittler, S. Eicher, H.Diethelm} % Do not remove any names! Initial authors stay first.
\newcommand{\versioninfo}{FS2014}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard projektübergreifender Header für
% - Makros
% - Farben
% - Mathematische Operatoren
%
% DORT NUR ERGÄNZEN, NICHTS LÖSCHEN
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{header}
\raggedbottom
% Möglichst keine Ergänzungen hier, sondern in header.tex
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Diskrete Fourier Transformation
\input{files/Transformationen.tex}
\input{files/WTheorie.tex}
\input{files/PadePronyShank.tex}
\input{files/OptFilter.tex}
\input{files/SpecEst.tex}
\input{files/adaptivFilter.tex}
\end{document}