ASN2 - Something Interesting: Exponential

From Class Wiki
Revision as of 22:52, 13 December 2009 by Jodi.Hodge (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 cos(2πntT) .

Where the Fourier series is x1(t)=n=0ancos(2πntT)

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

x2(t)=n=0anej2πntT

To solve a Fourier series equation for the coefffients an using the above expressions result in similar solutions but using the eponetial basis function is simplier to solving. To find the coefficients perform the dot product ' . ' as follows.

Using exponential basis function

x2(t) . ej2πmtT=T2T2n=0anej2πntTej2πmtTdt=n=0anT2T2ej2π(nm)tTdt=n=0anδmn

Then the result is

am=T2T2x2(t)ej2πmtTdt

Using cosine basis function

x1(t) . cos(2πmtT)=T2T2n=0ancos(2πntT)cos2πmtTdt At this point you should use a trig identity

applying this trig identity gives

12n=0anT2T2cos(j2π(nm)tT)cos(j2π(n+m)tT)dt=12n=0anTδmn

Then the result is

am=T2T2x1(t)cos(2πmtT)dt