Skip to content Skip to navigation

Connexions

You are here: Home » Content » Orthonormal Basis Expansions

Navigation

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.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • OrangeGrove display tagshide tags

    This module is included inLens: Florida Orange Grove Textbooks
    By: Florida Orange GroveAs a part of collection:"Signals and Systems"

    Click the "OrangeGrove" link to see all content affiliated with them.

    Click the tag icon tag icon to display tags associated with this content.

Also in these lenses

  • richb's DSP display tagshide tags

    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.

    Click the tag icon tag icon to display tags associated with this content.

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.

Orthonormal Basis Expansions

Module by: Michael Haag, Justin Romberg. E-mail the authors

User rating (How does the rating system work?)
Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

:
(0 ratings)

Summary: The module looks at decomposing signals through orthonormal basis expansion to provide an alternative representation. The module presents many examples of solving these problems and looks at them in several spaces and dimensions.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

Main Idea

When working with signals many times it is helpful to break up a signal into smaller, more manageable parts. Hopefully by now you have been exposed to the concept of eigenvectors and there use in decomposing a signal into one of its possible basis. By doing this we are able to simplify our calculations of signals and systems through eigenfunctions of LTI systems.

Now we would like to look at an alternative way to represent signals, through the use of orthonormal basis. We can think of orthonormal basis as a set of building blocks we use to construct functions. We will build up the signal/vector as a weighted sum of basis elements.

Example 1

The complex sinusoids 1T ω 0 nt 1 T ω 0 n t for all -<n< n form an orthonormal basis for L 2 0T L 2 0 T .

In our Fourier series equation, ft=n=- c n ω 0 nt f t n c n ω 0 n t , the c n c n are just another representation of ft f t .

Note:

For signals/vectors in a Hilbert Space, the expansion coefficients are easy to find.

Alternate Representation

Recall our definition of a basis: A set of vectors b i b i in a vector space S S is a basis if

  1. The b i b i are linearly independent.
  2. The b i b i span S S. That is, we can find α i α i , where α i α i (scalars) such that
    x,xS:x=i α i b i x x S x i α i b i (1)
    where xx is a vector in S S, αα is a scalar in , and b b is a vector in S S.

Condition 2 in the above definition says we can decompose any vector in terms of the b i b i . Condition 1 ensures that the decomposition is unique (think about this at home).

Note:

The α i α i provide an alternate representation of xx.

Example 2

Let us look at simple example in 2 2 , where we have the following vector: x= 12 x 1 2 Standard Basis: e0e1 = 10T01T e 0 e 1 1 0 0 1 x=e0+2e1 x e 0 2 e 1 Alternate Basis: h0h1 = 11T1-1T h 0 h 1 1 1 1 -1 x=32h0+-12h1 x 3 2 h 0 -1 2 h 1

In general, given a basis b0b1 b 0 b 1 and a vector x 2 x 2 , how do we find the α 0 α 0 and α 1 α 1 such that

x= α 0 b0+ α 1 b1 x α 0 b 0 α 1 b 1 (2)

Finding the Alphas

Now let us address the question posed above about finding α i α i 's in general for 2 2 . We start by rewriting Equation 2 so that we can stack our bi b i 's as columns in a 2×2 matrix.

x= α 0 b0+ α 1 b1 x α 0 b 0 α 1 b 1 (3)
x=b0b1 α 0 α 1 x b 0 b 1 α 0 α 1 (4)

Example 3

Here is a simple example, which shows a little more detail about the above equations.

x0x1= α 0 b 0 0 b 0 1+ α 1 b 1 0 b 1 1= α 0 b 0 0+ α 1 b 1 0 α 0 b 0 1+ α 1 b 1 1 x 0 x 1 α 0 b 0 0 b 0 1 α 1 b 1 0 b 1 1 α 0 b 0 0 α 1 b 1 0 α 0 b 0 1 α 1 b 1 1 (5)
x0x1= b 0 0 b 1 0 b 0 1 b 1 1 α 0 α 1 x 0 x 1 b 0 0 b 1 0 b 0 1 b 1 1 α 0 α 1 (6)

Simplifying our Equation

To make notation simpler, we define the following two items from the above equations:

  • Basis Matrix: B= b0b1 B b 0 b 1
  • Coefficient Vector: α= α 0 α 1 α α 0 α 1
This gives us the following, concise equation:
x=Bα x B α (7)
which is equivalent to x=i=01 α i bi x i 1 0 α i b i .

Example 4

Given a standard basis, 1001 1 0 0 1 , then we have the following basis matrix: B=0110 B 0 1 1 0

To get the α i α i 's, we solve for the coefficient vector in Equation 7

α=B-1x α B x (8)
Where B-1 B is the inverse matrix of BB.

Examples

Example 5

Let us look at the standard basis first and try to calculate α α from it. B=1001=I B 1 0 0 1 I Where II is the identity matrix. In order to solve for α α let us find the inverse of BB first (which is obviously very trivial in this case): B-1=1001 B 1 0 0 1 Therefore we get, α=B-1x=x α B x x

Example 6

Let us look at a ever-so-slightly more complicated basis of 111-1=h0h1 1 1 1 -1 h 0 h 1 Then our basis matrix and inverse basis matrix becomes: B=111-1 B 1 1 1 -1 B-1=121212-12 B 1 2 1 2 1 2 -1 2 and for this example it is given that x=32 x 3 2 Now we solve for α α α=B-1x=121212-1232=2.50.5 α B x 1 2 1 2 1 2 -1 2 3 2 2.5 0.5 and we get x=2.5h0+0.5h1 x 2.5 h 0 0.5 h 1

Exercise 1

Now we are given the following basis matrix and xx: b0b1=1230 b 0 b 1 1 2 3 0 x=32 x 3 2 For this problem, make a sketch of the bases and then represent xx in terms of b0 b 0 and b1 b 1 .

Solution

In order to represent xx in terms of b0 b 0 and b1 b 1 we will follow the same steps we used in the above example. B=1230 B 1 2 3 0 B-1=01213-16 B 0 1 2 1 3 -1 6 α=B-1x=123 α B x 1 2 3 And now we can write xx in terms of b0 b 0 and b1 b 1 . x=b0+23b1 x b 0 2 3 b 1 And we can easily substitute in our known values of b0 b 0 and b1 b 1 to verify our results.

Note:

A change of basis simply looks at xx from a "different perspective." B-1 B transforms xx from the standard basis to our new basis, b0b1 b 0 b 1 . Notice that this is a totally mechanical procedure.

Extending the Dimension and Space

We can also extend all these ideas past just 2 2 and look at them in n n and n n . This procedure extends naturally to higher (> 2) dimensions. Given a basis b0b1b n 1 b 0 b 1 b n 1 for n n , we want to find α 0 α 1 α n 1 α 0 α 1 α n 1 such that

x= α 0 b0+ α 1 b1++ α n 1 b n 1 x α 0 b 0 α 1 b 1 α n 1 b n 1 (9)
Again, we will set up a basis matrix B= b0b1b2b n 1 B b 0 b 1 b 2 b n 1 where the columns equal the basis vectors and it will always be an n×n matrix (although the above matrix does not appear to be square since we left terms in vector notation). We can then proceed to rewrite Equation 7 x=b0b1b n 1 α 0 α n 1 =Bα x b 0 b 1 b n 1 α 0 α n 1 B α and α=B-1x α B x

Content actions

Give Feedback:

E-mail the module authors | Rate module ( How does the rating system work?)

Rating system

Ratings

Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

How to rate a module

Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

(0 ratings)

Download:

Add module to:

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 (?)

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.

What are tags? tag icon

Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

| External bookmarks