Show
Ignore:
Timestamp:
08/30/09 22:13:15 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/arx_ui.html

    r590 r591  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2<html xmlns="http://www.w3.org/1999/xhtml"> 
     3<head> 
     4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> 
    35<title>mixpp: Running experiment \c estimator with ARX data fields</title> 
    4 <link href="tabs.css" rel="stylesheet" type="text/css"> 
    5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 
    6 </head><body> 
    7 <!-- Generated by Doxygen 1.5.8 --> 
     6<link href="tabs.css" rel="stylesheet" type="text/css"/> 
     7<link href="doxygen.css" rel="stylesheet" type="text/css"/> 
     8</head> 
     9<body> 
     10<!-- Generated by Doxygen 1.6.1 --> 
    811<script type="text/javascript"> 
    912<!-- 
     
    6063</div> 
    6164<div class="contents"> 
    62 <h1><a class="anchor" name="arx_ui">Running experiment <code>estimator</code> with ARX data fields </a></h1>The experiment estimator::cpp can be run either on command line, or as a mex file in Matlab.<h2><a class="anchor" name="cmd"> 
     65 
     66 
     67<h1><a class="anchor" id="arx_ui">Running experiment <code>estimator</code> with ARX data fields </a></h1><p>The experiment estimator::cpp can be run either on command line, or as a mex file in Matlab.</p> 
     68<h2><a class="anchor" id="cmd"> 
    6369Command Line</a></h2> 
    64 In order to use it for estimation of an ARX model, we can define the following <a class="el" href="ui_page.html">User Infos and their use</a> structure: <div class="fragment"><pre class="fragment"></pre></div><p> 
    65 The structure is interpreted by application <code>estimator</code>, which looks for fields: <dl> 
     70<p>In order to use it for estimation of an ARX model, we can define the following <a class="el" href="ui_page.html">User Infos and their use</a> structure: </p> 
     71<div class="fragment"><pre class="fragment"></pre></div><p>The structure is interpreted by application <code>estimator</code>, which looks for fields: </p> 
     72<dl> 
    6673<dt>system</dt> 
    6774<dd>description of a Data Source generating Data. The structure must by UI with <code>type="DS_offspring"</code>. In our example, it is of type "ArxDS" which is parsed by bdm::UIArxDS UIbuilder generating a Data Source simulating ARX process. </dd> 
     
    7178<dd>description of a way how to store results. UI is of <code>type="logger_offspring"</code>. In this case, it is of class "dirfilelog" which is parsed by bdm::UIdirfilelog which generates object storing data in directory specified by dirname="" field in fileformat understood by program kst. </dd> 
    7279</dl> 
    73 When the application estimator is run with the above code, it produces a directory of data files, which can be displayed by program kst. Expected results are: <div align="center"> 
    74 <img src="arx_ui_kst.png" alt="arx_ui_kst.png"> 
     80<p>When the application estimator is run with the above code, it produces a directory of data files, which can be displayed by program kst. Expected results are: </p> 
     81<div align="center"> 
     82<img src="arx_ui_kst.png" alt="arx_ui_kst.png"/> 
    7583</div> 
    76  <h2><a class="anchor" name="mex"> 
     84 <h2><a class="anchor" id="mex"> 
    7785Matlab mex file</a></h2> 
    78 The matlab mex file can be run with exactly the same configuration as above. However, when we wish to see the results in Matlab, we may wish to change the logger object to <code>type="mexlog"</code> which will store the results in a matlab structure.<p> 
    79 The exact configuration file may look as follows: <div class="fragment"><pre class="fragment"></pre></div><p> 
    80 The resulting structure can be displayed using matlab script arx_test_disp.m, typically producing the following results: <div align="center"> 
    81 <img src="arx_ui_mex.png" alt="arx_ui_mex.png"> 
     86<p>The matlab mex file can be run with exactly the same configuration as above. However, when we wish to see the results in Matlab, we may wish to change the logger object to <code>type="mexlog"</code> which will store the results in a matlab structure.</p> 
     87<p>The exact configuration file may look as follows: </p> 
     88<div class="fragment"><pre class="fragment"></pre></div><p>The resulting structure can be displayed using matlab script arx_test_disp.m, typically producing the following results: </p> 
     89<div align="center"> 
     90<img src="arx_ui_mex.png" alt="arx_ui_mex.png"/> 
    8291</div> 
    8392  </div> 
    84 <hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 29 20:49:42 2009 for mixpp by&nbsp; 
     93<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Aug 30 22:10:49 2009 for mixpp by&nbsp; 
    8594<a href="http://www.doxygen.org/index.html"> 
    86 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
     95<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
    8796</body> 
    8897</html>