On 2015-08-28 11:51:47, Joseph Codadeen <jdm...@hotmail.com> 
wrote:
> my_1_minute_noise_with_gaps_truncated - Array len is 
> 2646070my_1_minute_noise_with_gaps - Array len is 2649674

In [6]: from sympy import factorint  In [7]: 
max(factorint(2646070)) Out[7]: 367  In [8]: 
max(factorint(2649674)) Out[8]: 1324837 

Those numbers give you some indication of how long the FFT will 
take to compute.

Stéfan
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to