diff options
Diffstat (limited to 'help/en_US/sos2tf.xml')
-rw-r--r-- | help/en_US/sos2tf.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/help/en_US/sos2tf.xml b/help/en_US/sos2tf.xml index 4d4e48e..972ba79 100644 --- a/help/en_US/sos2tf.xml +++ b/help/en_US/sos2tf.xml @@ -34,9 +34,15 @@ <title>Parameters</title> <variablelist> <varlistentry><term>sos:</term> - <listitem><para> matrix of real or complex numbers</para></listitem></varlistentry> + <listitem><para> matrix of real or complex numbers</para><para>Second Order Sectional form of the system.</para></listitem></varlistentry> <varlistentry><term>g:</term> - <listitem><para> real or complex value, default value is 1</para></listitem></varlistentry> + <listitem><para> real or complex value, default value is 1</para><para>Gain of the system.</para></listitem></varlistentry> + +<varlistentry><term>B:</term> + <listitem><para>Vector of numerator coefficients.</para><para>Gain of the system.</para></listitem></varlistentry> + +<varlistentry><term>A:</term> + <listitem><para>Vector of denominator coefficients.</para><para>Gain of the system.</para></listitem></varlistentry> </variablelist> </refsection> @@ -54,10 +60,10 @@ The output is a vector. <title>Examples</title> <programlisting role="example"><![CDATA[ [a,b]=sos2tf([1,2,3,4,5,6]) -a = -1 2 3 -b = -4 5 6 +//a = +//1 2 3 +//b = +//4 5 6 ]]></programlisting> </refsection> </refentry> |