[SciPy-dev] Cleaning and fixing fft in scipy ?

David M. Cooke cookedm@physics.mcmaster...
Wed May 2 12:46:05 CDT 2007


On May 2, 2007, at 05:02 , John Travers wrote:

> On 02/05/07, David Cournapeau <david@ar.media.kyoto-u.ac.jp> wrote:
>>     - My understanding is that except for djbfft backend, all other
>> backend implement fft of any size (eg different than 2^n); so for  
>> djbfft
>> backend, for size different than 2^n, it uses a diffferent  
>> backend. For
>> example, if FFTW (v2) is selected and djbfft detected, then the zfft
>> function is effectively using 2 backend: djbfft and fftw2. Would  
>> it be a
>> big problem if in djbfft case, the sizes != 2^n are always handled
>> through a fixed backend (fftpack I guess) ?
>
> Well, probably not, as people using djbfft probably know what they are
> doing.

Not necessarily :-) It's listed as a possible dependency, so people  
(like me) just install it.

-- 
|>|\/|<
/------------------------------------------------------------------\
|David M. Cooke              http://arbutus.physics.mcmaster.ca/dmc/
|cookedm@physics.mcmaster.ca

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://projects.scipy.org/pipermail/scipy-dev/attachments/20070502/cc111691/attachment.bin 


More information about the Scipy-dev mailing list