Re: [Numpy-discussion] zoom FFT with numpy?

2007-03-16 Thread Stefan van der Walt
Here is another implementation of the Chirp-Z transform in Python, that handles complex numbers. Regards Stéfan On Thu, Mar 15, 2007 at 11:53:49AM +0200, Nadav Horesh wrote: A long time ago I translated a free code of chirp z transform (zoom fft) into python. Attached here the source and two

Re: [Numpy-discussion] numpy.distutils, windows dll vs lib

2007-03-16 Thread David Cournapeau
Albert Strasheim wrote: You might try numpy.ctypeslib.load_library. I tried this some time ago, and I couldn't make it work as I wanted (cannot remember what exactly, this was like 6 months ago), and I found more reliable to detect the library when installing the package, and hardcoding the