next up previous
Next: Wavelet Functions Up: wavelets Previous: Haar Wavelets

Scaling Functions

Consider a set of functions

\begin{displaymath}\varphi_{j,k}(t)=2^{j/2}\varphi(2^j t-k) \end{displaymath}

where the specific function $\varphi(t)$ is to be determined later. These functions have two integer subscripts or parameters $j$ and $k$:

Replacing $j$ in the equation above by $j+1$, we get:

\begin{displaymath}
\varphi_{j+1,k}(t)=2^{(j+1)/2}\varphi(2^{j+1} t-k)=\sqrt{2} 2^{j/2}\varphi_{j,k}(2t-k)
\end{displaymath}

indicating how a function $\varphi_{j+1,k}(t)$ at the $(j+1)th$ level is related to the corresponding function $\varphi_{j,k}(t)$ at the $jth$ level.

Corresponding to a specific index $j_0$, a subset of functions $\varphi_{j,k}\vert _{j=j_0}=\varphi_{j_0,k}$ spans a function space $V_{j_0}$. In general, there are many such functions spaces: $\cdots, V_{-1}, V_0, V_1, \cdots$.

If a family of functions $\varphi_{j,k}(t)$ satisfy the follow requirements, they become a set of basis functions that span a function space, so that a given function $x(t)$ can be represented as a linear combination of these bases:

\begin{displaymath}x(t)=\sum_j \sum_k c_{j,k} \varphi_{j,k}(t) \end{displaymath}

Functions satisfying these requirements are called scaling functions. As the basis functions, a subset of scaling functions $\varphi_{j,k}$ with a certain scale $j$ can only represent a function $x(t)$ up to a certain level of details corresponding to the scale of the bases. All details in $x(t)$ finer than the limit of the scales of $\varphi_{j,k}$ are lost. However, such details can be better represented by the basis functions of the next higher scale $\varphi_{j+1,k}$. In general, space $V_{j+1}$ contains all functions representable in $V_j$, as well as those functions with more details not representable in $V_j$, i.e., $V_j \subset V_{j+1}$, and a function can always be more precisely represented by increasing the scales (the parameter $j$) of the bases.

wavelet_0.gif

Note: The nested relations between the sequence of subspaces shown above is closely related to the Gaussian-Laplacian pyramid discussed earlier. Essentially they both state that a signal can be decomposed into a set of components each representing details of different levels contained in the signal. The images in the Laplacian pyramid correspond to the subspaces $W_j$ as they both represent the difference between two consecutive levels of details.

The basis functions $\varphi_{j,k}(t)$ are themselves members of the space $V_j$ they span as well as all the super-spaces:

\begin{displaymath}\varphi_{j,k}(t) \in V_j \subset V_{j+1} \subset \cdots \end{displaymath}

And they can be expanded in the space $V_{j+1}$ of next higher scale with doubled resolution:

\begin{displaymath}\varphi_{j,k}(t) =\sum_l h_{\varphi}[l] \varphi_{j+1,l}(t)
=\sum_l h_{\varphi}[l] 2^{(j+1)/2} \varphi(2^{j+1}t-l)
\end{displaymath}

where $h_{\varphi}$ are called scaling functions coefficients. Usually we let $j=0$ and drop the subscripts $j$ and $k$ to indicate that any scaling function $\varphi_j(t)$ can be expressed as a linear combination of the basis scaling functions $\varphi_{j+1,k}(t)$ of the space with the next higher resolution:

\begin{displaymath}\varphi(t)=\sum_l h_{\varphi}[l]\sqrt{2} \varphi(2t-l) \end{displaymath}

This is called refinement, dilation or MRA (multiresolution analysis) equation.

wavelet_form_1.gif

The first 4 panels show the scaling functions: $\varphi(t)=\varphi_{0,0}(t)$, $\varphi_{0,1}(t)=\varphi(t-1)$, $\varphi_{1,0}(t)=\sqrt{2}\varphi(2t)$, and $\varphi_{1,1}(t)=\sqrt{2}\varphi(2t-1)$, The 5th panel shows a function in space $V_1$ spanned by $\varphi_{1,k}(t)$. The 6th panel shows $\varphi_{0,0}(t)$ as a special function in space $V_1$.

Example: The Haar scaling function at level $j=0$ is defined as a square pulse of unit width and unit height:

\begin{displaymath}\varphi(t)=\varphi_{0,0}(t)=\left\{ \begin{array}{ll}1 & 0\le t < 1 \\
0 & \mbox{otherwise} \end{array} \right. \end{displaymath}

Scaling function $\varphi(t)$ together with its shifted versions $\varphi_{0,k}(t)=\varphi(t-k),\;(k>0)$ form a set of basis functions that span the space $V_0$. The scaling functions of higher scales ($j>0$) for higher resolutions (for signal details) can be obtained by

\begin{displaymath}\varphi_{j,k}(t)=2^{j/2}\varphi(2^j t-k) \end{displaymath}

For example, when $j=1$, we have

\begin{displaymath}\varphi_{1,k}(t)=\sqrt{2}\varphi(2t-k) \end{displaymath}

A given function $x(t)$ can be expanded as a linear combination of these scaling (basis) functions:

\begin{displaymath}x(t)=0.5\varphi_{1,0}(t)+\varphi_{1,1}(t)-0.25\varphi_{1,4}(t) \end{displaymath}

This is shown in panel 5 of the figure above.

Moreover, the Haar scaling functions in space $V_0$ are also functions in space $V_1$ and they can be expressed as a linear combination of the basis functions $\varphi_{1,k}(t)$:

\begin{displaymath}\varphi_{0,k}(t)=\frac{1}{\sqrt{2}}\varphi_{1,2k}(t)
+\frac{1}{\sqrt{2}}\varphi_{1,2k+1}(t) \end{displaymath}

This is shown in panel 6 of the figure above. In particular,

\begin{displaymath}
\varphi_{0,0}(t)=\frac{1}{\sqrt{2}}\varphi_{1,0}(t)+\frac{1}{\sqrt{2}}\varphi_{1,1}(t)
\end{displaymath}

But as

\begin{displaymath}\varphi_{1,0}(t)=\sqrt{2}\varphi_{0,0}(2t),\;\;\;\;
\varphi_{1,1}(t)=\sqrt{2}\varphi_{0,0}(2t-1) \end{displaymath}

the above can be written as

\begin{displaymath}\varphi(t)=\varphi_{0,0}(t)=h_{\varphi}[0]\sqrt{2}\varphi_{0,...
...0,0}(2t-1)
=\sum_{l=0}^1 h_{\varphi}[l] \sqrt{2}\varphi(2t-l) \end{displaymath}

where the two coefficients $h_{\varphi}[0]=h_{\varphi}[0]=1/\sqrt{2}$ are the first row of the Haar matrix ${\bf H}_2$.


next up previous
Next: Wavelet Functions Up: wavelets Previous: Haar Wavelets
Ruye Wang 2008-12-16