<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Nice catch Dirk.<br>
    <br>
    In Scilab's latest <a
      href="https://www.scilab.org/fr/development/nightly_builds/master">nightly
      build</a>, use bode's "rad" option to convert the frequency in
    rad/s.<br>
    <br>
    => clear;<br>
          clc;<br>
          s = poly(0, "s");<br>
          N = 1;<br>
          D = (s+1);<br>
          TF = syslin("c", N/D);<br>
          bode(TF, "rad")<br>
    <br>
    You can also use bode_asymp() after bode() to check the asymptote:<br>
    bode(TF, "rad")<br>
    bode_asymp(TF)<br>
    <br>
    Regards,<br>
    Pauli<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/13/2013 11:04 AM, Dirk Reusch
      wrote:<br>
    </div>
    <blockquote cite="mid:20131213110436.38d97a70@lemon" type="cite">
      <pre wrap="">Hi Vijay,

the frequency unit in scilab's bode plot is [Hz] and not [rad/s]!

Regards,

Dirk

On Thu, 12 Dec 2013 20:04:25 -0600
Vijay Gopal <a class="moz-txt-link-rfc2396E" href="mailto:aero.g.vijay@gmail.com"><aero.g.vijay@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

I am a scilab user and I find it amazing about its capabilities.
Recently I have encountered a problem for BODE PLOT for Linear
Systems in continuous domain in scilab. I have made a report on it
and attached herewith in pdf format. I hope this email will be
beneficial for mutual progress. Also there are two files attached
herewith Regards
</pre>
      </blockquote>
      <pre wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Paul BIGNIER
Scilab Engineer & Xcos Developer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a> </pre>
  </body>
</html>