comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Two dimensional fast fourier transforms
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Two dimensional fast fourier transforms [message #7554] Mon, 09 December 1996 00:00
peter is currently offline  peter
Messages: 80
Registered: February 1994
Member
Ewan A. Macpherson (Macpherson@Waisman.Wisc.Edu) wrote:
: W.K. Wells wrote:
: > I am looking for routines for two dimensional fft's written for the
: > IDL environment. Any help along these line would be greatly > appreciated.

: I don't know whether this method will be too slow for your purposes, but
: a 2D FFT can be performed on an array in the following way:

: - replace the data in each of the N rows with their M-point, 1D FFT
: - then replace the resulting columns with N-point, 1D FFTs
: - that's it

Or even easier, use the FFT function to do a 2D FFT.

Y = FFT(X,1)

Peter
Re: Two dimensional fast fourier transforms [message #7558 is a reply to message #7554] Sun, 08 December 1996 00:00 Go to previous message
Ewan A. Macpherson is currently offline  Ewan A. Macpherson
Messages: 14
Registered: December 1996
Junior Member
W.K. Wells wrote:
> I am looking for routines for two dimensional fft's written for the
> IDL environment. Any help along these line would be greatly > appreciated.

I don't know whether this method will be too slow for your purposes, but
a 2D FFT can be performed on an array in the following way:

- replace the data in each of the N rows with their M-point, 1D FFT
- then replace the resulting columns with N-point, 1D FFTs
- that's it

--
Ewan Macpherson <macpherson@earvax.waisman.wisc.edu>
Hearing Development Research Lab, Waisman Center
University of Wisconsin - Madison
http://www.waisman.wisc.edu/~macpherson/
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: error managing child process
Next Topic: Re: GRIB decoder for IDL

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 00:18:17 PDT 2025

Total time taken to generate the page: 0.23952 seconds