MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

2D FT of f(r): Fast Hankel Transforms

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64157] 2D FT of f(r): Fast Hankel Transforms
  • From: "Hypermars" <hypermars at despammed.com>
  • Date: Thu, 2 Feb 2006 19:09:09 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Are Fast (or the so-called quasi-Fast) Hankel Transforms implemented or
implementable in Mathematica?

Two-dimensional Fourier Transforms of functions f[r] where r=Sqrt[x^2+y^2]
are actually one-dimensional Hankel Transforms of order zero. So I was
wondering if one could use somehow 1D FFTs to optimize 2D FTs of f[r].

What I do now is rather lame:

Fourier[ Table[ f[ Sqrt[i^2+j^2] ],{j,-n/2+1,n/2},{i,-n/2+1,n/2}] ]

and I would like something similar to

FHT[ Table[ f[i],{i,n} ] ]

to have directly the radially symmetric 2D spectrum.

Thanks,

Bye
Hyper



  • Prev by Date: Re: if I open multiple files in Mathematica
  • Next by Date: Problem to evaluate a function inside a function
  • Previous by thread: how to visualize 3+D normal density contour?
  • Next by thread: RE: 2D FT of f(r): Fast Hankel Transforms