| 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> |
| | 41 | UI for ARX estimator<p> |
| | 42 | The 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"> |
| 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> |