10/01 - Vectors & Functions: Difference between revisions

From Class Wiki
Jump to navigation Jump to search
Line 4: Line 4:
We could sample a continuous function every T seconds, creating a "bar graph".
We could sample a continuous function every T seconds, creating a "bar graph".


<math> f(t)= \sum_{i=0}^{N-1} f(i \cdot T) \cdot p(t - i \cdot T)</math>
<math> f(t)= \sum_{i=0}^{N-1} f(i T) \cdot p(t - i T)</math>
*<math> f (i \cdot T) </math> are the coefficients
*<math> f (i T) \,\!</math> are the coefficients
*<math> p(t - i \cdot T) </math> are the basis functions, where <math> p(t) \,\! </math> is a rectangle 1 unit high and T units wide
*<math> p(t - i T) \,\!</math> are the basis functions, where <math> p(t) \,\! </math> is a rectangle 1 unit high and T units wide


In an effort to make this more exact, will will continue to shrink the rectangle down to the Dirac Delta function, <math> \delta \,\!</math>
In an effort to make this more exact, will will continue to shrink the rectangle down to the Dirac Delta function, <math> \delta \,\!</math>

Revision as of 13:47, 9 November 2008

Vectors & Functions

  • How to related the vector v to the sampling?

We could sample a continuous function every T seconds, creating a "bar graph".

  • are the coefficients
  • are the basis functions, where is a rectangle 1 unit high and T units wide

In an effort to make this more exact, will will continue to shrink the rectangle down to the Dirac Delta function,

By using the Dirac Delta function the summation becomes an integral

Changing from one orthogonal Basis Functions to another

  • explain b_j