ASN2 - Something Interesting: Exponential: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Jodi.Hodge (talk | contribs)
No edit summary
Jodi.Hodge (talk | contribs)
No edit summary
Line 2: Line 2:


Using cosine to represent the basis functions
Using cosine to represent the basis functions
<math> x(t)= \sum_{n=0}^\infty a_n cos(\frac{ 2 \pi mt}{T}) \!</math>
<math> x(t)= \sum_{n=0}^\infty a_n cos(\frac{ 2 \pi nt}{T}) \!</math>


Using an exponential to represent basis functions
Using an exponential to represent basis functions
<math> x(t)= \sum_{n=0}^\infty a_n e^(\frac{ j2 \pi mt}{T}) \!</math>
<math> x(t)= \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}} \!</math>
 
To obtain the coefffients <math>a_n</math> the solutions are almost identical. The benefit of using the eponetial funtion is that mathematical it is simplier for solving than using the cosine function.

Revision as of 07:50, 3 December 2009

Fourier Series

Using cosine to represent the basis functions x(t)=n=0ancos(2πntT)

Using an exponential to represent basis functions x(t)=n=0anej2πntT

To obtain the coefffients an the solutions are almost identical. The benefit of using the eponetial funtion is that mathematical it is simplier for solving than using the cosine function.