tuned decompose-isar
authorJan Rocnik <jan.rocnik@student.tugraz.at>
Tue, 18 Oct 2011 23:30:37 +0200
branchdecompose-isar
changeset 42322af49cb4959b6
parent 42317 578066d4208f
child 42323 38bac98d960d
tuned
doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex
     1.1 --- a/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Fri Oct 14 09:03:50 2011 +0200
     1.2 +++ b/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Tue Oct 18 23:30:37 2011 +0200
     1.3 @@ -1,9 +1,22 @@
     1.4 +%   Title:  bakkarbeit_jrocnik.tex
     1.5 +%   Author: Jan Rocnik
     1.6 +%   (c) copyright due to lincense terms.
     1.7 +%2345678901234567890123456789012345678901234567890123456789012345678901234567890
     1.8 +%       10        20        30        40        50        60        70        80
     1.9 +
    1.10 +%TODO:
    1.11 +%%\cite{proakis2004contemporary}
    1.12 +%%--01-- pointer or label to related works
    1.13 +
    1.14 +%define document class
    1.15  \documentclass[a4paper, 12pt]{article}
    1.16  
    1.17 +%packages for language and input
    1.18  \usepackage[english]{babel} 
    1.19  \usepackage[T1]{fontenc}
    1.20  \usepackage[latin1]{inputenc}
    1.21  
    1.22 +%generel packages
    1.23  \usepackage{url}
    1.24  \usepackage{graphicx}
    1.25  \usepackage{endnotes}
    1.26 @@ -11,13 +24,16 @@
    1.27  \usepackage{setspace}
    1.28  \usepackage[pdfpagelabels]{hyperref}
    1.29  \usepackage{longtable}
    1.30 -%isabelle relevant
    1.31 +
    1.32 +%isabelle relevant packages
    1.33  \usepackage{isabelle,isabellesym}
    1.34 -\usepackage{pdfsetup}
    1.35  
    1.36 +%define isac logos
    1.37  \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    1.38  \def\sisac{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    1.39  
    1.40 +%----------// BEGIN DOCUMENT \\----------%
    1.41 +
    1.42  \begin{document}
    1.43  
    1.44  %----------// INFO SETUP \\----------%
    1.45 @@ -91,18 +107,13 @@
    1.46  
    1.47  \part{Project Fundamentals}
    1.48  
    1.49 -\section{Introduction --TODO--}
    1.50 +\section{Introduction}
    1.51  
    1.52 -The motivation to this thesis mainly takes it source from thr practice of mathematics learning and further ... STEOP
    1.53 -\cite{proakis2004contemporary}
    1.54 -
    1.55 -\textbf{mathematics applied} in signal processing (SP)
    1.56 -
    1.57 -mathematics mechanized in Computer Theorem Provers \textbf{(CTP)} ... (almost) traditional mathematical notation (predicate calculus) for axioms, definitions, lemmas, theorems. Recent developments provide also proofs in a humand readable format TODO
    1.58 -
    1.59 -This thesis tries to \textbf{connect these two worlds} ... this trial is one of the first; others see related work
    1.60 -
    1.61 -the major challenge of the practical part is, that ``connecting the two worlds'' involves programming in a CTP-based programming language which is in a very early state of prototyping.
    1.62 +The motivation to this thesis mainly takes it source from the feeling of understanding difficult signal processing tasks and the will to help others to get this feeling to.
    1.63 +\par Signal Processing requieres a huge range of mathematic knowledge as well as a feeling for simplification and number tricks but even though this fact, the operations themself are no higher ones. The main task is to understand. Aside this description we think of the classic math ideas and techniques, consisting of predefined formulas, notations and forumularsations we learn.
    1.64 +\par Mathematics mechanized in Computer Theorem Provers \emph{(CTP)} has (almost) a problem with traditional mathematical notations (predicate calculus) for axioms, definitions, lemmas, theorems as a computer programm or script is not able to interpret every greek or latin letter and every greek, latin or whatever calculations symbol. Also if we would be able to handle thehse symbols we would have a problem to interpret them correctly. In different problems, symbols and letters have different meanings and ask for different ways to get through. Exclusive from the input, also the output can be a problem. We are familar with a specified notations and style taught in university but a computer programm has no knowledge of the form probved by a professor and the maschines themselve also have not yet the possibilities to print every symbol (correct) Recent developments provide proofs in a humand readable format but according to the fact that there is no mony for good working formel editors yet, the style is one thing we have to live with.
    1.65 +\par This thesis tries to \empg{connect} these two worlds and is one of the first guidelines to implement problem classes in {\sisac}. For others see related works. %--01--
    1.66 +The major challenge of the practical part, of this thesis, is, that "`connecting the two worlds"' involves programming in a CTP-based programming language which is in a very early state of prototyping. There is no concrete experience data ready to hand.
    1.67  
    1.68  \subsection{Mechanization of Mathematics}
    1.69  
    1.70 @@ -164,7 +175,7 @@
    1.71  axiomatization ... where ... and
    1.72  
    1.73  \subsection{Notes on Problems with Traditional Notation}
    1.74 -todo
    1.75 +Due the thesis work we discorvers severell problems of traditional notations.
    1.76  
    1.77  u[n] !!
    1.78  
    1.79 @@ -194,7 +205,7 @@
    1.80  %todo
    1.81  
    1.82  {\center todo}
    1.83 -%\input{../../../test/Tools/isac/ADDTESTS/course/SignalProcess/document/Build_Inverse_Z_Transform}
    1.84 +\input{../../../test/Tools/isac/ADDTESTS/course/SignalProcess/document/Build_Inverse_Z_Transform}
    1.85  
    1.86  \clearpage
    1.87