doc-src/isac/jrocnik/jrocnik_present.tex
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 05 Mar 2012 10:15:34 +0100
changeset 42378 6d1f4e7870b1
permissions -rwxr-xr-x
standardised doc for jrocnik

TODO check if LaTeX still works.
neuper@42378
     1
neuper@42378
     2
\documentclass{beamer}
neuper@42378
     3
neuper@42378
     4
neuper@42378
     5
\mode<presentation>
neuper@42378
     6
{
neuper@42378
     7
  \usetheme{Hannover}
neuper@42378
     8
  \setbeamercovered{transparent}
neuper@42378
     9
}
neuper@42378
    10
neuper@42378
    11
\usepackage[english]{babel}
neuper@42378
    12
\usepackage[utf8]{inputenc}
neuper@42378
    13
\usepackage{times}
neuper@42378
    14
\usepackage[T1]{fontenc}
neuper@42378
    15
neuper@42378
    16
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
neuper@42378
    17
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
neuper@42378
    18
neuper@42378
    19
\title[SPSC in \isac] % (optional, use only with long paper titles)
neuper@42378
    20
{Interactive Course Material\\ for Signal Processing\\ based on Isabelle/\isac}
neuper@42378
    21
neuper@42378
    22
\subtitle{Baccalaureate Thesis}
neuper@42378
    23
neuper@42378
    24
\author[Ro\v{c}nik]
neuper@42378
    25
{Jan Rocnik}
neuper@42378
    26
neuper@42378
    27
\institute % (optional, but mostly needed)
neuper@42378
    28
{
neuper@42378
    29
  Technische Universit\"at Graz\\
neuper@42378
    30
  Institut f\"ur TODO
neuper@42378
    31
}
neuper@42378
    32
neuper@42378
    33
% If you have a file called "university-logo-filename.xxx", where xxx
neuper@42378
    34
% is a graphic format that can be processed by latex or pdflatex,
neuper@42378
    35
% resp., then you can add a logo as follows:
neuper@42378
    36
neuper@42378
    37
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
neuper@42378
    38
% \logo{\pgfuseimage{university-logo}}
neuper@42378
    39
neuper@42378
    40
neuper@42378
    41
neuper@42378
    42
% Delete this, if you do not want the table of contents to pop up at
neuper@42378
    43
% the beginning of each subsection:
neuper@42378
    44
\AtBeginSubsection[]
neuper@42378
    45
{
neuper@42378
    46
  \begin{frame}<beamer>{Outline}
neuper@42378
    47
    \tableofcontents[currentsection,currentsubsection]
neuper@42378
    48
  \end{frame}
neuper@42378
    49
}
neuper@42378
    50
neuper@42378
    51
\begin{document}
neuper@42378
    52
neuper@42378
    53
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    54
%%												Title Page                             %%
neuper@42378
    55
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    56
neuper@42378
    57
\begin{frame}
neuper@42378
    58
  \titlepage
neuper@42378
    59
\end{frame}
neuper@42378
    60
neuper@42378
    61
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    62
%%												Table of Contents                      %%
neuper@42378
    63
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    64
neuper@42378
    65
\begin{frame}{Outline}
neuper@42378
    66
  \tableofcontents
neuper@42378
    67
  % You might wish to add the option [pausesections]
neuper@42378
    68
\end{frame}
neuper@42378
    69
neuper@42378
    70
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    71
%%---------------------------------------------------------------%%
neuper@42378
    72
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    73
neuper@42378
    74
\section[Intro]{Introduction}
neuper@42378
    75
neuper@42378
    76
\begin{frame}{Issues to be Accomplished}
neuper@42378
    77
neuper@42378
    78
\begin{itemize}
neuper@42378
    79
neuper@42378
    80
\item What knowledge is already mechanised in \emph{Isabelle}?
neuper@42378
    81
\item How can missing theorems and definitions be mechanised?
neuper@42378
    82
\item What is the effort for such mechanisation?
neuper@42378
    83
\item How do calculations look like, by using mechanised knowledge?
neuper@42378
    84
\item What problems and subproblems have to be solved?
neuper@42378
    85
\item Which problems are already implemented in \sisac?
neuper@42378
    86
