ASN2 - Something Interesting: Exponential: Difference between revisions
Jump to navigation
Jump to search
Jodi.Hodge (talk | contribs) No edit summary |
Jodi.Hodge (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
To solve for the coefficients perform the dot product |
To solve for the coefficients perform the dot product |
||
<math> x2(t) \!</math> '''.''' <math> e^{\frac{ -j2 \pi mt}{T}} = \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}}e^{\frac{ -j2 \pi mt}{T}} =\sum_{n=0}^\infty a_n e^{\frac{ j2 \pi (n-m)t}{T}}=\sum_{n=0}^\infty a_n T \delta_{mn} \!</math> |
<math> x2(t) \!</math> '''.''' <math> e^{\frac{ -j2 \pi mt}{T}} = \int_{-\frac{T}{2}}^{\frac{T}{2}}\sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}}e^{\frac{ -j2 \pi mt}{T}} dt =\sum_{n=0}^\infty a_n \int_{-\frac{T}{2}}^{\frac{T}{2}} e^{\frac{ j2 \pi (n-m)t}{T}} dt =\sum_{n=0}^\infty a_n T \delta_{mn} \!</math> |
Revision as of 08:13, 3 December 2009
Fourier Series
Using cosine to represent the basis functions
Using an exponential to represent basis functions
To solve for the coefffients the solutions for both are almost identical. The benefit of using the eponetialinstead of cosine is that mathematical it is simplier for solving.
To solve for the coefficients perform the dot product
.