-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathIntTra.tex
executable file
·80 lines (60 loc) · 2.18 KB
/
IntTra.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%Dokumentinformationen ======================================================================
\newcommand{\titleinfo}{IntTra}
\newcommand{\authorinfo}{Dev4Future, Braun \& Co, Jürg \& Co, Hannes, Körner, Gwerder, Niedermann} %{Autoren: Studenten der HSR} %siehe: Infos, Contributors
\newcommand{\versioninfo}{HS / 2019}
%weitere Autoren: ==========================================================================
%Dev4Future, Braun \& Co, Jürg \& Co, Hannes, Körner, Gwerder, Niedermann
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard projektübergreifender Header für
% - Makros
% - Farben
% - Mathematische Operatoren
%
% DORT NUR ERGÄNZEN, NICHTS LÖSCHEN
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumenteinstellungen ======================================================================
\include{header/header} % standard header mit den Packages includieren
% Sections ======================================================================
%TODO ersetzen von Bildern mit richtigem Latex Code (Kap. 2.2, 3.1 und 5.3.1)
\begin{document}
% Einleitung/ Varianten der Integraltransformationen
\input{sections/Einleitung}
% Signale und Systeme
\input{sections/SigSys}
% Diskrete Fourier Transformation
%\input{sections/DFT}
%\newpage
\newpage
%Funktionen
\input{sections/Funktionen}
\newpage
% Fourierreihe
\input{sections/Fourierreihe}
\newpage
% Fourier-Integral / Fourier-Transformation
\input{sections/FourierIntegral}
\input{sections/HilbertTransformation}
\newpage
% Abtasttheoreme, diskrete Frouriertransformation
\input{sections/Abtasttheorem}
% LaPlace-Transformation
\input{sections/LaPlaceTransformation}
\newpage
%Beispiele Aufgaben/ Lösungsweg
\input{sections/Beispiele}
\newpage
% Diverses
\input{sections/Diverses}
\newpage
% Anhang
\input{sections/AnhangFunktionen}
%\input{sections/Tricks}
% Wichtige Formeln (Idiotenseiten)
%\input{idiotenseite/trigo/trigoInclude}
%\input{sections/Idiotenseite}
% Integraltabelle
%\input{sections/Integrale}
%\input{idiotenseite/diverses/subsections/unbestimmteIntegrale}
\end{document}