MathGroup Archive 1995

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

Search the Archive

Fourier-Bessel Transform

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg1751] Fourier-Bessel Transform
  • From: jt12799 at meibm9.cen.uiuc.edu (Jehan Tsai)
  • Date: Mon, 24 Jul 1995 00:45:11 -0400
  • Organization: University of Illinois at Urbana

I was wondering if there was any code in existence that implements the 
Fourier Bessel Transform.  I have not been able to get the code shown below
to run correctly-- either giving me Indeterminate answer or nothing at all.


Integrate[2 Pi r BesselJ[0, 2 p Pi r] (some input function),
		{r,0, Infinity}]

where r is the radius in the space domain and p is rho (radius) i n the
frequency domain.

Does anybody know of a way to properly implement this?  Thanks.

J.T. Tsai 


  • Prev by Date: Re: projected gradient
  • Next by Date: Local Files with Remote Kernel
  • Previous by thread: NIntegrating a Rectangle function
  • Next by thread: Re: Fourier-Bessel Transform