In standard MRA we have that the space of functions at scale J can be expressed as
$$V_j = V_0\oplus \left(\bigoplus_{j=0}^{J} W_j\right)$$ where $V_0$ is spanned by the orthonormal system of the translates of the scaling function $\phi(x)$, i.e. $V_0 = \overline{\text{span}}\{\phi(x-k)\}_{k\in\mathbb{Z}}$ and the detail spaces $W_j$ are spanned by the wavelets ,i.e. $W_j = \overline{\text{span}}\{\psi_{j,k}\}_{k\in\mathbb{Z}}$, being $\psi_{j,k} = 2^{j/2}\psi(2^j x - k)$ and $\psi(x)$ the mother Wavelet. From the two scales equation and from the wavelet equation we obtain the iterative algorithm to compute the coefficients at the coarser scale from those of the finer one. That is, given a function $f(x)$ in $V_J$ (which can be for instance an approximation of another function up to such scale) then since by definition of MRA we have that $\{\phi_{j,k}\}_{k\in\mathbb{Z}}=\{2^{j/2}\phi(2^jx-k)\}_{k\in\mathbb{Z}}$ spans $V_j$, we can compute the coefficients $a_{J,k} = \langle f,\phi_{J,k} \rangle$ and then I can compute the coefficients at each scale $0\le j
2) Solve the system of N equations $$ f(x_i) = \sum_{k} \hat{a}_{J,k}\phi_{J,k}(x_i)$$
The first one is the simplest, and has the advantage that it can be computed very fast as a new sample arrives, however it has the problem that many coefficients will be undefined and many will be defined with very few terms. The second asks to solve a possibily big system of equations any time a new sample arrives. Are there any smart way to compute the tarting coefficients $a_{J,k}$?
Answer
I remember that using the discrete samples was term, somewhere, "the wavelet sin" by Gilbert Strang. On prefiltering discrete signals to obtain "better" wavelet coefficients, here are some references I have in store:
- Wavelet coefficient computation with optimal prefiltering, IEEE Trans. Signal Processing, 1994, Xia, X.-G. and Kuo, C.-C.J. and Zhang, Z.
- On the initialization of the discrete wavelet transform algorithm, IEEE Signal Processing Letters, 1994, Abry and Flandrin
- From the wavelet series to the discrete wavelet transform - the initialization, IEEE Trans. Signal Processing, 1996, Xiao-Ping Zhang and Li-Sheng Tian and Ying-Ning Peng
- Sard-optimal prefilters for the fast wavelet transform, Numer. Algorithms, 1997, S. Ehrich
- A new prefilter design for discrete multiwavelet transforms, IEEE Trans. Signal Processing, 1998, Xia, X.-G.
- Quadrature prefilters for the discrete wavelet transform, IEEE Trans. Signal Processing, 2000, Johnson, B. R. and Kinsey, J. L.
- Meaningful MRA initialization for discrete time series, Signal Processing, 2000, D. Veitch and M. S. Taqqu and P. Abry
- Efficient Wavelet Prefilters with Optimal Time-Shifts, IEEE Trans. Signal Processing, 2003, Ericsson, S. and Grip, N.
It seems however that no prefiltering does not induce too much errors for compression, denoising, deconvolution. But for detection, or using multiple different wavelets at once (like with dual-tree wavelets, or unions of wavelet bases), or with multiwavelets, it is quite mandatory.
No comments:
Post a Comment