doc-src/isac/jrocnik/present-1.tex
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 05 Jul 2011 18:11:33 +0200
branchdecompose-isar
changeset 42074 8c02160fcdbf
child 42075 7d062ed7359c
permissions -rw-r--r--
intermed: jrocnik present-1
neuper@42074
     1
% $Header: /cvsroot/latex-beamer/latex-beamer/solutions/conference-talks/conference-ornate-20min.en.tex,v 1.7 2007/01/28 20:48:23 tantau Exp $
neuper@42074
     2
neuper@42074
     3
\documentclass{beamer}
neuper@42074
     4
neuper@42074
     5
% This file is a solution template for:
neuper@42074
     6
neuper@42074
     7
% - Talk at a conference/colloquium.
neuper@42074
     8
% - Talk length is about 20min.
neuper@42074
     9
% - Style is ornate.
neuper@42074
    10
neuper@42074
    11
neuper@42074
    12
neuper@42074
    13
% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
neuper@42074
    14
%
neuper@42074
    15
% In principle, this file can be redistributed and/or modified under
neuper@42074
    16
% the terms of the GNU Public License, version 2.
neuper@42074
    17
%
neuper@42074
    18
% However, this file is supposed to be a template to be modified
neuper@42074
    19
% for your own needs. For this reason, if you use this file as a
neuper@42074
    20
% template and not specifically distribute it as part of a another
neuper@42074
    21
% package/program, I grant the extra permission to freely copy and
neuper@42074
    22
% modify this file as you see fit and even to delete this copyright
neuper@42074
    23
% notice.
neuper@42074
    24
neuper@42074
    25
neuper@42074
    26
\mode<presentation>
neuper@42074
    27
{
neuper@42074
    28
  \usetheme{Hannover}
neuper@42074
    29
  % or ...
neuper@42074
    30
neuper@42074
    31
  \setbeamercovered{transparent}
neuper@42074
    32
  % or whatever (possibly just delete it)
neuper@42074
    33
}
neuper@42074
    34
neuper@42074
    35
%\usepackage{setspace} %for "\begin{onehalfspace}"
neuper@42074
    36
\usepackage[english]{babel}
neuper@42074
    37
% or whatever
neuper@42074
    38
neuper@42074
    39
\usepackage[utf8]{inputenc}
neuper@42074
    40
% or whatever
neuper@42074
    41
neuper@42074
    42
\usepackage{times}
neuper@42074
    43
\usepackage[T1]{fontenc}
neuper@42074
    44
% Or whatever. Note that the encoding and the font should match. If T1
neuper@42074
    45
% does not look nice, try deleting the line with the fontenc.
neuper@42074
    46
neuper@42074
    47
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
neuper@42074
    48
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
neuper@42074
    49
neuper@42074
    50
\title[TODO] % (optional, use only with long paper titles)
neuper@42074
    51
{TODO}
neuper@42074
    52
neuper@42074
    53
\subtitle{TODO}
neuper@42074
    54
neuper@42074
    55
\author[Rocnik] % (optional, use only with lots of authors)
neuper@42074
    56
{Jan~Rocnik}
neuper@42074
    57
% - Give the names in the same order as the appear in the paper.
neuper@42074
    58
% - Use the \inst{?} command only if the authors have different
neuper@42074
    59
%   affiliation.
neuper@42074
    60
neuper@42074
    61
\institute % (optional, but mostly needed)
neuper@42074
    62
{
neuper@42074
    63
  Technische Universit\"at Graz\\
neuper@42074
    64
  Institut f\"ur TODO
neuper@42074
    65
}
neuper@42074
    66
% - Use the \inst command only if there are several affiliations.
neuper@42074
    67
% - Keep it simple, no one is interested in your street address.
neuper@42074
    68
neuper@42074
    69
% \date[CFP 2003] % (optional, should be abbreviation of conference name)
neuper@42074
    70
% {Conference on Fabulous Presentations, 2003}
neuper@42074
    71
% - Either use conference name or its abbreviation.
neuper@42074
    72
