MathGroup Archive 1999

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

Search the Archive

FourierTransform

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20602] FourierTransform
  • From: chris at tabla15.freeserve.co.uk (Chris Parker)
  • Date: Tue, 2 Nov 1999 02:35:34 -0500
  • Organization: The Math Forum
  • Sender: owner-wri-mathgroup at wolfram.com

I am trying to plot the FourierTransform of the Sin function.
I know you should get two DiracDelta Functions, and can plot these
with the signal processing package (SigProc), using SignalPlot[] or
PeicewisePlot[].

However, When I enter the line

FourierTransform[Sin[x], x, w, FourierParameters -> {1, 1}]

I get the result

I \[Pi] "Delta"[-1 + w] - \I \[Pi] "Delta"[1 + w]

Which I cannot plot unless I remove the complex I




  • Prev by Date: Re: From Mathematica to EPS
  • Next by Date: Re: Re: Assumptions in Integrate
  • Previous by thread: Re: From Mathematica to EPS
  • Next by thread: Re: FourierTransform