MATH 414 Lecture 27

From Notes
Jump to navigation Jump to search

« previous | Wednesday, March 26, 2014 | next »


Wavelets

Haar scaling function: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \phi(x) = \begin{cases} 1 & x \in [0,1) \\ 0 & \mbox{otherwise} \end{cases}}

Shifts: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \phi(x-k)}

"Sampling" spaces

  • Integers: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle V_0 = \left\{ f \in L^2 ~\mid~ f\ \mbox{is constant on}\ k \le x < k+1, k \in \mathbb{Z} \right\}} (sampling interval has unit length 1)
  • Half-Integers: (sampling interval has length )
  • (sampling interval has length )
Note: As increases, the "sampling" occurs at finer scales.


Properties

The following 5 properties institute a multi-resolution analysis.

Definition: The 's are called approximation spaces (or scaling spaces)

Nesting

Theorem. [Nesting.] The spaces are nested:

Proof by induction. .

If , then is constant on . This implies that is constant on and on . Hence

The hypothesis follows by induction on .

quod erat demonstrandum


Density

One can approximate any in arbitrarily well by functions in if is large enough.


Separation

Orthonormal Basis

Theorem. The set is an orthonormal basis for

Proof. We know from last time that

If we let , then

quod erat demonstrandum


Scaling Property

if and only if



We know if , then (nesting).

Let Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_k^j = 2^{ \frac{j}{2} } \, \left\langle \phi \left( 2^j \, \left( \cdot \right) - k \right), f \right\rangle_{L^2}}

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} a_k^j &= 2^j \int_{-\infty}^\infty \phi \left( 2^j \, x - k \right) \, f(x) \,\mathrm{d}x \\ &= 2^j \, \int_{2^{-j}\,k}^{2^{-j}\,(k+1)} \, f(x) \, \,\mathrm{d}x \\ &= \frac{1}{2^{-j}} \, \int_{2^{-j}\,k}^{2^{-j}\,(k+1)} \, f(x) \, \,\mathrm{d}x \end{align}}

This integral represents the average value [1] over the interval Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left[ 2^{-j} \, k, 2^{-j} \, (k+1) \right)}


Footnotes

  1. Average value of function Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle f \right\rangle} given by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\langle f \right\rangle = \frac{1}{b-a} \, \int_a^b f(x) \,\mathrm{d}x} .