~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/cacsd/help/en_US/fstabst.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="fstabst">
14
 
  <refnamediv>
15
 
    <refname>fstabst</refname>
16
 
    <refpurpose>Youla's parametrization of continuous time linear dynmaical systems</refpurpose>
17
 
  </refnamediv>
18
 
  <refsynopsisdiv>
19
 
    <title>Calling Sequence</title>
20
 
    <synopsis>J = fstabst(P,r)</synopsis>
21
 
  </refsynopsisdiv>
22
 
  <refsection>
23
 
    <title>Arguments</title>
24
 
    <variablelist>
25
 
      <varlistentry>
26
 
        <term>P</term>
27
 
        <listitem>
28
 
          <para>a continuous time linear dynamical system.</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
      <varlistentry>
32
 
        <term>r</term>
33
 
        <listitem>
34
 
          <para>
35
 
            1x2 row vector, dimension of <literal>P22</literal>
36
 
          </para>
37
 
        </listitem>
38
 
      </varlistentry>
39
 
      <varlistentry>
40
 
        <term>J</term>
41
 
        <listitem>
42
 
          <para>
43
 
            a continuous time linear dynamical system (with same representation as <literal>P</literal>.
44
 
          </para>
45
 
        </listitem>
46
 
      </varlistentry>
47
 
    </variablelist>
48
 
  </refsection>
49
 
  <refsection>
50
 
    <title>Description</title>
51
 
    <para>
52
 
      Parameterization of all stabilizing feedbacks.
53
 
    </para>
54
 
    <para>
55
 
      <literal>P</literal> is partitioned as follows:
56
 
    </para>
57
 
    <programlisting role=""><![CDATA[ 
 
14
    <refnamediv>
 
15
        <refname>fstabst</refname>
 
16
        <refpurpose>Youla's parametrization of continuous time linear dynmaical systems</refpurpose>
 
17
    </refnamediv>
 
18
    <refsynopsisdiv>
 
19
        <title>Calling Sequence</title>
 
20
        <synopsis>J = fstabst(P,r)</synopsis>
 
21
    </refsynopsisdiv>
 
22
    <refsection>
 
23
        <title>Arguments</title>
 
24
        <variablelist>
 
25
            <varlistentry>
 
26
                <term>P</term>
 
27
                <listitem>
 
28
                    <para>a continuous time linear dynamical system.</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
            <varlistentry>
 
32
                <term>r</term>
 
33
                <listitem>
 
34
                    <para>
 
35
                        1x2 row vector, dimension of <literal>P22</literal>
 
36
                    </para>
 
37
                </listitem>
 
38
            </varlistentry>
 
39
            <varlistentry>
 
40
                <term>J</term>
 
41
                <listitem>
 
42
                    <para>
 
43
                        a continuous time linear dynamical system (with same representation as <literal>P</literal>.
 
44
                    </para>
 
45
                </listitem>
 
46
            </varlistentry>
 
47
        </variablelist>
 
48
    </refsection>
 
49
    <refsection>
 
50
        <title>Description</title>
 
51
        <para>
 
52
            Parameterization of all stabilizing feedbacks.
 
53
        </para>
 
54
        <para>
 
55
            <literal>P</literal> is partitioned as follows:
 
56
        </para>
 
57
        <programlisting role=""><![CDATA[ 
58
58
P=[ P11 P12;
59
59
    P21 P22]  
60
60
 ]]></programlisting>
61
 
    <para>
62
 
      (in state-space or transfer form: automatic conversion in state-space is
63
 
      done for the computations)
64
 
    </para>
65
 
    <para>
66
 
      <literal>r</literal> = size of  <literal>P22</literal> subsystem, (2,2) block of <literal>P</literal>
67
 
    </para>
68
 
    <programlisting role=""><![CDATA[ 
 
61
        <para>
 
62
            (in state-space or transfer form: automatic conversion in state-space is
 
63
            done for the computations)
 
64
        </para>
 
65
        <para>
 
66
            <literal>r</literal> = size of  <literal>P22</literal> subsystem, (2,2) block of <literal>P</literal>
 
67
        </para>
 
68
        <programlisting role=""><![CDATA[ 
69
69
J =[J11 J12;
70
70
    J21 J22]
71
71
 ]]></programlisting>
72
 
    <para>
73
 
      <literal>K</literal> is a stabilizing controller for <literal>P</literal> (i.e. <literal>P22</literal>) iff 
74
 
      <literal>K=lft(J,r,Q)</literal> with <literal>Q</literal> stable.
75
 
    </para>
76
 
    <para>
77
 
      The central part of <literal>J</literal> , <literal>J11</literal> is the lqg regulator for <literal>P</literal>
78
 
    </para>
79
 
    <para>
80
 
      This <literal>J</literal> is such that defining <literal>T</literal> as the 2-port <literal>lft</literal> of <literal>P</literal>
81
 
      and <literal>J</literal> : <literal>[T,rt]=lft(P,r,J,r)</literal> one has that <literal>T12</literal> is inner
82
 
      and <literal>T21</literal> is co-inner.
83
 
    </para>
84
 
  </refsection>
85
 
  <refsection>
86
 
    <title>Examples</title>
87
 
    <programlisting role="example"><![CDATA[ 
 
72
        <para>
 
73
            <literal>K</literal> is a stabilizing controller for <literal>P</literal> (i.e. <literal>P22</literal>) iff 
 
74
            <literal>K=lft(J,r,Q)</literal> with <literal>Q</literal> stable.
 
75
        </para>
 
76
        <para>
 
77
            The central part of <literal>J</literal> , <literal>J11</literal> is the lqg regulator for <literal>P</literal>
 
78
        </para>
 
79
        <para>
 
80
            This <literal>J</literal> is such that defining <literal>T</literal> as the 2-port <literal>lft</literal> of <literal>P</literal>
 
81
            and <literal>J</literal> : <literal>[T,rt]=lft(P,r,J,r)</literal> one has that <literal>T12</literal> is inner
 
82
            and <literal>T21</literal> is co-inner.
 
83
        </para>
 
84
    </refsection>
 
85
    <refsection>
 
86
        <title>Examples</title>
 
87
        <programlisting role="example"><![CDATA[ 
88
88
ny=2;nu=3;nx=4;
89
89
P22=ssrand(ny,nu,nx);
90
90
bigQ=rand(nx+nu,nx+nu);bigQ=bigQ*bigQ';
95
95
K=lft(J,r,Q);
96
96
A=h_cl(P,r,K); spec(A)
97
97
 ]]></programlisting>
98
 
  </refsection>
99
 
  <refsection role="see also">
100
 
    <title>See Also</title>
101
 
    <simplelist type="inline">
102
 
      <member>
103
 
        <link linkend="obscont">obscont</link>
104
 
      </member>
105
 
      <member>
106
 
        <link linkend="lft">lft</link>
107
 
      </member>
108
 
      <member>
109
 
        <link linkend="lqg">lqg</link>
110
 
      </member>
111
 
      <member>
112
 
        <link linkend="lqg2stan">lqg2stan</link>
113
 
      </member>
114
 
    </simplelist>
115
 
  </refsection>
116
 
  <refsection>
117
 
    <title>History</title>
118
 
    <revhistory>
119
 
      <revision>
120
 
        <revnumber>5.4.0</revnumber>
121
 
        <revremark>
122
 
          <literal>Sl</literal> is now checked for
123
 
          continuous time linear dynamical system.  This modification
124
 
          has been introduced by this <ulink url="http://gitweb.scilab.org/?p=scilab.git;a=commit;h=3d7083daae3339813ba747c8adcda1f9599bb80d">commit</ulink>
125
 
        </revremark>
126
 
      </revision>
127
 
    </revhistory>
128
 
  </refsection>
 
98
    </refsection>
 
99
    <refsection role="see also">
 
100
        <title>See Also</title>
 
101
        <simplelist type="inline">
 
102
            <member>
 
103
                <link linkend="obscont">obscont</link>
 
104
            </member>
 
105
            <member>
 
106
                <link linkend="lft">lft</link>
 
107
            </member>
 
108
            <member>
 
109
                <link linkend="lqg">lqg</link>
 
110
            </member>
 
111
            <member>
 
112
                <link linkend="lqg2stan">lqg2stan</link>
 
113
            </member>
 
114
        </simplelist>
 
115
    </refsection>
 
116
    <refsection>
 
117
        <title>History</title>
 
118
        <revhistory>
 
119
            <revision>
 
120
                <revnumber>5.4.0</revnumber>
 
121
                <revremark>
 
122
                    <literal>Sl</literal> is now checked for
 
123
                    continuous time linear dynamical system.  This modification
 
124
                    has been introduced by this <ulink url="http://gitweb.scilab.org/?p=scilab.git;a=commit;h=3d7083daae3339813ba747c8adcda1f9599bb80d">commit</ulink>
 
125
                </revremark>
 
126
            </revision>
 
127
        </revhistory>
 
128
    </refsection>
129
129
</refentry>