7.00.02 - DWT2D - 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
zuk1466006200888

The DWT2D function implements Mallat's algorithm (an iterate algorithm in the Discrete Wavelet Transform field) on 2-dimensional matrices and applies wavelet transform on multiple sequences simultaneously.

The input is a set of sequences. Typically, each sequence is a matrix that contains a position in 2-dimensional space (y and x indexes or coordinates) and its corresponding values. You specify the wavelet name or wavelet filter table, transform level, and (optionally) extension mode. The function returns the transformed sequences in Hilbert space with the corresponding component identifiers and indices. (The transformation is also called the decomposition.)



The wavelet filter table does not appear in the preceding diagram because it is seldom used.

A typical DWT2D use case is:

  1. Apply DWT2D to the original data to generate the approximate coefficients of the matrices and the corresponding metadata.
  2. If desired, filter the coefficients by methods appropriate for the objects (for example, minimum threshold or top n coefficients).
  3. From the approximate or filtered coefficients, reconstruct the matrices and compare them with their original counterparts.