help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mean filter, another implementation


From: Quentin Spencer
Subject: Re: mean filter, another implementation
Date: Sun, 24 Jul 2005 13:14:14 -0500
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Søren Hauberg wrote:

Hi,
Thanks for the info, I'll try it.
Do you know why this should give me a speed-up?


Division is a much more complex operation to do in a computer than multiplication (think about when you learned how to solve large division problems when you were young), so it is slower on most processors. Finding a way to avoid division when some other operation will give you what you want is always a good idea.

-QUentin



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]