10/01 - Vectors & Functions

From Class Wiki
Jump to navigation Jump to search

Vectors & Functions

  • How to related the vector v to the sampling?

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

f(t)=i=0N1f(iT)coefficientsp(tiT)basisfunctions

  • Where p(t) 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, δ

  • δ(x)={+,x=00,x0
  • δ(x)dx=1.

By using the Dirac Delta function the summation becomes an integral

f(t)=f(u)δ(tu)du

Changing from one orthogonal Basis Functions to another

If you have a vector v^=j=13aja^j and wish to change it to v^=j=13bjb^j

  • Working from the a^ basis set:
v^b^m=j=13aja^jb^m=j=13aj(a^jb^m)projofa^jonb^m
  • Working from the b^ basis set:

v^b^m=j=13bjb^jb^m=j=13aj(a^jb^m)projofa^jonb^m=j=13ajkmδmj=kmj=13ajδmj=j=13amkm Define km=|a^m|2

  • Why?
  • How did you get the last two lines of the last page?
  • What does the b^m represent, say compared to b^j?