1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
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" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="trfmod">
15 <refname>trfmod</refname>
16 <refpurpose>poles and zeros display</refpurpose>
19 <title>Calling Sequence</title>
20 <synopsis>[hm]=trfmod(h [,job])</synopsis>
23 <title>Description</title>
25 To visualize the pole-zero structure of a SISO transfer
26 function <literal>h</literal> .
32 <para>visualization of polynomials (default)</para>
38 <para>visualization of natural frequencies and damping</para>
43 Interactive simplification of <literal>h</literal>. <literal>trfmod</literal> opens
48 <title>Examples</title>
49 <programlisting role="example"><![CDATA[
50 // with a transfer function
52 gs=syslin('c',1/(s+1));
55 // with a state-space matrix
59 sys=syslin('c',A,B,C);
64 <refsection role="see also">
65 <title>See Also</title>
66 <simplelist type="inline">
68 <link linkend="poly">poly</link>
71 <link linkend="simp">simp</link>