Fourier series - by Ray Betz: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 65: Line 65:
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.
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:
<math>x(t)=x(t+T)= \sum_{k=-\infty}^\infty \alpha_k e^ \frac {j 2 \pi k t}{T} = \sum_{k=-\infty}^\infty 1/T \int_{-\frac{T}{2}}^\frac{T}{2} x(u)e^ \frac {-j 2 \pi k u }{T} du e^ \frac {j 2 \pi k t}{T} </math>



example of limit in wiki
So,
<math> \lim_{x \to t}f(x)=L </math>
<math> \lim_{x \to \infty}x(t)= \int_{-\infty}^\infty (\int_{-\infty}^\infty x(u) e^{-j 2 \pi f u} du) e^{j 2 \pi f t} df</math>

From the above limit we define <math> x(t)</math> and <math> X(f) </math>.

<math> x(t) = \mathcal{F}^{-1}[X(f)] = \int_{-\infty}^\infty X(f) e^ {j 2 \pi f t} df</math>

<math> X(f) = \mathcal{F}^{-1}[x(t)] = \int_{-\infty}^\infty x(t) e^ {j 2 \pi f t} dt</math>

Revision as of 14:21, 20 October 2005

Fourier Series

If

  1. Dirichlet conditions are satisfied

then we can write

The above equation is called the complex fourier series. Given , we may determine by taking the inner product of with . Let us assume a solution for of the form . Now we take the inner product of with .

If then,

If then,

We can simplify the above two conclusion into one equation.

So, we may conclude

Orthogonal Functions

The function and are orthogonal on if and only if .

The set of functions are orthonormal if and only if .

Linear Systems

I may come back to this latter...

Fourier Series (indepth)

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

We will seperate x(t) into three parts; where is negative, zero, and positive.

Now, by substituting into the summation where is negative and substituting into the summation where is positive we get:

Recall that

If is real, then . Let us assume that is real.

Recall that Here is further clarification on this property

So, we may write:

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:


So,

From the above limit we define and .