Show
Ignore:
Timestamp:
10/12/09 13:49:39 (15 years ago)
Author:
mido
Message:

\doc directory cleaned a bit

Files:
1 modified

Legend:

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

    r641 r651  
    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"/> 
    5 <title>mixpp: Running experiment \c estimator with ARX data fields \todo this page is out of date, as the user info concept has been changed</title> 
    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 --> 
     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"> 
     3<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.9 --> 
    118<script type="text/javascript"> 
    129<!-- 
     
    6360</div> 
    6461<div class="contents"> 
    65  
    66  
    67 <h1><a class="anchor" id="arx_ui">Running experiment <code>estimator</code> with ARX data fields  this page is out of date, as the user info concept has been changed </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"> 
     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"> 
    6963Command Line</a></h2> 
    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> 
     64In order to use it for estimation of an ARX model, we can define the following <a class="el" href="ui_page.html">user info</a> structure: <div class="fragment"><pre class="fragment"></pre></div><p> 
     65The structure is interpreted by application <code>estimator</code>, which looks for fields: <dl> 
    7366<dt>system</dt> 
    7467<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> 
     
    7871<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> 
    7972</dl> 
    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"/> 
     73When 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"> 
    8375</div> 
    84  <h2><a class="anchor" id="mex"> 
     76 <h2><a class="anchor" name="mex"> 
    8577Matlab mex file</a></h2> 
    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"/> 
     78The 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> 
     79The exact configuration file may look as follows: <div class="fragment"><pre class="fragment"></pre></div><p> 
     80The 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"> 
    9182</div> 
    9283  </div> 
    93 <hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 27 00:49:05 2009 for mixpp by&nbsp; 
     84<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 7 17:34:44 2009 for mixpp by&nbsp; 
    9485<a href="http://www.doxygen.org/index.html"> 
    95 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> 
     86<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
    9687</body> 
    9788</html>