FFT with Python

Gary Herron gherron at islandtraining.com
Thu Jun 24 11:17:12 EDT 2004


On Tuesday 22 June 2004 03:29 pm, Satish Chimakurthi wrote:
> Hi All,
>
> Did anyone compute FFT - Fast Fourier Trans using Python ? I am looking for
> a simple Python package which can do spectral analysis for me. Can someone
> help me get such a package ?

Both Numeric (the old) Numarray (the new) are Python extensions that
do FFT's.

You can find both at http://numpy.org/

Gary Herron






More information about the Python-list mailing list