\item How are the new problems specified (\sisac)?
neuper@42378
    87
\item Which variantes of programms in \sisac\ solve the problems?
neuper@42378
    88
\item What is the contents of the interactiv course material (Figures, etc.)?
neuper@42378
    89
neuper@42378
    90
\end{itemize}
neuper@42378
    91
\end{frame}
neuper@42378
    92
neuper@42378
    93
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    94
%%---------------------------------------------------------------%%
neuper@42378
    95
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
    96
neuper@42378
    97
\section[Fourier]{Fourier transformation}
neuper@42378
    98
\subsection[Fourier]{Fourier transform}
neuper@42378
    99
neuper@42378
   100
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   101
%%												Fourier INTRO                          %%
neuper@42378
   102
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   103
neuper@42378
   104
\begin{frame}\frametitle{Fourier Transformation: Introduction}
neuper@42378
   105
Possibilities:
neuper@42378
   106
\begin{itemize}
neuper@42378
   107
\item Transform operation by using property-tables
neuper@42378
   108
\item Transform operation by using integral
neuper@42378
   109
\end{itemize}
neuper@42378
   110
Also Important:
neuper@42378
   111
\begin{itemize}
neuper@42378
   112
\item Visualisation?!
neuper@42378
   113
\end{itemize}
neuper@42378
   114
\end{frame}
neuper@42378
   115
neuper@42378
   116
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   117
%%										Transform expl   SPEC                      %%
neuper@42378
   118
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   119
neuper@42378
   120
