Skip to content Skip to navigation

Connexions

You are here: Home » Content » Haar Wavelet Basis

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 authors

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.

Haar Wavelet Basis

Module by: Roy Ha, Justin Romberg

Summary: This module gives an overview of wavelets and their usefulness as a basis in image processing. In particular we look at the properties of the Haar wavelet basis.

Introduction

Fourier series is a useful orthonormal representation on L 2 0T L 2 0 T especiallly for inputs into LTI systems. However, it is ill suited for some applications, i.e. image processing (recall Gibb's phenomena).

Wavelets, discovered in the last 15 years, are another kind of basis for L 2 0T L 2 0 T and have many nice properties.

Basis Comparisons

Fourier series - c n c n give frequency information. Basis functions last the entire interval.

Figure 1: Fourier basis functions
Figure 1 (fig1.png)

Wavelets - basis functions give frequency info but are local in time.

Figure 2: Wavelet basis functions
Figure 2 (fig2.png)

In Fourier basis, the basis functions are harmonic multiples of ω 0 t ω 0 t

Figure 3: basis=1T ω 0 nt basis 1 T ω 0 n t
Figure 3 (fig3.png)

In Haar wavelet basis, the basis functions are scaled and translated versions of a "mother wavelet" ψt ψ t .

Figure 4
Figure 4 (fig4.png)

Basis functions ψ j , k t ψ j , k t are indexed by a scale j and a shift k.

Let ,0t<T:φt=1 0 t T φ t 1 Then {φt2j2ψ2jt-k|jk= 0 , 1 , 2 , , 2 j - 1 } φ t 2 j 2 ψ 2 j t k j k 0 , 1 , 2 , , 2 j - 1 φ t 2 j 2 ψ 2 j t k

Figure 5
Figure 5 (fig5.png)
ψt=1if0t<T2-1if0T2<T ψ t 1 0 t T 2 -1 0 T 2 T (1)
Figure 6
Figure 6 (fig6.png)

Let ψ j , k t=2j2ψ2jt-k ψ j , k t 2 j 2 ψ 2 j t k

Figure 7
Figure 7 (fig7.png)

Larger jj → "skinnier" basis function, j=012 j 0 1 2 , 2j 2 j shifts at each scale: k= 0 , 1 , , 2 j - 1 k 0 , 1 , , 2 j - 1

Check: each ψ j , k t ψ j , k t has unit energy

Figure 8
Figure 8 (fig8.png)
ψ j , k 2tdt=1 ψ j , k ( t ) 2 =1 t ψ j , k t 2 1 ψ j , k ( t ) 2 1 (2)

Any two basis functions are orthogonal.

Figure 9: Integral of product = 0
Subfigure 9.1: Same scaleSubfigure 9.2: Different scale
Subfigure 9.1 (fig9a.png)Subfigure 9.2 (fig9b.png)

Also, ψ j , k φ ψ j , k φ span L 2 0T L 2 0 T

Haar Wavelet Transform

Using what we know about Hilbert spaces: For any ft L 2 0T f t L 2 0 T , we can write

Synthesis

ft=jk w j , k ψ j , k t+ c 0 φt f t j j k k w j , k ψ j , k t c 0 φ t (3)

Analysis

w j , k =0Tft ψ j , k tdt w j , k t 0 T f t ψ j , k t (4)
c 0 =0Tftφtdt c 0 t 0 T f t φ t (5)

note:

the w j , k w j , k are real
The Haar transform is super useful especially in image compression

Example 1

This demonstration lets you create a signal by combining Haar basis functions, illustrating the synthesis equation of the Haar Wavelet Transform. See here for instructions on how to use the demo.

Comments, questions, feedback, criticisms?

Send feedback