Fourier Transform Properties

From Class Wiki
Revision as of 15:09, 31 October 2009 by Nicholas.Christman (talk | contribs)
Jump to navigation Jump to search

Some properties to choose from if you are having difficulty....

Max Woesner

1. Find [cos(w0t)g(t)]
Recall w0=2πf0, so [cos(w0t)g(t)]=[cos(2πf0t)g(t)]=cos(2πf0t)g(t)ej2πftdt
Also recall cos(θ)=12(ejθ+ejθ),so cos(2πf0t)g(t)ej2πftdt=12[ej2πf0t+ej2πf0t]g(t)ej2πftdt
Now 12[ej2πf0t+ej2πf0t]g(t)ej2πftdt=12ej2π(ff0)tg(t)dt+12ej2π(f+f0)tg(t)dt=12G(ff0)+12G(f+f0)
So [cos(w0t)g(t)]=12[G(ff0)+G(f+f0)]


reviewed by Joshua Sarris


2. Find [g(t)h*(t)dt]
Recall g(t)=1[G(f)]=G(f)ej2πftdf
Similarly, h(t)=1[H(f)]=H(f)ej2πftdf
So [g(t)h*(t)dt]=G(f')ej2πf'tdf'(H(f')ej2πf'tdf')*dt
Now G(f')ej2πf'tdf'(H(f')ej2πf'tdf')*dt=G(f')H*(f')ej2π(f'f')tdtdf'df'

Note that ej2π(f'f')tdt=δ(f'f')

So [g(t)h*(t)dt]=G(f)H*(f)df

-- I was going to make a comment on the delta identity, but after looking at it closer I think it is fine. Good job!

Reviewed by Nick Christman


Nick Christman

Note: After scratching my head for a couple of hours, I decided that I would try a different Fourier Property. In fact, I chose a property that would need to be defined in order to show my second property.

1. Find [g(t)ej2πf0t]

This is a fairly straightforward property and is known as complex modulation

[g(t)ej2πf0t]=[g(t)ej2πf0t]ej2πftdt

Combining terms, we get:

[g(t)ej2πf0t]=g(t)ej2π(ff0)tdt

But this is simply G(f) where f=ff0. Therefore,

[g(t)ej2πf0t]=G(ff0)

        • PLEASE ENTER PEER REVIEW HERE ****

2. Using the above definition of complex modulation and the definition from class of a time delay (a.k.a "the slacker function"), I will show a hybrid of the two:

[g(tt0)ej2πf0t]=[g(tt0)ej2πf0t]ej2πftdt

Rearranging terms we get:

[g(t)ej2πf0t]=g(tt0)ej2π(ff0)tdt

Now lets make the substitution λ=tt0t=λ+t0.
This leads us to:

[g(t)ej2πf0t]=g(λ)ej2π(ff0)(λ+t0dt

After some simplification and rearranging terms, we get:

\int_{- \infty}^{\infty} g(\lambda )e^{-j2 \pi (f-f_{0})(\lambda + t_{0}} \,dt = \int_{- \infty}^{\infty} g(\lambda )e^{-j2 \pi (f-f_{0})\lambda} e^-j2 \pi (f-f_{0})t_{0}} \,dt

We know that the exponential in terms of t0 is simply a constant and because of the Fourier Property of complex modualtion, we finally get:

[g(t)ej2πf0t]=G(ff0)ej2π(ff0)t0

        • PLEASE ENTER PEER REVIEW HERE ****

Joshua Sarris

Find [sin(w0t)g(t)]


Recall w0=2πf0,

so expanding we have,

[sin(w0t)g(t)]=[sin(2πf0t)g(t)]=sin(2πf0t)g(t)ej2πftdt

Also recall sin(θ)=1j2(ejθejθ),

so we can convert to exponentials.

sin(2πf0t)g(t)ej2πftdt=1j2[ej2πf0tej2πf0t]g(t)ej2πftdt

Now integrating gives us,

1j2[ej2πf0tej2πf0t]g(t)ej2πftdt=1j2ej2π(ff0)tg(t)dt12ej2π(f+f0)tg(t)dt=1j2G(ff0)1j2G(f+f0)


So we now have the identity,

[sin(w0t)g(t)]=1j2[G(ff0)G(f+f0)]

or rather

[sin(w0t)g(t)]=12j[G(f+f0)+G(ff0)]

Reviewed by Max