[Bugzilla] [Bug 15378] Yash Aggarwal has changed cc
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Sat Mar 10 18:21:28 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=15378
--------- Bug Summary -----------
filter function is very slow compared to GNU Octave for long FIR's
---------- Changed by ------------
Aggarwal.yash2011 at gmail.com
---------- What changed ----------
cc
Yash Aggarwal <Aggarwal.yash2011 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Aggarwal.yash2011 at gmail.com
--- Comment #2 from Yash Aggarwal <Aggarwal.yash2011 at gmail.com> ---
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.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180310/e33e3f00/attachment.htm>
More information about the Bugzilla
mailing list