doc-src/isac/jrocnik/present-1.tex
author jrocnik
Thu, 21 Jul 2011 12:05:10 +0200
branchdecompose-isar
changeset 42152 f29ef81a1d29
parent 42122 cc5daace30bb
child 42154 816be9b60c3c
permissions -rwxr-xr-x
testing hg on cygwin/windows. no relevant changes
jrocnik@42152
     1
%test 
neuper@42074
     2
neuper@42074
     3
\documentclass{beamer}
neuper@42074
     4
neuper@42074
     5
neuper@42074
     6
\mode<presentation>
neuper@42074
     7
{
neuper@42074
     8
  \usetheme{Hannover}
neuper@42074
     9
  \setbeamercovered{transparent}
neuper@42074
    10
}
neuper@42074
    11
neuper@42074
    12
%\usepackage{setspace} %for "\begin{onehalfspace}"
neuper@42074
    13
\usepackage[english]{babel}
neuper@42074
    14
% or whatever
neuper@42074
    15
neuper@42074
    16
\usepackage[utf8]{inputenc}
neuper@42074
    17
% or whatever
neuper@42074
    18
neuper@42074
    19
\usepackage{times}
neuper@42074
    20
\usepackage[T1]{fontenc}
neuper@42074
    21
% Or whatever. Note that the encoding and the font should match. If T1
neuper@42074
    22
% does not look nice, try deleting the line with the fontenc.
neuper@42074
    23
neuper@42074
    24
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
neuper@42074
    25
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
neuper@42074
    26
neuper@42074
    27
\title[TODO] % (optional, use only with long paper titles)
neuper@42074
    28
{TODO}
neuper@42074
    29
neuper@42074
    30
\subtitle{TODO}
neuper@42074
    31
neuper@42074
    32
\author[Rocnik] % (optional, use only with lots of authors)
neuper@42074
    33
{Jan~Rocnik}
neuper@42074
    34
% - Give the names in the same order as the appear in the paper.
neuper@42074
    35
% - Use the \inst{?} command only if the authors have different
neuper@42074
    36
%   affiliation.
neuper@42074
    37
neuper@42074
    38
\institute % (optional, but mostly needed)
neuper@42074
    39
{
neuper@42074
    40
  Technische Universit\"at Graz\\
neuper@42074
    41
  Institut f\"ur TODO
neuper@42074
    42
}
neuper@42074
    43
% - Use the \inst command only if there are several affiliations.
neuper@42074
    44
% - Keep it simple, no one is interested in your street address.
neuper@42074
    45
neuper@42074
    46
% \date[CFP 2003] % (optional, should be abbreviation of conference name)
neuper@42074
    47
% {Conference on Fabulous Presentations, 2003}
neuper@42074
    48
% - Either use conference name or its abbreviation.
neuper@42074
    49
% - Not really informative to the audience, more for people (including
neuper@42074
    50
%   yourself) who are reading the slides online
neuper@42074
    51
neuper@42074
    52
% \subject{Theoretical Computer Science}
neuper@42074
    53
% This is only inserted into the PDF information catalog. Can be left
neuper@42074
    54
% out.
neuper@42074
    55
neuper@42074
    56
neuper@42074
    57
neuper@42074
    58
% If you have a file called "university-logo-filename.xxx", where xxx
neuper@42074
    59
% is a graphic format that can be processed by latex or pdflatex,
neuper@42074
    60
% resp., then you can add a logo as follows:
neuper@42074
    61
neuper@42074
    62
% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
neuper@42074
    63
% \logo{\pgfuseimage{university-logo}}
neuper@42074
    64
neuper@42074
    65
neuper@42074
    66
neuper@42074
    67
% Delete this, if you do not want the table of contents to pop up at
neuper@42074
    68
% the beginning of each subsection:
neuper@42074
    69
\AtBeginSubsection[]
neuper@42074
    70
{
neuper@42074
    71
  \begin{frame}<beamer>{Outline}
neuper@42074
    72
    \tableofcontents[currentsection,currentsubsection]
neuper@42074
    73
  \end{frame}
neuper@42074
    74
}
neuper@42074
    75
neuper@42074
    76
neuper@42074
    77
% If you wish to uncover everything in a step-wise fashion, uncomment
neuper@42074
    78
% the following command:
neuper@42074
    79
neuper@42074
    80
%\beamerdefaultoverlayspecification{<+->}
neuper@42074
    81
