MathGroup Archive 2005

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

Search the Archive

Re: fourier transform of interpolating function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg55117] Re: fourier transform of interpolating function
  • From: Peter Pein <petsie at arcor.de>
  • Date: Sun, 13 Mar 2005 04:57:36 -0500 (EST)
  • References: <d0rofq$2cp$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

dumb_founded wrote:
> I am trying to get the Fourier tranform of an interpolating function,
> but the function Fourier[] only accepts a data table.  What can I do?
> I am sure some option is available that someone can inform me of.
> 
> 
> Thanks
> 
data=Table[f[x],{x,fromx0,tox1,stepsize}];
Fourier[data]

doesn't work?

-- 
Peter Pein
Berlin


  • Prev by Date: Re: Re: Determinant problem
  • Next by Date: Re: Something like Gouraud/Phong Shade for Polygons in Mathematica?
  • Previous by thread: fourier transform of interpolating function
  • Next by thread: Re: fourier transform of interpolating function