MathGroup Archive 2012

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

Search the Archive

Re: Fourier Transform of a "step" function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128506] Re: Fourier Transform of a "step" function
  • From: PAR123 <reiser.paul at gmail.com>
  • Date: Thu, 25 Oct 2012 23:33:47 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

UnitBox[(x/x0 - 1/2)] will give you a function that is unity from zero to x0. Multiply that by a+b x+c x^2 and take the Fourier transform:

FourierTransform[(a + b x + c x^2) UnitBox[(x/x0 - 1/2)], x, t]



  • Prev by Date: Re: CDF Security
  • Next by Date: Re: Fourier Transform of a "step" function
  • Previous by thread: Re: Fourier Transform of a "step" function
  • Next by thread: Re: Fourier Transform of a "step" function