neuper@42074
    82
neuper@42074
    83
\begin{document}
neuper@42074
    84
neuper@42122
    85
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
    86
%%												Title Page                             %%
neuper@42122
    87
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
    88
neuper@42074
    89
\begin{frame}
neuper@42074
    90
  \titlepage
neuper@42074
    91
\end{frame}
neuper@42074
    92
neuper@42122
    93
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
    94
%%												Table of Contents                      %%
neuper@42122
    95
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
    96
neuper@42074
    97
\begin{frame}{Outline}
neuper@42074
    98
  \tableofcontents
neuper@42074
    99
  % You might wish to add the option [pausesections]
neuper@42074
   100
\end{frame}
neuper@42074
   101
neuper@42122
   102
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   103
%%---------------------------------------------------------------%%
neuper@42122
   104
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42074
   105
neuper@42075
   106
\section[Fourier]{Fourier transform}
neuper@42122
   107
neuper@42122
   108
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   109
%%												Fourier INTRO                          %%
neuper@42122
   110
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   111
neuper@42122
   112
\begin{frame}\frametitle{Fourier Transformation: Introduction}
neuper@42122
   113
\begin{itemize}
neuper@42122
   114
\item Transform operation by using property-tables $\rightarrow$ \emph{easy}
neuper@42122
   115
\item Transform operation by using integral $\rightarrow$ \emph{difficult}
neuper@42122
   116
\item No math \emph{tricks}
neuper@42122
   117
\item Important: Visualisation?!
neuper@42122
   118
\end{itemize}
neuper@42074
   119
\end{frame}
neuper@42074
   120
neuper@42122
   121
\subsection[simple]{Fourier transform Example 1}
neuper@42122
   122
neuper@42122
   123
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   124
%%												Transform expl 1 SPEC                  %%
neuper@42122
   125
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   126
neuper@42122
   127
\begin{frame}\frametitle{Fourier Transform 1: Specification}
neuper@42122
   128
{\footnotesize\it
neuper@42122
   129
Fourier Transform
neuper@42122
   130
\begin{tabbing}
neuper@42122
   131
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42122
   132
\>given    \>:\>  Time continiues, not periodic Signal \\
neuper@42122
   133
\>         \> \>  \>$(x (t::real), exp(-\,(\alpha::real\,+\,\alpha::imag)\,*\,t::real)*u(t::real))$\\
neuper@42122
   134
\>precond  \>:\>  TODO\\
neuper@42122
   135
\>find     \>:\>  $X(j\cdot\omega)$\\
neuper@42122
   136
\>postcond \>:\>  TODO\\
neuper@42122
   137
\end{tabbing}
neuper@42122
   138
neuper@42122
   139
}
neuper@42122
   140
\end{frame}
neuper@42122
   141
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   142
%%												Transform expl 1 CALC                  %%
neuper@42122
   143
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   144
neuper@42122
   145
\begin{frame}\frametitle{Fourier Transformation 1: Calculation}
neuper@42122
   146
TODO: Bernhard fragen ob Tabelle oder Rechnung
neuper@42074
   147
\end{frame}
neuper@42074
   148
neuper@42122
   149
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   150
%%												Transform expl 1 REQ                  %%
neuper@42122
   151
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   152
neuper@42122
   153
\begin{frame}\frametitle{Fourier Transform 1: Development effort}
neuper@42122
   154
{\small
neuper@42122
   155
\begin{center}
neuper@42122
   156
\begin{tabular}{l|l|r}
neuper@42122
   157
requirements            & comments             &effort\\ \hline\hline
neuper@42122
   158
solving Intrgrals		    & simple via propertie table     &     20\\
neuper@42122
   159
                        & \emph{real}          &    MT\\ \hline
neuper@42122
   160
transformation table    & simple transform     &    20\\ \hline
neuper@42122
   161
example collection      & with explanations    &    20\\ \hline\hline
neuper@42122
   162
                        &                      & 60-80\\
neuper@42122
   163
\end{tabular}
neuper@42122
   164
\end{center}
neuper@42122
   165
effort --- in 45min units\\
neuper@42122
   166
MT --- thesis ``Integrals'' (mathematics)
neuper@42122
   167
}
neuper@42074
   168
\end{frame}
neuper@42074
   169
neuper@42122
   170
\subsection[difficult]{Fourier transform Example 2}
neuper@42074
   171
