doc-src/isac/jrocnik/present-1.tex
author jrocnik
Tue, 19 Jul 2011 10:44:27 +0200
branchdecompose-isar
changeset 42149 87fd7d13e814
parent 42076 6d1a17840fc8
child 42153 73e2177408de
permissions -rwxr-xr-x
intermed: presentation
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
jrocnik@42149
    84
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
    85
%%												Title Page                             %%
jrocnik@42149
    86
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
    87
neuper@42074
    88
\begin{frame}
neuper@42074
    89
  \titlepage
neuper@42074
    90
\end{frame}
neuper@42074
    91
jrocnik@42149
    92
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
    93
%%												Table of Contents                      %%
jrocnik@42149
    94
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
    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
jrocnik@42149
   101
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   102
%%---------------------------------------------------------------%%
jrocnik@42149
   103
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42074
   104
neuper@42075
   105
\section[Fourier]{Fourier transform}
jrocnik@42149
   106
jrocnik@42149
   107
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   108
%%												Fourier INTRO                          %%
jrocnik@42149
   109
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   110
jrocnik@42149
   111
\begin{frame}\frametitle{Fourier Transformation: Introduction}
jrocnik@42149
   112
\begin{itemize}
jrocnik@42149
   113
\item Transform operation by using property-tables $\rightarrow$ \emph{easy}
jrocnik@42149
   114
\item Transform operation by using integral $\rightarrow$ \emph{difficult}
jrocnik@42149
   115
\item No math \emph{tricks}
jrocnik@42149
   116
\item Important: Visualisation?!
jrocnik@42149
   117
\end{itemize}
neuper@42074
   118
\end{frame}
neuper@42074
   119
jrocnik@42149
   120
\subsection[simple]{Fourier transform Example 1}
jrocnik@42149
   121
jrocnik@42149
   122
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   123
%%												Transform expl 1 SPEC                  %%
jrocnik@42149
   124
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   125
jrocnik@42149
   126
\begin{frame}\frametitle{Fourier Transform 1: Specification}
jrocnik@42149
   127
{\footnotesize\it
jrocnik@42149
   128
Fourier Transform
jrocnik@42149
   129
\begin{tabbing}
jrocnik@42149
   130
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
jrocnik@42149
   131
\>given    \>:\>  Time continiues, not periodic Signal \\
jrocnik@42149
   132
\>         \> \>  \>$(x (t::real), exp(-\,(\alpha::real\,+\,\alpha::imag)\,*\,t::real)*u(t::real))$\\
jrocnik@42149
   133
\>precond  \>:\>  TODO\\
jrocnik@42149
   134
\>find     \>:\>  $X(j\cdot\omega)$\\
jrocnik@42149
   135
\>postcond \>:\>  TODO\\
jrocnik@42149
   136
\end{tabbing}
jrocnik@42149
   137
jrocnik@42149
   138
}
jrocnik@42149
   139
\end{frame}
jrocnik@42149
   140
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   141
%%												Transform expl 1 CALC                  %%
jrocnik@42149
   142
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   143
jrocnik@42149
   144
\begin{frame}\frametitle{Fourier Transformation 1: Calculation}
jrocnik@42149
   145
TODO: Bernhard fragen ob Tabelle oder Rechnung
neuper@42074
   146
\end{frame}
neuper@42074
   147
jrocnik@42149
   148
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   149
%%												Transform expl 1 REQ                  %%
jrocnik@42149
   150
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   151
jrocnik@42149
   152
\begin{frame}\frametitle{Fourier Transform 1: Development effort}
jrocnik@42149
   153
{\small
jrocnik@42149
   154
\begin{center}
jrocnik@42149
   155
\begin{tabular}{l|l|r}
jrocnik@42149
   156
requirements            & comments             &effort\\ \hline\hline
jrocnik@42149
   157
solving Intrgrals		    & simple via propertie table     &     20\\
jrocnik@42149
   158
                        & \emph{real}          &    MT\\ \hline
jrocnik@42149
   159
transformation table    & simple transform     &    20\\ \hline
jrocnik@42149
   160
example collection      & with explanations    &    20\\ \hline\hline
jrocnik@42149
   161
                        &                      & 60-80\\
jrocnik@42149
   162
\end{tabular}
jrocnik@42149
   163
\end{center}
jrocnik@42149
   164
effort --- in 45min units\\
jrocnik@42149
   165
MT --- thesis ``Integrals'' (mathematics)
jrocnik@42149
   166
}
neuper@42074
   167
