intermed: jrocnik present-1 decompose-isar
authorWalther Neuper <neuper@ist.tugraz.at>
Tue, 05 Jul 2011 18:11:33 +0200
branchdecompose-isar
changeset 420748c02160fcdbf
parent 42073 66e84277dacf
child 42075 7d062ed7359c
intermed: jrocnik present-1
doc-src/isac/jrocnik/CLEANUP
doc-src/isac/jrocnik/bsp-uebersicht.tex
doc-src/isac/jrocnik/present-1.tex
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc-src/isac/jrocnik/CLEANUP	Tue Jul 05 18:11:33 2011 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +rm *.dvi
     1.5 +rm *.bbl
     1.6 +rm *.blg
     1.7 +rm *.aux
     1.8 +rm *.log
     1.9 +rm *.nav
    1.10 +rm *.out
    1.11 +rm *.snm
    1.12 +rm *.toc
    1.13 +rm *~
     2.1 --- a/doc-src/isac/jrocnik/bsp-uebersicht.tex	Tue Jul 05 12:45:45 2011 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,186 +0,0 @@
     2.4 -% $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 $
     2.5 -
     2.6 -\documentclass{beamer}
     2.7 -
     2.8 -% This file is a solution template for:
     2.9 -
    2.10 -% - Talk at a conference/colloquium.
    2.11 -% - Talk length is about 20min.
    2.12 -% - Style is ornate.
    2.13 -
    2.14 -
    2.15 -
    2.16 -% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
    2.17 -%
    2.18 -% In principle, this file can be redistributed and/or modified under
    2.19 -% the terms of the GNU Public License, version 2.
    2.20 -%
    2.21 -% However, this file is supposed to be a template to be modified
    2.22 -% for your own needs. For this reason, if you use this file as a
    2.23 -% template and not specifically distribute it as part of a another
    2.24 -% package/program, I grant the extra permission to freely copy and
    2.25 -% modify this file as you see fit and even to delete this copyright
    2.26 -% notice.
    2.27 -
    2.28 -
    2.29 -\mode<presentation>
    2.30 -{
    2.31 -  \usetheme{Hannover}
    2.32 -  % or ...
    2.33 -
    2.34 -  \setbeamercovered{transparent}
    2.35 -  % or whatever (possibly just delete it)
    2.36 -}
    2.37 -
    2.38 -%\usepackage{setspace} %for "\begin{onehalfspace}"
    2.39 -\usepackage[english]{babel}
    2.40 -% or whatever
    2.41 -
    2.42 -\usepackage[utf8]{inputenc}
    2.43 -% or whatever
    2.44 -
    2.45 -\usepackage{times}
    2.46 -\usepackage[T1]{fontenc}
    2.47 -% Or whatever. Note that the encoding and the font should match. If T1
    2.48 -% does not look nice, try deleting the line with the fontenc.
    2.49 -
    2.50 -\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    2.51 -\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
    2.52 -
    2.53 -\title[TODO] % (optional, use only with long paper titles)
    2.54 -{TODO}
    2.55 -
    2.56 -\subtitle{TODO}
    2.57 -
    2.58 -\author[Rocnik] % (optional, use only with lots of authors)
    2.59 -{Jan~Rocnik}
    2.60 -% - Give the names in the same order as the appear in the paper.
    2.61 -% - Use the \inst{?} command only if the authors have different
    2.62 -%   affiliation.
    2.63 -
    2.64 -\institute % (optional, but mostly needed)
    2.65 -{
    2.66 -  Technische Universit\"at Graz\\
    2.67 -  Institut f\"ur TODO
    2.68 -}
    2.69 -% - Use the \inst command only if there are several affiliations.
    2.70 -% - Keep it simple, no one is interested in your street address.
    2.71 -
    2.72 -% \date[CFP 2003] % (optional, should be abbreviation of conference name)
    2.73 -% {Conference on Fabulous Presentations, 2003}
    2.74 -% - Either use conference name or its abbreviation.
    2.75 -% - Not really informative to the audience, more for people (including
    2.76 -%   yourself) who are reading the slides online
    2.77 -
    2.78 -% \subject{Theoretical Computer Science}
    2.79 -% This is only inserted into the PDF information catalog. Can be left
    2.80 -% out.
    2.81 -
    2.82 -
    2.83 -
    2.84 -% If you have a file called "university-logo-filename.xxx", where xxx
    2.85 -% is a graphic format that can be processed by latex or pdflatex,
    2.86 -% resp., then you can add a logo as follows:
    2.87 -
    2.88 -% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
    2.89 -% \logo{\pgfuseimage{university-logo}}
    2.90 -
    2.91 -
    2.92 -
    2.93 -% Delete this, if you do not want the table of contents to pop up at
    2.94 -% the beginning of each subsection:
    2.95 -\AtBeginSubsection[]
    2.96 -{
    2.97 -  \begin{frame}<beamer>{Outline}
    2.98 -    \tableofcontents[currentsection,currentsubsection]
    2.99 -  \end{frame}
   2.100 -}
   2.101 -
   2.102 -
   2.103 -% If you wish to uncover everything in a step-wise fashion, uncomment
   2.104 -% the following command:
   2.105 -
   2.106 -%\beamerdefaultoverlayspecification{<+->}
   2.107 -
   2.108 -
   2.109 -\begin{document}
   2.110 -
   2.111 -\begin{frame}
   2.112 -  \titlepage
   2.113 -\end{frame}
   2.114 -
   2.115 -\begin{frame}{Outline}
   2.116 -  \tableofcontents
   2.117 -  % You might wish to add the option [pausesections]
   2.118 -\end{frame}
   2.119 -
   2.120 -
   2.121 -% Structuring a talk is a difficult task and the following structure
   2.122 -% may not be suitable. Here are some rules that apply for this
   2.123 -% solution:
   2.124 -
   2.125 -% - Exactly two or three sections (other than the summary).
   2.126 -% - At *most* three subsections per section.
   2.127 -% - Talk about 30s to 2min per frame. So there should be between about
   2.128 -%   15 and 30 frames, all told.
   2.129 -
   2.130 -% - A conference audience is likely to know very little of what you
   2.131 -%   are going to talk about. So *simplify*!
   2.132 -% - In a 20min talk, getting the main ideas across is hard
   2.133 -%   enough. Leave out details, even if it means being less precise than
   2.134 -%   you think necessary.
   2.135 -% - If you omit details that are vital to the proof/implementation,
   2.136 -%   just say so once. Everybody will be happy with that.
   2.137 -
   2.138 -\section[Fourier]{Fourier Transformation}
   2.139 -\subsection[]{Fourier Reihenentwicklung}
   2.140 -\begin{frame}\frametitle{TODO}
   2.141 -TODO
   2.142 -\end{frame}
   2.143 -
   2.144 -\subsection[]{Fourier Transformation}
   2.145 -\begin{frame}\frametitle{Fourier Transformation Bsp 1}
   2.146 -TODO
   2.147 -\end{frame}
   2.148 -
   2.149 -\subsection[]{}
   2.150 -\begin{frame}\frametitle{Fourier Transformation Bsp 2a}
   2.151 -TODO
   2.152 -\end{frame}
   2.153 -
   2.154 -\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   2.155 -Aufgabenstellung von Bernhard
   2.156 -\end{frame}
   2.157 -
   2.158 -\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   2.159 -\end{frame}
   2.160 -
   2.161 -\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   2.162 -\end{frame}
   2.163 -
   2.164 -\begin{frame}\frametitle{Fourier Transformation Bsp 2b - Tabelle}
   2.165 -TODO
   2.166 -\end{frame}
   2.167 -
   2.168 -\section[]{Faltung}
   2.169 -%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   2.170 -\begin{frame}\frametitle{TODO}
   2.171 -TODO
   2.172 -\end{frame}
   2.173 -
   2.174 -\section[]{Inverse ${\cal Z}$ Transformation}
   2.175 -%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   2.176 -\begin{frame}\frametitle{TODO}
   2.177 -TODO
   2.178 -\end{frame}
   2.179 -
   2.180 -\section[]{Indextranformation}
   2.181 -%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   2.182 -\begin{frame}\frametitle{TODO}
   2.183 -TODO
   2.184 -\end{frame}
   2.185 -
   2.186 -
   2.187 -\end{document}
   2.188 -
   2.189 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/doc-src/isac/jrocnik/present-1.tex	Tue Jul 05 18:11:33 2011 +0200
     3.3 @@ -0,0 +1,213 @@
     3.4 +% $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 $
     3.5 +
     3.6 +\documentclass{beamer}
     3.7 +
     3.8 +% This file is a solution template for:
     3.9 +
    3.10 +% - Talk at a conference/colloquium.
    3.11 +% - Talk length is about 20min.
    3.12 +% - Style is ornate.
    3.13 +
    3.14 +
    3.15 +
    3.16 +% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
    3.17 +%
    3.18 +% In principle, this file can be redistributed and/or modified under
    3.19 +% the terms of the GNU Public License, version 2.
    3.20 +%
    3.21 +% However, this file is supposed to be a template to be modified
    3.22 +% for your own needs. For this reason, if you use this file as a
    3.23 +% template and not specifically distribute it as part of a another
    3.24 +% package/program, I grant the extra permission to freely copy and
    3.25 +% modify this file as you see fit and even to delete this copyright
    3.26 +% notice.
    3.27 +
    3.28 +
    3.29 +\mode<presentation>
    3.30 +{
    3.31 +  \usetheme{Hannover}
    3.32 +  % or ...
    3.33 +
    3.34 +  \setbeamercovered{transparent}
    3.35 +  % or whatever (possibly just delete it)
    3.36 +}
    3.37 +
    3.38 +%\usepackage{setspace} %for "\begin{onehalfspace}"
    3.39 +\usepackage[english]{babel}
    3.40 +% or whatever
    3.41 +
    3.42 +\usepackage[utf8]{inputenc}
    3.43 +% or whatever
    3.44 +
    3.45 +\usepackage{times}
    3.46 +\usepackage[T1]{fontenc}
    3.47 +% Or whatever. Note that the encoding and the font should match. If T1
    3.48 +% does not look nice, try deleting the line with the fontenc.
    3.49 +
    3.50 +\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    3.51 +\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
    3.52 +
    3.53 +\title[TODO] % (optional, use only with long paper titles)
    3.54 +{TODO}
    3.55 +
    3.56 +\subtitle{TODO}
    3.57 +
    3.58 +\author[Rocnik] % (optional, use only with lots of authors)
    3.59 +{Jan~Rocnik}
    3.60 +% - Give the names in the same order as the appear in the paper.
    3.61 +% - Use the \inst{?} command only if the authors have different
    3.62 +%   affiliation.
    3.63 +
    3.64 +\institute % (optional, but mostly needed)
    3.65 +{
    3.66 +  Technische Universit\"at Graz\\
    3.67 +  Institut f\"ur TODO
    3.68 +}
    3.69 +% - Use the \inst command only if there are several affiliations.
    3.70 +% - Keep it simple, no one is interested in your street address.
    3.71 +
    3.72 +% \date[CFP 2003] % (optional, should be abbreviation of conference name)
    3.73 +% {Conference on Fabulous Presentations, 2003}
    3.74 +% - Either use conference name or its abbreviation.
    3.75 +% - Not really informative to the audience, more for people (including
    3.76 +%   yourself) who are reading the slides online
    3.77 +
    3.78 +% \subject{Theoretical Computer Science}
    3.79 +% This is only inserted into the PDF information catalog. Can be left
    3.80 +% out.
    3.81 +
    3.82 +
    3.83 +
    3.84 +% If you have a file called "university-logo-filename.xxx", where xxx
    3.85 +% is a graphic format that can be processed by latex or pdflatex,
    3.86 +% resp., then you can add a logo as follows:
    3.87 +
    3.88 +% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
    3.89 +% \logo{\pgfuseimage{university-logo}}
    3.90 +
    3.91 +
    3.92 +
    3.93 +% Delete this, if you do not want the table of contents to pop up at
    3.94 +% the beginning of each subsection:
    3.95 +\AtBeginSubsection[]
    3.96 +{
    3.97 +  \begin{frame}<beamer>{Outline}
    3.98 +    \tableofcontents[currentsection,currentsubsection]
    3.99 +  \end{frame}
   3.100 +}
   3.101 +
   3.102 +
   3.103 +% If you wish to uncover everything in a step-wise fashion, uncomment
   3.104 +% the following command:
   3.105 +
   3.106 +%\beamerdefaultoverlayspecification{<+->}
   3.107 +
   3.108 +
   3.109 +\begin{document}
   3.110 +
   3.111 +\begin{frame}
   3.112 +  \titlepage
   3.113 +\end{frame}
   3.114 +
   3.115 +\begin{frame}{Outline}
   3.116 +  \tableofcontents
   3.117 +  % You might wish to add the option [pausesections]
   3.118 +\end{frame}
   3.119 +
   3.120 +
   3.121 +% Structuring a talk is a difficult task and the following structure
   3.122 +% may not be suitable. Here are some rules that apply for this
   3.123 +% solution:
   3.124 +
   3.125 +% - Exactly two or three sections (other than the summary).
   3.126 +% - At *most* three subsections per section.
   3.127 +% - Talk about 30s to 2min per frame. So there should be between about
   3.128 +%   15 and 30 frames, all told.
   3.129 +
   3.130 +% - A conference audience is likely to know very little of what you
   3.131 +%   are going to talk about. So *simplify*!
   3.132 +% - In a 20min talk, getting the main ideas across is hard
   3.133 +%   enough. Leave out details, even if it means being less precise than
   3.134 +%   you think necessary.
   3.135 +% - If you omit details that are vital to the proof/implementation,
   3.136 +%   just say so once. Everybody will be happy with that.
   3.137 +
   3.138 +\section[Fourier]{Fourier Transformation}
   3.139 +\subsection[]{Fourier Reihenentwicklung}
   3.140 +\begin{frame}\frametitle{TODO}
   3.141 +TODO
   3.142 +\end{frame}
   3.143 +
   3.144 +\subsection[]{Fourier Transformation}
   3.145 +\begin{frame}\frametitle{Fourier Transformation Bsp 1}
   3.146 +TODO
   3.147 +\end{frame}
   3.148 +
   3.149 +\subsection[]{}
   3.150 +\begin{frame}\frametitle{Fourier Transformation Bsp 2a}
   3.151 +TODO
   3.152 +\end{frame}
   3.153 +
   3.154 +\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   3.155 +Aufgabenstellung von Bernhard
   3.156 +\end{frame}
   3.157 +
   3.158 +\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   3.159 +\footnotesize{
   3.160 +\begin{tabbing}
   3.161 +000\=\kill
   3.162 +01 \> ${\cal F}\;(x(t-2)) =$\\
   3.163 +      \`${\cal F}\;(x(t-T)) = e^{-j\cdot\omega\cdot T}\cdot X\;j\cdot\omega$\\
   3.164 +02 \> $e^{-j\cdot\omega\cdot 2}\cdot X\;(j\cdot\omega)$\\
   3.165 +      \`definition $X\;(j\cdot\omega)$\\
   3.166 +03 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-\infty}^\infty x\;t\;\cdot e^{-j\cdot\omega\cdot t} d t$\\
   3.167 +      \` $x\;t = 1\;{\it for}\;\{x.\;-1\leq t\;\land\;t\leq 1\}\;{\it and}\;x\;t=0\;{\it otherwise}$\\
   3.168 +04 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-1}^1 1\cdot e^{-j\cdot\omega\cdot t} d t$\\
   3.169 +      \` $\int_a^b f\;t\;dt = \int f\;t\;dt\;|_a^b$\\
   3.170 +05 \> $e^{-j\cdot\omega\cdot 2}\cdot \int 1\cdot e^{-j\cdot\omega\cdot t} d t\;|_{-1}^1$\\
   3.171 +      \` $\int e^{a\cdot t} = \frac{1}{a}\cdot e^{a\cdot t}$\\
   3.172 +06 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot t} \;|_{-1}^1)$\\
   3.173 +      \` $f\;t\;|_a^b = f\;b-f\;a$\\
   3.174 +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})$\\
   3.175 +\vdots\` simplification+factorization in $\cal C$\\
   3.176 +08 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{-j\cdot\omega}\cdot(e^{j\cdot\omega} - e^{-j\cdot\omega})$\\
   3.177 +      \` trick~!\\
   3.178 +09 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{\omega}\cdot(\frac{-e^{j\cdot\omega} + e^{-j\cdot\omega}}{j})$\\
   3.179 +      \` table\\
   3.180 +10 \> $e^{-j\cdot\omega\cdot 2}\cdot 2\cdot\frac{\sin\;\omega}{\omega}$
   3.181 +\end{tabbing}
   3.182 +}
   3.183 +\end{frame}
   3.184 +
   3.185 +\begin{frame}\frametitle{Fourier Transformation Bsp 2b}
   3.186 +Voraussetzungen
   3.187 +
   3.188 +
   3.189 +\end{frame}
   3.190 +
   3.191 +\begin{frame}\frametitle{Fourier Transformation Bsp 2b - Tabelle}
   3.192 +TODO
   3.193 +\end{frame}
   3.194 +
   3.195 +\section[]{Faltung}
   3.196 +%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   3.197 +\begin{frame}\frametitle{TODO}
   3.198 +TODO
   3.199 +\end{frame}
   3.200 +
   3.201 +\section[]{Inverse ${\cal Z}$ Transformation}
   3.202 +%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   3.203 +\begin{frame}\frametitle{TODO}
   3.204 +TODO
   3.205 +\end{frame}
   3.206 +
   3.207 +\section[]{Indextranformation}
   3.208 +%\subsection[Isabelle \& \isac]{Isabelle and \isac}
   3.209 +\begin{frame}\frametitle{TODO}
   3.210 +TODO
   3.211 +\end{frame}
   3.212 +
   3.213 +
   3.214 +\end{document}
   3.215 +
   3.216 +