Fourier Transform a shifted step function?

Thread Starter

de1337ed

Joined Mar 6, 2011
23
I sort of understand how to obtain the Fourier transform of a regular step function (0 when t<0, and A when t>=0), but how do you obtain the fourier transform if the function has been shifted right on the t-axis by T? I've been stuck on this for a while.

What I have as an equation is the following:

\(\int{Au(t+T)*e^{-jwt}dt}\) from -∞ to ∞.

I then turn this into
\(\int{A*e^{-jwt}dt}\) from T to ∞

I don't know how to proceed from here.
Thank you.
 
Last edited:

count_volta

Joined Feb 4, 2009
435
First of all, this is useful for you.



So the final result will just be the F transform of the unit step multiplied by e^-jωT

Then as far as doing the problem, take the A out of the integral and take the integral of the exponential. I'm sure you know how to do that. Integral of exponential is an exponential. Remember to do the substitution rule aka u = -jwt and du = -jw.

You get:

-A/jω [ e^-jωt] evaluated at t = infinity and t = T

I end up with A/jw * e^-jwT



I'm not sure where the delta function comes from, but I didn't get one.
 
Last edited:

t_n_k

Joined Mar 6, 2009
5,455
First of all, this is useful for you.



So the final result will just be the F transform of the unit step multiplied by e^-jωT

I'm not sure where the delta function comes from, but I didn't get one.
The first part about using the well-known shifting theorem is logical. Your derivation of the Fourier transform of the un-shifted step (Heaviside) function needs a little more careful thought. I suggest you Google "Fourier Transform of the Heaviside Function" to gain some further insights - particularly as to the origin of the delta function term.
 
Top