<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:Aggarwal.yash2011@gmail.com" title="Yash Aggarwal <Aggarwal.yash2011@gmail.com>"> <span class="fn">Yash Aggarwal</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - filter function is very slow compared to GNU Octave for long FIR's"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15378">bug 15378</a>
                <br><br>
                ---------- Bug Summary ----------- <br>filter function is very slow compared to GNU Octave for long FIR's <br><br>

          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>Aggarwal.yash2011@gmail.com
           </td>
         </tr></table>
      <p>
        <div>

            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - filter function is very slow compared to GNU Octave for long FIR's"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15378#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - filter function is very slow compared to GNU Octave for long FIR's"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=15378">bug 15378</a>
              from <span class="vcard"><a class="email" href="mailto:Aggarwal.yash2011@gmail.com" title="Yash Aggarwal <Aggarwal.yash2011@gmail.com>"> <span class="fn">Yash Aggarwal</span></a>
</span></b>
        <pre>I am not able to reproduce this.

For Scilab 6.0.1:

-->b = ones(1,1000)/1000;
-->x = rand(1,108000);
-->tic();filter(b,1,x);toc()
ans = 0.39xxxx


For octave same commands give:

Elapsed time is 0.33xxxx seconds.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>