10/01 - Vectors & Functions: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Vectors & Functions== *I'm not sure what my moodle log on is :( 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...) |
No edit summary |
||
Line 1: | Line 1: | ||
==Vectors & Functions== |
==Vectors & Functions== |
||
*I'm not sure what my moodle log on is :( |
*I'm not sure what my moodle log on is :( |
||
*How to related the vector v to the sampling? |
|||
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". |
||
Line 6: | Line 7: | ||
<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 \cdot T) \cdot p(t - i \cdot T)</math> |
||
*<math> f (i \cdot T) </math> are the coefficients |
*<math> f (i \cdot T) </math> are the coefficients |
||
*<math> p(t - i \cdot T) </math> are the basis functions |
*<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 |
||
In an effort to make this more exact, will will continue to shrink the rectangle down to the Dirac Delta function, <math> \delta \,\!</math> |
|||
*<math>\delta(x) = \begin{cases} +\infty, & x = 0 \\ 0, & x \ne 0 \end{cases}</math> |
|||
*<math>\int_{-\infty}^\infty \delta(x) \, dx = 1.</math> |
Revision as of 16:12, 6 November 2008
Vectors & Functions
- I'm not sure what my moodle log on is :(
- 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,