[manual] fftw unclear to me

David Bateman David.Bateman at motorola.com
Thu Sep 18 03:55:14 CDT 2008


Francesco Potorti` wrote:
> In the manual, I read:
>
>      Manage FFTW wisdom data. Wisdom data can be used to significantly
>      accelerate the calculation of the FFTs but implies an initial cost
>      in its calculation. The wisdom used by Octave can be imported
>      directly, usually from a file /etc/fftw/wisdom, 
>
> What does this mean?  Precisely, what "directly" means?  What "usually"
> means?  Does Octave read /etc/fftw/wisdom at startup?  If not, how can
> one read it?
>   

When the FFTW library initializes it reads a system wide wisdom file 
independent of Octave. This allows FFTW wisdom to be shared between 
applications on the same platform. Also the location of the system wide 
wisdom file is system dependent, as it certainly isn't in 
/etc/fftw/wisdom for Windows.

>           WISDOM = fftw ('dwisdom')
>
>      will save the existing wisdom used by Octave to the string WISDOM.
>      This string can then be saved in the usual manner. 
>
> What is "the usual manner"?  If it means using 'save', that should be
> specified.
>   
save/load, fprintf/scanf, etc, etc, etc.

>      However, the wisdom data can be reloaded if it is saved to a file
>      as described above.  
>
> Same as above: if this means using 'load', that should be specified.
>   
Ok.

> 			  Also, any system-wide wisdom file that has
>      been found will also be used.
>
> Does this answer my question above?  I mean, does this mean that Octave
> reads /etc/fftw/wisdom at startup?
>   
Yes, though its repetitive and so it should be removed.. I propose the 
attached changeset. Does it address your concerns?

D.


-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch8538
Url: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20080918/7773f65f/attachment.ksh 


More information about the Bug-octave mailing list