% - Not really informative to the audience, more for people (including
neuper@42074
    73
%   yourself) who are reading the slides online
neuper@42074
    74
neuper@42074
    75
% \subject{Theoretical Computer Science}
neuper@42074
    76
% This is only inserted into the PDF information catalog. Can be left
neuper@42074
    77
% out.
neuper@42074
    78
neuper@42074
    79
neuper@42074
    80
neuper@42074
    81
% If you have a file called "university-logo-filename.xxx", where xxx
neuper@42074
    82
% is a graphic format that can be processed by latex or pdflatex,
neuper@42074
    83
% resp., then you can add a logo as follows:
neuper@42074
    84
neuper@42074
    85
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
neuper@42074
    86
% \logo{\pgfuseimage{university-logo}}
neuper@42074
    87
neuper@42074
    88
neuper@42074
    89
neuper@42074
    90
% Delete this, if you do not want the table of contents to pop up at
neuper@42074
    91
% the beginning of each subsection:
neuper@42074
    92
\AtBeginSubsection[]
neuper@42074
    93
{
neuper@42074
    94
  \begin{frame}<beamer>{Outline}
neuper@42074
    95
    \tableofcontents[currentsection,currentsubsection]
neuper@42074
    96
  \end{frame}
neuper@42074
    97
}
neuper@42074
    98
neuper@42074
    99
neuper@42074
   100
% If you wish to uncover everything in a step-wise fashion, uncomment
neuper@42074
   101
% the following command:
neuper@42074
   102
neuper@42074
   103
%\beamerdefaultoverlayspecification{<+->}
neuper@42074
   104
neuper@42074
   105
neuper@42074
   106
\begin{document}
neuper@42074
   107
neuper@42074
   108
\begin{frame}
neuper@42074
   109
  \titlepage
neuper@42074
   110
\end{frame}
neuper@42074
   111
neuper@42074
   112
\begin{frame}{Outline}
neuper@42074
   113
  \tableofcontents
neuper@42074
   114
  % You might wish to add the option [pausesections]
neuper@42074
   115
\end{frame}
neuper@42074
   116
neuper@42074
   117
neuper@42074
   118
% Structuring a talk is a difficult task and the following structure
neuper@42074
   119
% may not be suitable. Here are some rules that apply for this
neuper@42074
   120
% solution:
neuper@42074
   121
neuper@42074
   122
% - Exactly two or three sections (other than the summary).
neuper@42074
   123
% - At *most* three subsections per section.
neuper@42074
   124
% - Talk about 30s to 2min per frame. So there should be between about
neuper@42074
   125
%   15 and 30 frames, all told.
neuper@42074
   126
neuper@42074
   127
% - A conference audience is likely to know very little of what you
neuper@42074
   128
%   are going to talk about. So *simplify*!
neuper@42074
   129
% - In a 20min talk, getting the main ideas across is hard
neuper@42074
   130
%   enough. Leave out details, even if it means being less precise than
neuper@42074
   131
%   you think necessary.
neuper@42074
   132
% - If you omit details that are vital to the proof/implementation,
neuper@42074
   133
%   just say so once. Everybody will be happy with that.
neuper@42074
   134
neuper@42074
   135
\section[Fourier]{Fourier Transformation}
neuper@42074
   136
\subsection[]{Fourier Reihenentwicklung}
neuper@42074
   137
\begin{frame}\frametitle{TODO}
neuper@42074
   138
TODO
neuper@42074
   139
\end{frame}
neuper@42074
   140
neuper@42074
   141
\subsection[]{Fourier Transformation}
neuper@42074
   142
\begin{frame}\frametitle{Fourier Transformation Bsp 1}
neuper@42074
   143
TODO
neuper@42074
   144
\end{frame}
neuper@42074
   145
neuper@42074
   146
\subsection[]{}
neuper@42074
   147
\begin{frame}\frametitle{Fourier Transformation Bsp 2a}
neuper@42074
   148
TODO
neuper@42074
   149
\end{frame}
neuper@42074
   150
neuper@42074
   151
\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
neuper@42074
   152
Aufgabenstellung von Bernhard
neuper@42074
   153
