Fourier Transform Property review: Difference between revisions
Jump to navigation
Jump to search
Max.Woesner (talk | contribs) No edit summary |
Max.Woesner (talk | contribs) No edit summary |
||
Line 54: | Line 54: | ||
So we now have the identity,<br> |
So we now have the identity,<br> |
||
<math>\mathcal{F}[sin(w_0t)g(t)] = \frac{1}{j2}[G(f-f_0)- G(f+f_0)]\!</math><br> |
<math>\mathcal{F}[sin(w_0t)g(t)] = \frac{1}{j2}[G(f-f_0)- G(f+f_0)]\!</math><br> |
||
Or rather <br> |
|||
<math>\mathcal{F}[sin(w_0t)g(t)] = \frac{1}{2}j[G(f-f_0)+ G(f+f_0)]\!</math> |
Revision as of 18:55, 20 October 2009
Max Woesner
Homework #5 - Reveiew a Fourier Transform Property
Joshua Sarris derived the following Fourier Transform Property here for Homework #4.
Find
Recall
,
so expanding we have,
Also recall ,
so we can convert to exponentials.
Now integrating gives us,
So we now have the identity,
orr rather
My Review
Josh, Josh, it appears that you copied my code and forgot to change some necessary elements so it is works for your equation, such as the cosines on lines 4, 11, and 13.
Also, you forgot a in the second term of the second equation on line 9, and your identity for has a sign error. It should be:
The derivation should be as follows.
Find
Recall ,
so expanding we have,
Also recall ,
so we can convert to exponentials.
Now integrating gives us,
So we now have the identity,
Or rather