Fourier series - by Ray Betz: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
SDiver (talk | contribs)
SDiver (talk | contribs)
Line 39: Line 39:
Let us say we have a Linear time Invarient System, where <math> x(t) </math> is the input and <math> y(t) </math> is the output.  What outputs do we get as we put different inputs into this system?   
Let us say we have a Linear time Invarient System, where <math> x(t) </math> is the input and <math> y(t) </math> is the output.  What outputs do we get as we put different inputs into this system?   


[[Image:Linear_System.jpg]]
[[Image:system.jpg]]
 
{| style="width:400px; height:200px" border="1"
|-
| abc
| def
| ghi
|- style="height:100px"
| jkl
| style="width:200px" |mno
| pqr
|-
| stu
| vwx
| yz
|}


'''INPUT'''                          '''OUTPUT'''                        '''REASON'''
'''INPUT'''                          '''OUTPUT'''                        '''REASON'''

Revision as of 17:50, 25 October 2005

Fourier Series

If

  1. x(t)=x(t+T)
  2. Dirichlet conditions are satisfied

then we can write

x(t)=k=αkej2πktT

The above equation is called the complex fourier series. Given x(t), we may determine αk by taking the inner product of αk with x(t). Let us assume a solution for αk of the form ej2πntT. Now we take the inner product of αk with x(t). <αk|x(t)>=<ej2πntT|k=αkej2πktT> =T2T2x(t)ej2πntTdt =T2T2k=αkej2πktTej2πntTdt =k=αkT2T2ej2π(kn)tTdt

If k=n then,

T2T2ej2π(kn)tTdt=T2T21dt=T

If kn then,

T2T2ej2π(kn)tTdt=0

We can simplify the above two conclusion into one equation.

k=αkT2T2ej2π(kn)tTdt=k=Tδk,nαk=Tαn

So, we may conclude αn=1TT2T2x(t)ej2πntTdt

Orthogonal Functions

The function yn(t) and ym(t) are orthogonal on (a,b) if and only if <yn(t)|ym(t)>=abyn*(t)ym(t)dt=0.

The set of functions are orthonormal if and only if <yn(t)|ym(t)>=abyn*(t)ym(t)dt=δm,n.

Linear Systems

Let us say we have a Linear time Invarient System, where x(t) is the input and y(t) is the output. What outputs do we get as we put different inputs into this system?

File:System.jpg

abc def ghi
jkl mno pqr
stu vwx yz

INPUT OUTPUT REASON

δ(t) h(t) Given

Fourier Series (indepth)

I would like to take a closer look at αk in the Fourier Series. Hopefully this will provide a better understanding of αk.

We will seperate x(t) into three parts; where αk is negative, zero, and positive. x(t)=k=αkej2πktT=k=1αkej2πktT+α0+k=1αkej2πktT

Now, by substituting n=k into the summation where k is negative and substituting n=k into the summation where k is positive we get: k=1αnej2πntT+α0+k=1αnej2πntT

Recall that αn=1TT2T2x(u)ej2πntTdt

If x(t) is real, then αn*=αn. Let us assume that x(t) is real.

x(t)=α0+n=1(αnej2πntT+αn*ej2πntT)

Recall that y+y*=2Re(y) Here is further clarification on this property

So, we may write:

x(t)=α0+n=12Re(αnej2πntT)

Fourier Transform

Fourier transforms emerge because we want to be able to make Fourier expressions of non-periodic functions. We can take the limit of those non-periodic functions to get a fourier expression for the function.

Remember that: x(t)=x(t+T)=k=αkej2πktT=k=1/TT2T2x(u)ej2πkuTduej2πktT


So, limxx(t)=(x(u)ej2πfudu)ej2πftdf

From the above limit we define x(t) and X(f).

x(t)=1[X(f)]=X(f)ej2πftdf

X(f)=1[x(t)]=x(t)ej2πftdt

We can take the derivitive of x(t) and then put in terms of the reverse fourier transform.

dxdt=j2πfX(f)ej2πftdf=1[j2πfX(f)]

What happens if we just shift the time of x(t)?

x(tt0)=X(f)ej2πf(tt0)df=ej2πft0X(f)ej2πftdf=1[ej2πft0X(f)]

In the same way, if we shift the frequency we get:

X(ff0)=x(t)ej2π(ff0)tdt=ej2πtf0x(t)ej2πftdf=[ej2πtf0x(t)]

What would be the Fourier transform of cos(2/pif0t)x(t)?


<