\end{frame}
neuper@42074
   154
neuper@42074
   155
\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
neuper@42074
   156
\footnotesize{
neuper@42074
   157
\begin{tabbing}
neuper@42074
   158
000\=\kill
neuper@42074
   159
01 \> ${\cal F}\;(x(t-2)) =$\\
neuper@42074
   160
      \`${\cal F}\;(x(t-T)) = e^{-j\cdot\omega\cdot T}\cdot X\;j\cdot\omega$\\
neuper@42074
   161
02 \> $e^{-j\cdot\omega\cdot 2}\cdot X\;(j\cdot\omega)$\\
neuper@42074
   162
      \`definition $X\;(j\cdot\omega)$\\
neuper@42074
   163
03 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-\infty}^\infty x\;t\;\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   164
      \` $x\;t = 1\;{\it for}\;\{x.\;-1\leq t\;\land\;t\leq 1\}\;{\it and}\;x\;t=0\;{\it otherwise}$\\
neuper@42074
   165
04 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-1}^1 1\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   166
      \` $\int_a^b f\;t\;dt = \int f\;t\;dt\;|_a^b$\\
neuper@42074
   167
05 \> $e^{-j\cdot\omega\cdot 2}\cdot \int 1\cdot e^{-j\cdot\omega\cdot t} d t\;|_{-1}^1$\\
neuper@42074
   168
      \` $\int e^{a\cdot t} = \frac{1}{a}\cdot e^{a\cdot t}$\\
neuper@42074
   169
06 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot t} \;|_{-1}^1)$\\
neuper@42074
   170
      \` $f\;t\;|_a^b = f\;b-f\;a$\\
neuper@42074
   171
07 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot 1} -  \frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot -1})$\\
neuper@42074
   172
\vdots\` simplification+factorization in $\cal C$\\
neuper@42074
   173
08 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{-j\cdot\omega}\cdot(e^{j\cdot\omega} - e^{-j\cdot\omega})$\\
neuper@42074
   174
      \` trick~!\\
neuper@42074
   175
09 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{\omega}\cdot(\frac{-e^{j\cdot\omega} + e^{-j\cdot\omega}}{j})$\\
neuper@42074
   176
      \` table\\
neuper@42074
   177
10 \> $e^{-j\cdot\omega\cdot 2}\cdot 2\cdot\frac{\sin\;\omega}{\omega}$
neuper@42074
   178
\end{tabbing}
neuper@42074
   179
}
neuper@42074
   180
\end{frame}
neuper@42074
   181
neuper@42074
   182
\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
neuper@42074
   183
Voraussetzungen
neuper@42074
   184
neuper@42074
   185
neuper@42074
   186
\end{frame}
neuper@42074
   187
neuper@42074
   188
\begin{frame}\frametitle{Fourier Transformation Bsp 2b - Tabelle}
neuper@42074
   189
TODO
neuper@42074
   190
\end{frame}
neuper@42074
   191
neuper@42074
   192
\section[]{Faltung}
neuper@42074
   193
%\subsection[Isabelle \& \isac]{Isabelle and \isac}
neuper@42074
   194
\begin{frame}\frametitle{TODO}
neuper@42074
   195
TODO
neuper@42074
   196
\end{frame}
neuper@42074
   197
neuper@42074
   198
\section[]{Inverse ${\cal Z}$ Transformation}
neuper@42074
   199
%\subsection[Isabelle \& \isac]{Isabelle and \isac}
neuper@42074
   200
\begin{frame}\frametitle{TODO}
neuper@42074
   201
TODO
neuper@42074
   202
\end{frame}
neuper@42074
   203
neuper@42074
   204
\section[]{Indextranformation}
neuper@42074
   205
%\subsection[Isabelle \& \isac]{Isabelle and \isac}
neuper@42074
   206
\begin{frame}\frametitle{TODO}
neuper@42074
   207
TODO
neuper@42074
   208
\end{frame}
neuper@42074
   209
neuper@42074
   210
neuper@42074
   211
\end{document}
neuper@42074
   212
neuper@42074
   213