\begin{frame}\frametitle{Fourier Transformation: Specification}
neuper@42378
   121
{\footnotesize
neuper@42378
   122
neuper@42378
   123
Determine the fourier transform for the given rectangular impulse:
neuper@42378
   124
neuper@42378
   125
\begin{center}
neuper@42378
   126
$x(t)= \left\{
neuper@42378
   127
     \begin{array}{lr}
neuper@42378
   128
       1 & -1\leq t\leq1\\
neuper@42378
   129
       0 & else
neuper@42378
   130
     \end{array}
neuper@42378
   131
   \right.$
neuper@42378
   132
\end{center}
neuper@42378
   133
neuper@42378
   134
\hrulefill
neuper@42378
   135
neuper@42378
   136
\begin{tabbing}
neuper@42378
   137
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42378
   138
\>given    \>:\>  piecewise\_function \\
neuper@42378
   139
\>         \> \>  \>$fun (x (t::real),\ x=1\ ((t>=-1)\ \&\ (t<=1)),\ x=0)$\\
neuper@42378
   140
\>precond  \>:\>  TODO\\
neuper@42378
   141
\>find     \>:\>  $X(j\cdot\omega)$\\
neuper@42378
   142
\>postcond \>:\>  TODO\\
neuper@42378
   143
\end{tabbing}
neuper@42378
   144
neuper@42378
   145
}
neuper@42378
   146
\end{frame}
neuper@42378
   147
neuper@42378
   148
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   149
%%												Transform expl   REQ                   %%
neuper@42378
   150
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   151
neuper@42378
   152
\begin{frame}\frametitle{Fourier Transform: Development effort}
neuper@42378
   153
{\small
neuper@42378
   154
\begin{center}
neuper@42378
   155
\begin{tabular}{l|l|r}
neuper@42378
   156
requirements            & comments             &effort\\ \hline\hline
neuper@42378
   157
solving Intrgrals		    & simple via propertie table     &     20\\
neuper@42378
   158
                        & \emph{real}          &    MT\\ \hline
neuper@42378
   159
transformation table    & simple transform     &    20\\ \hline
neuper@42378
   160
visualisation						& backend							 &    10\\ \hline
neuper@42378
   161
example collection      & with explanations    &    20\\ \hline\hline
neuper@42378
   162
                        &                      & 70-80\\
neuper@42378
   163
\end{tabular}
neuper@42378
   164
\end{center}
neuper@42378
   165
effort --- in 45min units\\
neuper@42378
   166
MT --- thesis ``Integrals'' (mathematics)
neuper@42378
   167
}
neuper@42378
   168
\end{frame}
neuper@42378
   169
neuper@42378
   170
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   171
%%--------------------FOURIER---Conclusion-----------------------%%
neuper@42378
   172
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   173
neuper@42378
   174
\begin{frame}{Fourier Transformation: Summary}
neuper@42378
   175
\begin{itemize}
neuper@42378
   176
neuper@42378
   177
\item Standard integrals can be solved with tables
neuper@42378
   178
\item No real integration (yet avaible)
neuper@42378
   179
\item Math \emph{tricks} difficult to implement
neuper@42378
   180
neuper@42378
   181
neuper@42378
   182
\end{itemize}
neuper@42378
   183
\end{frame}
neuper@42378
   184
neuper@42378
   185
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   186
%-----------------------------------------------------------------%
neuper@42378
   187
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   188
neuper@42378
   189
\section[LTI Systems]{LTI systems}
neuper@42378
   190
\subsection[Convolution]{Convolution (Faltung)}
neuper@42378
   191
neuper@42378
   192
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   193
%%												LTI INTRO				                       %%
neuper@42378
   194
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   195
neuper@42378
   196
\begin{frame}\frametitle{Convolution: Introduction}
neuper@42378
   197
\begin{itemize}
neuper@42378
   198
\item Calculation include sums
neuper@42378
   199
\item Demonstrative examples
neuper@42378
   200
\item Visualisation is important
neuper@42378
   201
\end{itemize}
neuper@42378
   202
\end{frame}
neuper@42378
   203
neuper@42378
   204
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   205
%%												LTI SPEC				                       %%
neuper@42378
   206
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   207
neuper@42378
   208
\begin{frame}\frametitle{Convolution: Specification}
neuper@42378
   209
{\footnotesize
neuper@42378
   210
neuper@42378
   211
Consider the two discrete-time, linear and time-invariant (LTI) systems with the following impulse response:
neuper@42378
   212
neuper@42378
   213
\begin{center}
neuper@42378
   214
$h_1[n]=\left(\frac{3}{5}\right)^n\cdot u[n]$\\
neuper@42378
   215
$h_1[n]=\left(-\frac{2}{3}\right)^n\cdot u[n]$
neuper@42378
   216
\end{center}
neuper@42378
   217
neuper@42378
   218
The two systems are cascaded seriell. Derive the impulse respinse of the overall system $h_c[n]$.
neuper@42378
   219
neuper@42378
   220
\hrulefill
neuper@42378
   221
neuper@42378
   222
\begin{tabbing}
neuper@42378
   223
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42378
   224
\>given    \>:\>  Signals h1[n], h2[n] \\
neuper@42378
   225
\>         \> \>  \>((h1[n]=(3/5)\textasciicircum{}n*u[n]),\,h2[n]=(-2/3)\textasciicircum{}n*u[n]))\\
neuper@42378
   226
                        
neuper@42378
   227
\>precond  \>:\>  TODO\\
neuper@42378
   228
\>find     \>:\>  $h1[n]\,*\,h2[n]$\\
neuper@42378
   229
\>postcond \>:\>  TODO\\
neuper@42378
   230
\end{tabbing}
neuper@42378
   231
neuper@42378
   232
}
neuper@42378
   233
\end{frame}
neuper@42378
   234
neuper@42378
   235
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   236
%%												LTI REQ  				                       %%
neuper@42378
   237
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   238
neuper@42378
   239
\begin{frame}\frametitle{Convolution: Development effort}
neuper@42378
   240
{\small
neuper@42378
   241
\begin{center}
neuper@42378
   242
\begin{tabular}{l|l|r}
neuper@42378
   243
requirements            & comments             &effort\\ \hline\hline
neuper@42378
   244
simplify rationals      & \sisac               &     0\\ \hline
neuper@42378
   245
define $\sum\limits_{i=0}^{n}i$ & partly \sisac  &    10\\ \hline
neuper@42378
   246
simplify sum			      & termorder            &    10\\
neuper@42378
   247
                        & simplify rules       &    20\\
neuper@42378
   248
                        & use simplify rationals&     0\\ \hline
neuper@42378
   249
index adjustments       & with unit step       &      10\\ \hline
neuper@42378
   250
example collection      & with explanations    &    20\\ \hline\hline
neuper@42378
   251
                        &                      & 70-90\\
neuper@42378
   252
\end{tabular}
neuper@42378
   253
\end{center}
neuper@42378
   254
effort --- in 45min units\\
neuper@42378
   255
}
neuper@42378
   256
