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