MathGroup Archive 2007

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

Search the Archive

FFT of the piecewise step function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77769] FFT of the piecewise step function
  • From: "Peng Yu" <pengyu.ut at gmail.com>
  • Date: Sat, 16 Jun 2007 03:32:02 -0400 (EDT)

Hi,

mask[x_] := UnitStep[-(x - 1/2)(x + 1/2)(x - 3/2)(x + 3/2)]
freq[ù_] := FourierTransform[mask[t], t, ù]

The solution of freq includes several DiracDelta functions, which
should cancel out.

I'm wondering if there is anyway to make mathematica cancel them out.

Thanks,
Peng


  • Prev by Date: a beginner's question
  • Next by Date: Re: Help with formatting output
  • Previous by thread: Re: a beginner's question
  • Next by thread: Re: FFT of the piecewise step function