Fourier Transforms: Step-by-Step Guide to Hand Calculations

  • Thread starter Thread starter Xjac0bmichael
  • Start date Start date
  • Tags Tags
    Fourier
Xjac0bmichael
Messages
1
Reaction score
0
I have been continuously having problems finding the Fourier transform of signals by hand using the definition. If someone could give me a step by step process for doing this it would be great. Here are some problems from my book iv'e been stuck on. I have tried to set up the integral, but I have problems trying to simplify and get to a final answer.

X(t)=abs(sin(2*pi*t))

X(t)=exp(-abs(t))
 
Physics news on Phys.org
Xjac0bmichael said:
I have been continuously having problems finding the Fourier transform of signals by hand using the definition. If someone could give me a step by step process for doing this it would be great. Here are some problems from my book iv'e been stuck on. I have tried to set up the integral, but I have problems trying to simplify and get to a final answer.

X(t)=abs(sin(2*pi*t))

X(t)=exp(-abs(t))

In general, if you are starting from the definition you have to figure out how to perform the integrals. There is no general step-by-step process of doing integrals of this sort, I'm afraid. Now to your examples:

Your second example is straightforward. Hint: you break up the integral into two pieces, one for negative t and one for positive t. This gets rid of the absolute value, and leaves you with integrals of exponentials, which are about as easy as integration gets.

Your first example is tricky. You can only get a transform of it if you allow Dirac delta functions. Since it is periodic, you can represent X(t) as a Fourier series
x(t) = \sum_{n=-\infty}^{\infty} a_n e^{i 2 n \pi t / T}
and then use the fact that the Fourier tranform of a complex exponential is proportional to a delta function. You need to work out the details, but for periodic signals this is the general method.

good luck,

jason
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top