Re: Computing FFT with Python NumPy 1.0

2006-11-01 Thread Robert Kern
[EMAIL PROTECTED] wrote: > I recently installed Python 2.5 on Windows and also installed numpy > 1.0. You will want to ask numpy questions on the numpy mailing list. http://www.scipy.org/Mailing_Lists > I'd like to compute an FFT on an array of numbers but I can't > seem to access the FFT fu

Re: Computing FFT with Python NumPy 1.0

2006-11-01 Thread Tim Leslie
On 1 Nov 2006 16:04:59 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I recently installed Python 2.5 on Windows and also installed numpy > 1.0. I'd like to compute an FFT on an array of numbers but I can't > seem to access the FFT function. I'm fairly new to Python (obviously) > and I can