Background - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

DWT is a time-frequency analysis tool for which the wavelets are discretely sampled. DWT is different from the Fourier transform, which provides frequency information on the whole time domain. A key advantage of DWT is that it provides frequency information at different time points.

Mallat's algorithm for 2-dimensional input can be described as a series of iterative steps:

  1. Use the original time domain sequence (2-dimensional matrix) as the input of level 1.
  2. Convolve each row of the input matrix with high-pass filter h(n) and low-pass filter g(n).
  3. Downsample each convolved row by column, generating two matrices.
  4. Convolve each row of each generated matrix with high-pass filter h(n) and low-pass filter g(n).
  5. Downsample each convolved row by column, generating two more matrices.

    The four generated matrices contain the approximation coefficients A k, horizontal detail coefficients H k, vertical detail coefficients V k, and diagonal detail coefficients D k, respectively, for level n. The following figure shows the process.

  6. If current level k is the maximum transform level n, stop; otherwise, use A k as the input matrix for the next level (that is, increment k by 1 and go to step 2.)
Single-Level Application of DWT2D