From help-request at octave dot org Mon Jan 24 03:53:22 2005 Subject: Re: Very slow filter.cc From: Miroslaw Kwasniak To: help at octave dot org Date: Mon, 24 Jan 2005 10:57:30 +0100 On Mon, Jan 24, 2005 at 10:34:12AM +0100, Michael Creel wrote: > By any chances, can the differences be due to changes in random number > generators? Can you repeat this loading given data from a file? > Michael. You can see that only filter time was reported ;) > t = cputime; > y = filter(b,1,x); > cputime - t To be sure I repeated with loading data from file OCTAVE_VERSION = 2.1.63 ans = 14.030 OCTAVE_VERSION = 2.1.64 ans = 4.0900 ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------