Skip to content Skip to navigation

Connexions

You are here: Home » Content » Orthonormal Bases in Real and Complex Spaces

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

Tags

(What is a tag?)

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

Orthonormal Bases in Real and Complex Spaces

Module by: Justin Romberg

Summary: This module defines the terms transpose, inner product, and Hermitian transpose and their use in finding an orthonormal basis.

Notation

Transpose operator AT A flips the matrix across it's diagonal. A=a11a12a21a22 A a 1 1 a 1 2 a 2 1 a 2 2 AT=a11a21a12a22 A a 1 1 a 2 1 a 1 2 a 2 2 Column i i of A A is row i i of AT A

Recall, inner product x= x 0 x 1 x n - 1 x x 0 x 1 x n - 1 y= y 0 y 1 y n - 1 y y 0 y 1 y n - 1 xTy= x 0 x 1 x n - 1 y 0 y 1 y n - 1 =xiyi=<y,x> x y x 0 x 1 x n - 1 y 0 y 1 y n - 1 i x i y i y x on n n

Hermitian transpose AH A , transpose and conjugate AH=AT¯ A A <y,x>=xHy=xiyi¯ y x x y i x i y i on n n

Now, let b0b1b n - 1 b 0 b 1 b n - 1 be an orthonormal basis for n n i,:i=01n-1<bi,bi>=1 i i 0 1 n 1 b i b i 1 ij <bi,bj>=bjHbi=0 i j b i b j b j b i 0

Basis matrix: B=b0b1b n - 1 B b 0 b 1 b n - 1 Now, BHB=b0Hb1Hb n - 1 Hb0b1b n - 1 =b0Hb0b0Hb1b0Hb n - 1 b1Hb0b1Hb1b1Hb n - 1 b n - 1 Hb0b n - 1 Hb1b n - 1 Hb n - 1 B B b 0 b 1 b n - 1 b 0 b 1 b n - 1 b 0 b 0 b 0 b 1 b 0 b n - 1 b 1 b 0 b 1 b 1 b 1 b n - 1 b n - 1 b 0 b n - 1 b 1 b n - 1 b n - 1

For orthonormal basis with basis matrix B B BH=B-1 B B ( BT=B-1 B B in n n ) BH B is easy to calculate while B-1 B is hard to calculate.

So, to find α 0 α 1 α n - 1 α 0 α 1 α n - 1 such that x= α i b i x i α i b i Calculate α=B-1xα=BHx α B x α B x Using an orthonormal basis we rid ourselves of the inverse operation.

Comments, questions, feedback, criticisms?

Send feedback