\end{frame}
neuper@42378
   257
neuper@42378
   258
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   259
%%--------------------LTI-------Conclusion-----------------------%%
neuper@42378
   260
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   261
neuper@42378
   262
\begin{frame}{Convolution: Summary}
neuper@42378
   263
\begin{itemize}
neuper@42378
   264
neuper@42378
   265
\item Standard example
neuper@42378
   266
\item Straight forward
neuper@42378
   267
\item Challenge are sum limits
neuper@42378
   268
neuper@42378
   269
\end{itemize}
neuper@42378
   270
\end{frame}
neuper@42378
   271
neuper@42378
   272
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   273
%-----------------------------------------------------------------%
neuper@42378
   274
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   275
neuper@42378
   276
\section[Z-transform]{Z-Transform}
neuper@42378
   277
\subsection[(Inverse) Z-Transform]{(Inverse) Z-Transform}
neuper@42378
   278
neuper@42378
   279
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   280
%%												Z-Transform  INTRO                     %%
neuper@42378
   281
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   282
neuper@42378
   283
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Introduction}
neuper@42378
   284
\begin{itemize}
neuper@42378
   285
\item Pure Transformation is simple to realise with Z-Transform Properties (Table)
neuper@42378
   286
\item Partial Fraction are just math simplifications
neuper@42378
   287
\end{itemize}
neuper@42378
   288
\end{frame}
neuper@42378
   289
neuper@42378
   290
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   291
%%												Z-Transform  SPEC                      %%
neuper@42378
   292
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   293
neuper@42378
   294
\begin{frame}\frametitle{(Inverse) Z-Transformation: Specification}
neuper@42378
   295
{\footnotesize
neuper@42378
   296
neuper@42378
   297
Determine the inverse z transform of the following expression. Hint: applay the partial fraction expansion.
neuper@42378
   298
neuper@42378
   299
\begin{center}
neuper@42378
   300
$X(z)=\frac{3}{z-\frac{1}{4}-\frac{1}{8}z^{-1}},\ \ x[n]$ is absolute summable
neuper@42378
   301
\end{center}
neuper@42378
   302
neuper@42378
   303
neuper@42378
   304
\hrulefill
neuper@42378
   305
neuper@42378
   306
\begin{tabbing}
neuper@42378
   307
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42378
   308
\>given    \>:\>  Expression of z \\
neuper@42378
   309
\>         \> \>  \>(X (z::complex),3/(z-1/4-1/8\,z\textasciicircum{}(-1)))\\
neuper@42378
   310
\>precond  \>:\>  TODO\\
neuper@42378
   311
\>find     \>:\>  Expression of n\\
neuper@42378
   312
\>         \> \>  \>$h[n]$\\
neuper@42378
   313
\>postcond \>:\>  TODO\\
neuper@42378
   314
\end{tabbing}
neuper@42378
   315
neuper@42378
   316
}
neuper@42378
   317
\end{frame}
neuper@42378
   318
neuper@42378
   319
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   320
%%												Z expl		REQ	                         %%
neuper@42378
   321
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   322
neuper@42378
   323
neuper@42378
   324
\begin{frame}\frametitle{(Inverse) Z-Transformation: Development effort}
neuper@42378
   325
{\small
neuper@42378
   326
\begin{center}
neuper@42378
   327
\begin{tabular}{l|l|r}
neuper@42378
   328
requirements            & comments             &effort\\ \hline\hline
neuper@42378
   329
solve for part.fract.   & \sisac: degree 2     &     0\\
neuper@42378
   330
                        & complex nomminators  &    30\\
neuper@42378
   331
                        & degree > 2           &    MT\\ \hline
neuper@42378
   332
simplify polynomial     & \sisac               &     0\\
neuper@42378
   333
simplify rational       & \sisac               &     0\\ \hline
neuper@42378
   334
part.fract.decomposition& degree 2             &      \\
neuper@42378
   335
                        & specification, method&    30\\ \hline
neuper@42378
   336
${\cal Z}^{-1}$ table    &                       &   20\\
neuper@42378
   337
                        & explanations, figures&    20\\ \hline
neuper@42378
   338
example collection      & with explanations    &    20\\ \hline\hline
neuper@42378
   339
                        &                      & 90-120\\
neuper@42378
   340
%                        &                      & 1 MT
neuper@42378
   341
\end{tabular}
neuper@42378
   342
\end{center}
neuper@42378
   343
effort --- in 45min units\\
neuper@42378
   344
MT --- thesis ``factorization'' (mathematics)
neuper@42378
   345
}
neuper@42378
   346
