[SciPy-user] FFT speed ?

Samuel GARCIA sgarcia at olfac.univ-lyon1.fr
Wed Feb 7 09:18:19 EST 2007


yes I was thinking of doing something like that but
fft(a,pow(2,18)).shape is of course 262144 (2**18)
and when I use ifft after that The length of my signal have changed I
have an interpolated signal ... new problem for me ...



Nils Wagner wrote:
> Samuel GARCIA wrote:
>   
>> Yes it is pretty fast.
>> The difference of time is not a problem for the end user (between 0.2
>> and 1 s).
>> But specialy the value of 186889 is really a problem, the computation
>> is infinit.
>> Did you try tis value especialy ?
>>
>>     
> You may try
>
> a = rand((186889))
> t1=time.time()
> fft(a,pow(2,18))
> t2=time.time()
> print t2-t1
>  
> Nils
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Samuel Garcia
Universite Claude Bernard LYON 1
CNRS - UMR5020, Laboratoire des Neurosciences et Systemes Sensoriels
50, avenue Tony Garnier
69366 LYON Cedex 07
FRANCE
Tél : 04 37 28 74 64
Fax : 04 37 28 76 01
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070207/751b8992/attachment.html>


More information about the SciPy-User mailing list