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