« previous | Friday, March 28, 2014 | next »
Last Time
Haar Multi-Resolution Analysis (MRA)


Properties
Nesting
Note:
,
— there are functions in
that are not in
.
Density
Separation
Scaling
if and only if
Orthonormal Basis
is an orthonormal basis for
Haar Function Decomposition
Two Bases
,
is orthogonal
can be defined as
(where)
Haar:
We know
. What is
?
Question: How are the
's and
's related?
Theorem.
is the average of its "double" term and the odd that follows it:
Proof. In the arbitary sense, projection in any vector space is given by:
In this case,
Recall the scaling relation:
Plugging this back into our integral gives
quod erat demonstrandum
Example
What's
?





for
or 
Hence
- if
, then 
- if
, then 
- If
, then 
- if
, then 
Then the function
is given by
is just the projection of
onto the space
Wavelet Spaces
and
We saw that ,given
, we can find
We know
is orthogonal to
(it cannot possibly be in
unless
)
What is
?

is an open secret... it stands for "wavelet"
Let
What is a basis for
?
We'll work with
,
,
this means that
, BUT
. Therefore 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 w_j = 2 \phi(2x) - \phi(2x) - \phi(2x-1) = \phi(2x) - \phi(2x-1)}
Now 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 w_0 \in V_1}
and 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 \not\in V_0}
.
This is our wavelet 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 \psi(x)}
! (thunderous applause)
We can show that
is an orthonormal basis for 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 W_j}
.
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 w_j \in W_j}
, then
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} w_j (x) &= \sum_{k=-\infty}^\infty b_k^j \, \psi \left( 2^j \, x - k \right) \\ b_k^j &= 2^j \, \int_{-\infty}^{\infty} \psi \left( 2^j \, x - k \right) \,\mathrm{d}x \end{align}}
where 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 b_k^j}
is the level.
Theorem. 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_{j-1} \subset V_j}
, 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_j = V_{j-1} \oplus^\perp W_{j-1}}
If 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 f_j \in V_j}
, then
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} \mathrm{proj}_{W_{j-1}}{ \left( f_j \right) } &= \sum_{k = -\infty}^\infty b_k^{j-1} \, \psi \left( 2^{j-1} \, x - k \right) \\ b_k^{j-1} &= \frac{1}{2} \, \left( a_{2k}^j - a_{2k+1}^j \right) a_k^{j-1} &= \frac{1}{2} \, \left( a_{2k}^j + a_{2k+1}^j \right) \end{align}}
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 b_k^{j-1}}
gives the details, and 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-1}}
provides smoothing.
quod erat demonstrandum