Show
Ignore:
Timestamp:
02/16/09 10:02:08 (16 years ago)
Author:
smidl
Message:

Changes in the very root classes!
* rv and rvc are no longer compulsory,
* samplecond does not return ll
* BM has drv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classUIARX.html

    r269 r270  
    3636<area shape="rect" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure." alt="" coords="5,7,120,33"></map> 
    3737<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    38 <div class="dynheader"> 
    39 Collaboration diagram for UIARX:</div> 
    40 <div class="dynsection"> 
    41 <p><center><img src="classUIARX__coll__graph.png" border="0" usemap="#UIARX__coll__map" alt="Collaboration graph"></center> 
    42 <map name="UIARX__coll__map"> 
    43 <area shape="rect" href="classbdm_1_1UIbuilder.html" title="Builds computational object from a UserInfo structure." alt="" coords="5,7,120,33"></map> 
    44 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> 
    4538 
    4639<p> 
    47 <a href="classUIARX-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
     40<a href="classUIARX-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 
     41UI for ARX estimator<p> 
     42The ARX is constructed from a structure with fields: <div class="fragment"><pre class="fragment">estimator = { 
     43    type = <span class="stringliteral">"ARX"</span>; 
     44        ychns = [1]; 
     45        rgrid =  [ 1,  1,  1,  2]; 
     46        delays = [-1, -2, -3, -1]; 
     47 
     48        <span class="comment">//optional fields</span> 
     49        dV0 = [1e-3, 1e-5, 1e-5, 1e-5]; <span class="comment">//default: 1e-3 for y, 1e-5 for rgr</span> 
     50        nu0 = 6;      <span class="comment">//default: rgrlen + 2</span> 
     51        frg = 1.0;    <span class="comment">// forgetting, default frg=1.0</span> 
     52}; 
     53</pre></div> <table border="0" cellpadding="0" cellspacing="0"> 
    4854<tr><td></td></tr> 
    4955<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
     
    6369 
    6470</table> 
    65 <hr><a name="_details"></a><h2>Detailed Description</h2> 
    66 UI for ARX estimator<p> 
    67 The ARX is constructed from a structure with fields: <div class="fragment"><pre class="fragment">estimator = { 
    68     type = <span class="stringliteral">"ARX"</span>; 
    69         ychns = [1]; 
    70         rgrid =  [ 1,  1,  1,  2]; 
    71         delays = [-1, -2, -3, -1]; 
    72  
    73         <span class="comment">//optional fields</span> 
    74         dV0 = [1e-3, 1e-5, 1e-5, 1e-5]; <span class="comment">//default: 1e-3 for y, 1e-5 for rgr</span> 
    75         nu0 = 6;      <span class="comment">//default: rgrlen + 2</span> 
    76         frg = 1.0;    <span class="comment">// forgetting, default frg=1.0</span> 
    77 }; 
    78 </pre></div> <hr>The documentation for this class was generated from the following file:<ul> 
     71<hr>The documentation for this class was generated from the following file:<ul> 
    7972<li><a class="el" href="arx__ui_8h-source.html">arx_ui.h</a></ul> 
    8073</div> 
    81 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:20:23 2009 for mixpp by&nbsp; 
     74<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 23:34:01 2009 for mixpp by&nbsp; 
    8275<a href="http://www.doxygen.org/index.html"> 
    8376<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>