neuper@42122
   172
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   173
%%										Transform expl 2 SPEC                      %%
neuper@42122
   174
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   175
neuper@42122
   176
\begin{frame}\frametitle{Fourier Transform 2: Specification}
neuper@42076
   177
{\footnotesize\it
neuper@42122
   178
Fourier Transform
neuper@42076
   179
\begin{tabbing}
neuper@42076
   180
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42076
   181
\>given    \>:\>  piecewise\_function \\
neuper@42076
   182
\>         \> \>  \>$(x (t::real), [(0,-\infty<t<1), (1,1\leq t\leq 3), (0, 3<t<\infty)])$\\
neuper@42076
   183
                        %?(iterativer) datentyp in Isabelle/HOL
neuper@42076
   184
\>         \> \>  translation $T=2$\\
neuper@42122
   185
%WN these 2 inputs calculated to [(0,-\infty<t<-1), (1,-1\leq t\leq 1), (0, 1<t<\infty)]
neuper@42122
   186
%WN translation helpful only, if solution available from other calculation - DROP T ???
neuper@42076
   187
\>precond  \>:\>  TODO\\
neuper@42076
   188
\>find     \>:\>  $X(j\cdot\omega)$\\
neuper@42076
   189
\>postcond \>:\>  TODO\\
neuper@42076
   190
\end{tabbing}
neuper@42076
   191
neuper@42076
   192
}
neuper@42076
   193
\end{frame}
neuper@42076
   194
neuper@42122
   195
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   196
%%												Transform expl  2 CALC                 %%
neuper@42122
   197
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   198
neuper@42122
   199
\begin{frame}\frametitle{Fourier Transform 2: Calculation}
neuper@42074
   200
