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 
Return to the default flat view Create a new topic Submit Reply
Re: Two dimensional fast fourier transforms [message #7554] Mon, 09 December 1996 00:00 Go to previous message
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
[Message index]
 
Read Message
Read Message
Previous Topic: error managing child process
Next Topic: Re: GRIB decoder for IDL

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

Current Time: Sat Oct 11 04:13:57 PDT 2025

Total time taken to generate the page: 1.12256 seconds