ASN2 - Something Interesting: Exponential: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




Here's an demonstration of using the expontential function in an Fourier Series example.
Fourier Series


One way of representing a basis function is with cosine.
Using cosine to represent the basis functions
<math> x1(t)= \sum_{n=0}^\infty a_n cos(\frac{ 2 \pi nt}{T}) \!</math>
<math> x1(t)= \sum_{n=0}^\infty a_n cos(\frac{ 2 \pi nt}{T}) \!</math>


However, a more convient way is using an exponential funtion.
Using an exponential to represent basis functions
<math> x1(t)= \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}} \!</math>
<math> x1(t)= \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}} \!</math>



Revision as of 20:54, 13 December 2009

Back to my Home Page


Here's an demonstration of using the expontential function in an Fourier Series example.

One way of representing a basis function is with cosine.

However, a more convient way is using an exponential funtion.

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 do the dot product ' . ' of the basis function and


.

Then


. At this point you should use a trig identity

applying this trig identity gives

Then