Skip to content Skip to navigation

Connexions

You are here: Home » Content » Function Space

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • richb's DSP

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Function Space

Module by: Justin Romberg

Summary: This module gives an example on function space.

We can also find basis vectors for vector spaces other than n n .

Let PnPn be the vector space of n-th order polynomials on (-1, 1) with real coefficients (verify P2P2 is a v.s. at home).

Example 1

P2P2 = {all quadratic polynomials}. Let b0t=1 b0 t 1 , b1t=t b1 t t , b2t=t2 b2 t t 2 .

b0tb1tb2t b0 t b1 t b2 t span P2P2, i.e. you can write any ftP2 f t P2 as ft=α0b0t+α1b1t+α2b2t f t α0 b0 t α1 b1 t α2 b2 t for some αi αi .

Note:

P2P2 is 3 dimensional.
ft=t2-3t-4 f t t 2 3 t 4

Alternate basis b0tb1tb2t=1t123t2-1 b0 t b1 t b2 t 1 t 1 2 3 t 2 1 write ft f t in terms of this new basis d0t=b0t d0 t b0 t , d1t=b1t d1 t b1 t , d2t=32b2t-12b0t d2 t 3 2 b2 t 1 2 b0 t . ft=t2-3t-4=4b0t-3b1t+b2t f t t 2 3 t 4 4 b0 t 3 b1 t b2 t ft=β0d0t+β1d1t+β2d2t=β0b0t+β1b1t+β232b2t-12b0t f t β0 d0 t β1 d1 t β2 d2 t β0 b0 t β1 b1 t β2 3 2 b2 t 1 2 b0 t ft=β0-12b0t+β1b1t+32β2b2t f t β0 1 2 b0 t β1 b1 t 3 2 β2 b2 t so β0-12=4 β0 1 2 4 β1=-3 β1 -3 32β2=1 3 2 β2 1 then we get ft=4.5d0t-3d1t+23d2t f t 4.5 d0 t 3 d1 t 2 3 d2 t

Example 2

ω0nt|n=- n ω0 n t is a basis for L20T L2 0 T , T=2πω0 T 2 ω0 , ft=nCnω0nt f t n Cn ω0 n t .

We calculate the expansion coefficients with

"change of basis" formula

Cn=1T0Tft-ω0ntdt Cn 1 T t 0 T f t ω0 n t (1)

note:

There are an infinite number of elements in the basis set, that means L20T L2 0 T is infinite dimensional (scary!).
Infinite-dimensional spaces are hard to visualize. We can get a handle on the intuition by recognizing they share many of the same mathematical properties with finite dimensional spaces. Many concepts apply to both (like "basis expansion"). Some don't (change of basis isn't a nice matrix formula).

Comments, questions, feedback, criticisms?

Send feedback