\end{frame}
neuper@42074
   168
jrocnik@42149
   169
\subsection[difficult]{Fourier transform Example 2}
neuper@42074
   170
jrocnik@42149
   171
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   172
%%										Transform expl 2 SPEC                      %%
jrocnik@42149
   173
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   174
jrocnik@42149
   175
\begin{frame}\frametitle{Fourier Transform 2: Specification}
neuper@42076
   176
{\footnotesize\it
jrocnik@42149
   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@42076
   184
\>precond  \>:\>  TODO\\
neuper@42076
   185
\>find     \>:\>  $X(j\cdot\omega)$\\
neuper@42076
   186
\>postcond \>:\>  TODO\\
neuper@42076
   187
\end{tabbing}
neuper@42076
   188
neuper@42076
   189
}
neuper@42076
   190
\end{frame}
neuper@42076
   191
jrocnik@42149
   192
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   193
%%												Transform expl  2 CALC                 %%
jrocnik@42149
   194
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   195
jrocnik@42149
   196
\begin{frame}\frametitle{Fourier Transform 2: Calculation}
neuper@42074
   197
\footnotesize{
neuper@42074
   198
\begin{tabbing}
neuper@42074
   199
000\=\kill
neuper@42074
   200
01 \> ${\cal F}\;(x(t-2)) =$\\
neuper@42074
   201
      \`${\cal F}\;(x(t-T)) = e^{-j\cdot\omega\cdot T}\cdot X\;j\cdot\omega$\\
neuper@42074
   202
02 \> $e^{-j\cdot\omega\cdot 2}\cdot X\;(j\cdot\omega)$\\
neuper@42074
   203
      \`definition $X\;(j\cdot\omega)$\\
neuper@42074
   204
03 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-\infty}^\infty x\;t\;\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   205
      \` $x\;t = 1\;{\it for}\;\{x.\;-1\leq t\;\land\;t\leq 1\}\;{\it and}\;x\;t=0\;{\it otherwise}$\\
neuper@42074
   206
04 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-1}^1 1\cdot e^{-j\cdot\omega\cdot t} d t$\\
neuper@42074
   207
      \` $\int_a^b f\;t\;dt = \int f\;t\;dt\;|_a^b$\\
neuper@42074
   208
05 \> $e^{-j\cdot\omega\cdot 2}\cdot \int 1\cdot e^{-j\cdot\omega\cdot t} d t\;|_{-1}^1$\\
neuper@42076
   209
      %\` $\int e^{a\cdot t} = \frac{1}{a}\cdot e^{a\cdot t}$\\
neuper@42076
   210
       \` pbl: integration in $\cal C$\\
neuper@42074
   211
06 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot t} \;|_{-1}^1)$\\
neuper@42074
   212
      \` $f\;t\;|_a^b = f\;b-f\;a$\\
neuper@42074
   213
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
   214
\vdots\` pbl: simplification+factorization in $\cal C$\\
neuper@42074
   215
08 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{-j\cdot\omega}\cdot(e^{j\cdot\omega} - e^{-j\cdot\omega})$\\
neuper@42074
   216
      \` trick~!\\
neuper@42074
   217
09 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{\omega}\cdot(\frac{-e^{j\cdot\omega} + e^{-j\cdot\omega}}{j})$\\
neuper@42074
   218
      \` table\\
neuper@42074
   219
10 \> $e^{-j\cdot\omega\cdot 2}\cdot 2\cdot\frac{\sin\;\omega}{\omega}$
neuper@42074
   220
\end{tabbing}
neuper@42074
   221
}
neuper@42074
   222
\end{frame}
neuper@42074
   223
jrocnik@42149
   224
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   225
%%												Transform expl 2 REQ                   %%
jrocnik@42149
   226
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   227
jrocnik@42149
   228
\begin{frame}\frametitle{Fourier Transform 2: Development effort}
jrocnik@42149
   229
{\small
jrocnik@42149
   230
\begin{center}
jrocnik@42149
   231
\begin{tabular}{l|l|r}
jrocnik@42149
   232
requirements            & comments             &effort\\ \hline\hline
jrocnik@42149
   233
solving Intrgrals		    & simple via propertie table     &     20\\
jrocnik@42149
   234
                        & \emph{real}          &    MT\\ \hline
jrocnik@42149
   235
transformation table    & simple transform     &    20\\ \hline
jrocnik@42149
   236
visualisation						& backend							 &    10\\ \hline
jrocnik@42149
   237
example collection      & with explanations    &    20\\ \hline\hline
jrocnik@42149
   238
                        &                      & 70-80\\
jrocnik@42149
   239
\end{tabular}
jrocnik@42149
   240
\end{center}
jrocnik@42149
   241
effort --- in 45min units\\
jrocnik@42149
   242
MT --- thesis ``Integrals'' (mathematics)
jrocnik@42149
   243
}
neuper@42074
   244
\end{frame}
jrocnik@42149
   245
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   246
%-----------------------------------------------------------------%
jrocnik@42149
   247
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42074
   248
neuper@42076
   249
\section[Discrete time]{Discrete-time systems}
neuper@42076
   250
\subsection[Convolution]{Convolution}
jrocnik@42149
   251
jrocnik@42149
   252
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   253
%%												DTS INTRO				                       %%
jrocnik@42149
   254
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   255
jrocnik@42149
   256
\begin{frame}\frametitle{Convolution: Introduction}
jrocnik@42149
   257
\begin{itemize}
jrocnik@42149
   258
\item Calculation\ldots
jrocnik@42149
   259
\item Visualisation\ldots
jrocnik@42149
   260
\end{itemize}
jrocnik@42149
   261
\begin{center}
jrocnik@42149
   262
\ldots of parallel filter structures
jrocnik@42149
   263
\end{center}
jrocnik@42149
   264
\end{frame}
jrocnik@42149
   265
jrocnik@42149
   266
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   267
%%												DTS SPEC				                       %%
jrocnik@42149
   268
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   269
jrocnik@42149
   270
\begin{frame}\frametitle{Convolution: Specification}
jrocnik@42149
   271
{\footnotesize\it
jrocnik@42149
   272
Convolution
jrocnik@42149
   273
\begin{tabbing}
jrocnik@42149
   274
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
jrocnik@42149
   275
\>given    \>:\>  Signals h1[n], h2[n] \\
jrocnik@42149
   276
\>         \> \>  \>((h1 (n::real),(3/5)\textasciicircum{}n\,u(n::real)),\,(h2 (n::real),(-2/3)\textasciicircum{}n\,u(n::real)))\\
jrocnik@42149
   277
                        %?(iterativer) datentyp in Isabelle/HOL
jrocnik@42149
   278
\>precond  \>:\>  TODO\\
jrocnik@42149
   279
\>find     \>:\>  $h1[n]\,*\,h2[n]$\\
jrocnik@42149
   280
\>postcond \>:\>  TODO\\
jrocnik@42149
   281
\end{tabbing}
jrocnik@42149
   282
jrocnik@42149
   283
}
jrocnik@42149
   284
\end{frame}
jrocnik@42149
   285
jrocnik@42149
   286
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   287
%%												DTS CALC				                       %%
jrocnik@42149
   288
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   289
jrocnik@42149
   290
\begin{frame}\frametitle{Convolution: Calculation}
neuper@42075
   291
TODO
neuper@42075
   292
\end{frame}
neuper@42075
   293
jrocnik@42149
   294
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   295
%%												DTS REQ  				                       %%
jrocnik@42149
   296
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   297
jrocnik@42149
   298
\begin{frame}\frametitle{Convolution: Development effort}
jrocnik@42149
   299
{\small
jrocnik@42149
   300
\begin{center}
jrocnik@42149
   301
\begin{tabular}{l|l|r}
jrocnik@42149
   302
requirements            & comments             &effort\\ \hline\hline
jrocnik@42149
   303
simplify rationals      & \sisac               &     0\\ \hline
jrocnik@42149
   304
define $\sum\limits_{i=0}^{n}i$ & partly \sisac  &    10\\ \hline
jrocnik@42149
   305
simplify sum			      & termorder            &    10\\
jrocnik@42149
   306
                        & simplify rules       &    20\\
jrocnik@42149
   307
                        & use simplify rationals&     0\\ \hline
jrocnik@42149
   308
index adjustments       & with unit step       &      10\\ \hline
jrocnik@42149
   309
example collection      & with explanations    &    20\\ \hline\hline
jrocnik@42149
   310
                        &                      & 70-90\\
jrocnik@42149
   311
\end{tabular}
jrocnik@42149
   312
\end{center}
jrocnik@42149
   313
effort --- in 45min units\\
jrocnik@42149
   314
}
jrocnik@42149
   315
\end{frame}
jrocnik@42149
   316
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   317
%-----------------------------------------------------------------%
jrocnik@42149
   318
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   319
jrocnik@42149
   320
\section[Z-transform]{Z-Transform}
jrocnik@42149
   321
\subsection[(Inverse) Z-Transform]{(Inverse) Z-Transform}
jrocnik@42149
   322
jrocnik@42149
   323
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   324
%%												Z-Transform  INTRO                     %%
jrocnik@42149
   325
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   326
jrocnik@42149
   327
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Introduction}
jrocnik@42149
   328
\begin{itemize}
jrocnik@42149
   329
\item Pure Transformation is simple to realise with Z-Transform Properties (Table)
jrocnik@42149
   330
\item Partial Fraction are just math simplifications
jrocnik@42149
   331
\end{itemize}
jrocnik@42149
   332
\end{frame}
jrocnik@42149
   333
jrocnik@42149
   334
% does not fit?!
jrocnik@42149
   335
%\subsection[]{Indextranformation}
jrocnik@42149
   336
%\begin{frame}\frametitle{TODO}
jrocnik@42149
   337
%TODO
jrocnik@42149
   338
%\end{frame}
jrocnik@42149
   339
jrocnik@42149
   340
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   341
%%												Z-Transform  SPEC                      %%
jrocnik@42149
   342
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   343
jrocnik@42149
   344
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Specification}
jrocnik@42149
   345
{\footnotesize\it
jrocnik@42149
   346
Convolution
jrocnik@42149
   347
\begin{tabbing}
jrocnik@42149
   348
1\=postcond \=: \= \= $\;\;\;\;$\=\kill
jrocnik@42149
   349
\>given    \>:\>  Expression of z \\
jrocnik@42149
   350
\>         \> \>  \>(X (z::real\,+z::imag),3/(z-1/4-1/8\,z\textasciicircum{}(-1)))\\
jrocnik@42149
   351
\>precond  \>:\>  TODO\\
jrocnik@42149
   352
\>find     \>:\>  Expression of n\\
jrocnik@42149
   353
\>         \> \>  \>$h[n]$\\
jrocnik@42149
   354
\>postcond \>:\>  TODO\\
jrocnik@42149
   355
\end{tabbing}
jrocnik@42149
   356
jrocnik@42149
   357
}
jrocnik@42149
   358
\end{frame}
jrocnik@42149
   359
jrocnik@42149
   360
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   361
%%												Z expl		CALC                         %%
jrocnik@42149
   362
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   363
jrocnik@42149
   364
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Calculation}
neuper@42074
   365
TODO
neuper@42074
   366
\end{frame}
neuper@42074
   367
jrocnik@42149
   368
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
jrocnik@42149
   369
%%												Z expl		REQ	                         %%
jrocnik@42149
   370
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
neuper@42076
   371
jrocnik@42149
   372
jrocnik@42149
   373
\begin{frame}\frametitle{(Inverse) ${\cal Z}$-Transformation: Development effort}
neuper@42075
   374
{\small
neuper@42075
   375
\begin{center}
neuper@42075
   376
\begin{tabular}{l|l|r}
neuper@42075
   377
requirements            & comments             &effort\\ \hline\hline
neuper@42075
   378
solve for part.fract.   & \sisac: degree 2     &     0\\
neuper@42075
   379
                        & complex nomminators  &    30\\
neuper@42075
   380
                        & degree > 2           &    MT\\ \hline
neuper@42075
   381
simplify polynomial     & \sisac               &     0\\
neuper@42075
   382
simplify rational       & \sisac               &     0\\ \hline
neuper@42075
   383
part.fract.decomposition& degree 2             &      \\
neuper@42075
   384
                        & specification, method&    30\\ \hline
neuper@42075
   385
${\cal Z}^{-1}$ table    &                       &   20\\
neuper@42075
   386
                        & explanations, figures&    20\\ \hline
neuper@42075
   387
example collection      & with explanations    &    20\\ \hline\hline
neuper@42075
   388
                        &                      & 90-120\\
neuper@42075
   389
%                        &                      & 1 MT
neuper@42075
   390
\end{tabular}
neuper@42075
   391
\end{center}
neuper@42075
   392
effort --- in 45min units\\
neuper@42075
   393
MT --- thesis ``factorization'' (mathematics)
neuper@42075
   394
}
neuper@42075
   395
\end{frame}
neuper@42075
   396
neuper@42074
   397
neuper@42074
   398
\end{document}
neuper@42074
   399
neuper@42074
   400