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.
Here's an demonstration of using the expontential function in a Fourier Series example.


One way of representing a basis function is with cosine.
One way of representing a basis function is with cosine <math> cos(\frac{ 2 \pi nt}{T}) \!</math>
.
<math> x1(t)= \sum_{n=0}^\infty a_n cos(\frac{ 2 \pi nt}{T}) \!</math>
Where the Fourier series is <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.
However, a more convient way is using an exponential funtion <math> e^{\frac{ j2 \pi nt}{T}} \!</math>.
<math> x1(t)= \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}} \!</math>


<math> x2(t)= \sum_{n=0}^\infty a_n e^{\frac{ j2 \pi nt}{T}} \!</math>
To solve for the coefffients <math> a_n \!</math> 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 a Fourier series equation for the coefffients <math> a_n \!</math> using the above expressions result in similar solutions. The perfered method of solving is to use the eponetial basis function because for is that mathematical it is simplier for solving.
To solve for the coefficients do the dot product ' '''.''' ' of the basis function and <math> x(t) \!</math>

The procedure to solve for the coefficients is to perform the dot product ' '''.''' ' operation of the basis function with <math> x(t) \!</math>





Revision as of 21:10, 13 December 2009

Back to my Home Page


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

One way of representing a basis function is with cosine . Where the Fourier series is

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

To solve a Fourier series equation for the coefffients using the above expressions result in similar solutions. The perfered method of solving is to use the eponetial basis function because for is that mathematical it is simplier for solving.

The procedure to solve for the coefficients is to perform the dot product ' . ' operation of the basis function with


.

Then


. At this point you should use a trig identity

applying this trig identity gives

Then