\footnotesize{
neuper@42074
   201
\begin{tabbing}
neuper@42074
   202
000\=\kill
neuper@42122
   203
%WN first 
neuper@42074
   204
01 \> ${\cal F}\;(x(t-2)) =$\\
neuper@42074
   205
      \`${\cal F}\;(x(t-T)) = e^{-j\cdot\omega\cdot T}\cdot X\;j\cdot\omega$\\
neuper@42074
   206
02 \> $e^{-j\cdot\omega\cdot 2}\cdot X\;(j\cdot\omega)$\\
neuper@42074
   207
      \`definition $X\;(j\cdot\omega)$\\
neuper@42074
   208
03 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-\infty}^\infty x\;t\;\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   209
      \` $x\;t = 1\;{\it for}\;\{x.\;-1\leq t\;\land\;t\leq 1\}\;{\it and}\;x\;t=0\;{\it otherwise}$\\
neuper@42074
   210
04 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-1}^1 1\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   211
      \` $\int_a^b f\;t\;dt = \int f\;t\;dt\;|_a^b$\\
neuper@42074
   212
05 \> $e^{-j\cdot\omega\cdot 2}\cdot \int 1\cdot e^{-j\cdot\omega\cdot t} d t\;|_{-1}^1$\\
neuper@42076
   213
      %\` $\int e^{a\cdot t} = \frac{1}{a}\cdot e^{a\cdot t}$\\
neuper@42076
   214
       \` pbl: integration in $\cal C$\\
neuper@42074
   215
06 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot t} \;|_{-1}^1)$\\
neuper@42074
   216
      \` $f\;t\;|_a^b = f\;b-f\;a$\\
neuper@42074
   217
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@42076
   218
\vdots\` pbl: simplification+factorization in $\cal C$\\
neuper@42074
   219
08 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{-j\cdot\omega}\cdot(e^{j\cdot\omega} - e^{-j\cdot\omega})$\\
neuper@42074
   220
      \` trick~!\\
neuper@42074
   221
09 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{\omega}\cdot(\frac{-e^{j\cdot\omega} + e^{-j\cdot\omega}}{j})$\\
neuper@42074
   222
      \` table\\
neuper@42074
   223
10 \> $e^{-j\cdot\omega\cdot 2}\cdot 2\cdot\frac{\sin\;\omega}{\omega}$
neuper@42074
   224
\end{tabbing}
neuper@42074
   225
}
neuper@42074
   226
\end{frame}
neuper@42074
   227
neuper@42122
   228
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   229
%%												Transform expl 2 REQ                   %%
neuper@42122
   230
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   231
neuper@42122
   232
%WN ...
neuper@42122
   233
\begin{frame}\frametitle{Fourier Transform 2: Development effort}
neuper@42122
   234
{\small
neuper@42122
   235
\begin{center}
neuper@42122
   236
\begin{tabular}{l|l|r}
neuper@42122
   237
requirements            & comments             &effort\\ \hline\hline
neuper@42122
   238
solving Intrgrals		    & simple via propertie table     &     20\\
neuper@42122
   239
                        & \emph{real}          &    MT\\ \hline
neuper@42122
   240
transformation table    & simple transform     &    20\\ \hline
neuper@42122
   241
visualisation						& backend							 &    10\\ \hline
neuper@42122
   242
example collection      & with explanations    &    20\\ \hline\hline
neuper@42122
   243
                        &                      & 70-80\\
neuper@42122
   244
\end{tabular}
neuper@42122
   245
\end{center}
neuper@42122
   246
effort --- in 45min units\\
neuper@42122
   247
MT --- thesis ``Integrals'' (mathematics)
neuper@42122
   248
}
neuper@42074
   249
\end{frame}
neuper@42122
   250
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   251
%-----------------------------------------------------------------%
neuper@42122
   252
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42074
   253
neuper@42076
   254
\section[Discrete time]{Discrete-time systems}
neuper@42076
   255
\subsection[Convolution]{Convolution}
neuper@42122
   256
neuper@42122
   257
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   258
%%												DTS INTRO				                       %%
neuper@42122
   259
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   260
neuper@42122
   261
\begin{frame}\frametitle{Convolution: Introduction}
neuper@42122
   262
\begin{itemize}
neuper@42122
   263
\item Calculation\ldots
neuper@42122
   264
\item Visualisation\ldots
neuper@42122
   265
\end{itemize}
neuper@42122
   266
\begin{center}
neuper@42122
   267
\ldots of parallel filter structures
neuper@42122
   268
\end{center}
neuper@42122
   269
\end{frame}
neuper@42122
   270
neuper@42122
   271
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   272
%%												DTS SPEC				                       %%
neuper@42122
   273
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   274
neuper@42122
   275
\begin{frame}\frametitle{Convolution: Specification}
neuper@42122
   276
{\footnotesize\it
neuper@42122
   277
Convolution
neuper@42122
   278
\begin{tabbing}
neuper@42122
   279
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42122
   280
\>given    \>:\>  Signals h1[n], h2[n] \\
neuper@42122
   281
\>         \> \>  \>((h1 (n::real),(3/5)\textasciicircum{}n\,u(n::real)),\,(h2 (n::real),(-2/3)\textasciicircum{}n\,u(n::real)))\\
neuper@42122
   282
                        %?(iterativer) datentyp in Isabelle/HOL
neuper@42122
   283
\>precond  \>:\>  TODO\\
neuper@42122
   284
\>find     \>:\>  $h1[n]\,*\,h2[n]$\\
neuper@42122
   285
\>postcond \>:\>  TODO\\
neuper@42122
   286
\end{tabbing}
neuper@42122
   287
neuper@42122
   288
}
neuper@42122
   289
\end{frame}
neuper@42122
   290
neuper@42122
   291
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   292
%%												DTS CALC				                       %%
neuper@42122
   293
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   294
neuper@42122
   295
\begin{frame}\frametitle{Convolution: Calculation}
neuper@42075
   296
TODO
neuper@42075
   297
\end{frame}
neuper@42075
   298
neuper@42122
   299
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   300
%%												DTS REQ  				                       %%
neuper@42122
   301
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   302
neuper@42122
   303
\begin{frame}\frametitle{Convolution: Development effort}
neuper@42122
   304
{\small
neuper@42122
   305
\begin{center}
neuper@42122
   306
\begin{tabular}{l|l|r}
neuper@42122
   307
requirements            & comments             &effort\\ \hline\hline
neuper@42122
   308
simplify rationals      & \sisac               &     0\\ \hline
neuper@42122
   309
define $\sum\limits_{i=0}^{n}i$ & partly \sisac  &    10\\ \hline
neuper@42122
   310
simplify sum			      & termorder            &    10\\
neuper@42122
   311
                        & simplify rules       &    20\\
neuper@42122
   312
                        & use simplify rationals&     0\\ \hline
neuper@42122
   313
index adjustments       & with unit step       &      10\\ \hline
neuper@42122
   314
example collection      & with explanations    &    20\\ \hline\hline
neuper@42122
   315
                        &                      & 70-90\\
neuper@42122
   316
\end{tabular}
neuper@42122
   317
\end{center}
neuper@42122
   318
effort --- in 45min units\\
neuper@42122
   319
}
neuper@42122
   320
\end{frame}
neuper@42122
   321
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   322
%-----------------------------------------------------------------%
neuper@42122
   323
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   324
neuper@42122
   325
\section[Z-transform]{Z-Transform}
neuper@42122
   326
\subsection[(Inverse) Z-Transform]{(Inverse) Z-Transform}
neuper@42122
   327
neuper@42122
   328
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   329
%%												Z-Transform  INTRO                     %%
neuper@42122
   330
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   331
neuper@42122
   332
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Introduction}
neuper@42122
   333
\begin{itemize}
neuper@42122
   334
\item Pure Transformation is simple to realise with Z-Transform Properties (Table)
neuper@42122
   335
\item Partial Fraction are just math simplifications
neuper@42122
   336
\end{itemize}
neuper@42122
   337
\end{frame}
neuper@42122
   338
neuper@42122
   339
% does not fit?!
neuper@42122
   340
%\subsection[]{Indextranformation}
neuper@42122
   341
%\begin{frame}\frametitle{TODO}
neuper@42122
   342
%TODO
neuper@42122
   343
%\end{frame}
neuper@42122
   344
neuper@42122
   345
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   346
%%												Z-Transform  SPEC                      %%
neuper@42122
   347
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   348
neuper@42122
   349
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Specification}
neuper@42122
   350
{\footnotesize\it
neuper@42122
   351
Convolution
neuper@42122
   352
\begin{tabbing}
neuper@42122
   353
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
neuper@42122
   354
\>given    \>:\>  Expression of z \\
neuper@42122
   355
\>         \> \>  \>(X (z::real\,+z::imag),3/(z-1/4-1/8\,z\textasciicircum{}(-1)))\\
neuper@42122
   356
\>precond  \>:\>  TODO\\
neuper@42122
   357
\>find     \>:\>  Expression of n\\
neuper@42122
   358
\>         \> \>  \>$h[n]$\\
neuper@42122
   359
\>postcond \>:\>  TODO\\
neuper@42122
   360
\end{tabbing}
neuper@42122
   361
neuper@42122
   362
}
neuper@42122
   363
\end{frame}
neuper@42122
   364
neuper@42122
   365
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   366
%%												Z expl		CALC                         %%
neuper@42122
   367
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   368
neuper@42122
   369
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Calculation}
neuper@42074
   370
TODO
neuper@42074
   371
\end{frame}
neuper@42074
   372
neuper@42122
   373
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42122
   374
%%												Z expl		REQ	                         %%
neuper@42122
   375
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42076
   376
neuper@42122
   377
neuper@42122
   378
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Development effort}
neuper@42075
   379
{\small
neuper@42075
   380
\begin{center}
neuper@42075
   381
\begin{tabular}{l|l|r}
neuper@42075
   382
requirements            & comments             &effort\\ \hline\hline
neuper@42075
   383
solve for part.fract.   & \sisac: degree 2     &     0\\
neuper@42075
   384
                        & complex nomminators  &    30\\
neuper@42075
   385
                        & degree > 2           &    MT\\ \hline
neuper@42075
   386
simplify polynomial     & \sisac               &     0\\
neuper@42075
   387
simplify rational       & \sisac               &     0\\ \hline
neuper@42075
   388
part.fract.decomposition& degree 2             &      \\
neuper@42075
   389
                        & specification, method&    30\\ \hline
neuper@42075
   390
${\cal Z}^{-1}$ table    &                       &   20\\
neuper@42075
   391
                        & explanations, figures&    20\\ \hline
neuper@42075
   392
example collection      & with explanations    &    20\\ \hline\hline
neuper@42075
   393
                        &                      & 90-120\\
neuper@42075
   394
%                        &                      & 1 MT
neuper@42075
   395
\end{tabular}
neuper@42075
   396
\end{center}
neuper@42075
   397
effort --- in 45min units\\
neuper@42075
   398
MT --- thesis ``factorization'' (mathematics)
neuper@42075
   399
}
neuper@42075
   400
\end{frame}
neuper@42075
   401
neuper@42074
   402
neuper@42074
   403
\end{document}
neuper@42074
   404
neuper@42074
   405