Wavelet Transform Functions - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Discrete Wavelet Transform (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.

Wavelet transform functions implement the Mallat algorithm (an iterate algorithm in the DWT field) and apply wavelet transform on multiple sequences simultaneously, or perform the inverse of this process.

Function Description
DWT Implements Mallat algorithm and applies wavelet transform on multiple sequences simultaneously.
DWT2D DWT for 2-dimensional matrixes.
IDWT Inverse of DWT.
IDWT2D Inverse of DWT2D.