\end{frame}
neuper@42378
   347
neuper@42378
   348
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   349
%%--------------------Z-TRANS---Conclusion-----------------------%%
neuper@42378
   350
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   351
neuper@42378
   352
\begin{frame}{(Inverse) Z-Transformation: Summary}
neuper@42378
   353
\begin{itemize}
neuper@42378
   354
neuper@42378
   355
\item No \emph{higher} math operations
neuper@42378
   356
\item Different subproblems of math (equation systems, etc.)
neuper@42378
   357
\item Both directions have the same effort
neuper@42378
   358
neuper@42378
   359
\end{itemize}
neuper@42378
   360
\end{frame}
neuper@42378
   361
neuper@42378
   362
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   363
%-----------------------------------------------------------------%
neuper@42378
   364
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   365
neuper@42378
   366
\section[Conclusions]{Conclusions}
neuper@42378
   367
neuper@42378
   368
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   369
%--------------------------DEMONSTRATION--------------------------%
neuper@42378
   370
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   371
neuper@42378
   372
\begin{frame}{Demonstration}
neuper@42378
   373
neuper@42378
   374
\centering{Demonstration}
neuper@42378
   375
neuper@42378
   376
\end{frame}
neuper@42378
   377
neuper@42378
   378
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   379
%--------------------------CONCLUSION-----------------------------%
neuper@42378
   380
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   381
neuper@42378
   382
\begin{frame}{Conclusions}
neuper@42378
   383
neuper@42378
   384
Design Challanges:
neuper@42378
   385
neuper@42378
   386
{\small
neuper@42378
   387
\begin{itemize}
neuper@42378
   388
neuper@42378
   389
\item Pre and Post conditions
neuper@42378
   390
\item Exact mathematic behind functions
neuper@42378
   391
\item Accurate mathematic notation
neuper@42378
   392
neuper@42378
   393
\end{itemize}
neuper@42378
   394
}
neuper@42378
   395
neuper@42378
   396
Goals:
neuper@42378
   397
{\small
neuper@42378
   398
\begin{itemize}
neuper@42378
   399
neuper@42378
   400
\item Spot the power of \sisac
neuper@42378
   401
\item Implementation of generell but simple math problems
neuper@42378
   402
\item Setting up a good first guideline (documentation) for furher problem implemenations
neuper@42378
   403
neuper@42378
   404
\end{itemize}
neuper@42378
   405
neuper@42378
   406
\centering{Efforts are only approximations, due we have no \emph{real} experience data!}
neuper@42378
   407
}
neuper@42378
   408
neuper@42378
   409
\end{frame}
neuper@42378
   410
neuper@42378
   411
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   412
%--------------------------TIME LINE------------------------------%
neuper@42378
   413
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42378
   414
neuper@42378
   415
\begin{frame}{Comming up}
neuper@42378
   416
neuper@42378
   417
{\small
neuper@42378
   418
\begin{tabular}{l r}
neuper@42378
   419
neuper@42378
   420
Juli 2011 & project startup\\
neuper@42378
   421
Juli 2011 & information collection, 1st presentation\\
neuper@42378
   422
August 2011 & extern traineeship\\
neuper@42378
   423
September 2011 & main work\\
neuper@42378
   424
after Oktober & finishing, documentation\\
neuper@42378
   425
neuper@42378
   426
\end{tabular}
neuper@42378
   427
}
neuper@42378
   428
neuper@42378
   429
\end{frame}
neuper@42378
   430
neuper@42378
   431
neuper@42378
   432
\end{document}
neuper@42378
   433
neuper@42378
   434