Wavelet Transform Functions (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.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 (ML Engine) Implements Mallat algorithm and applies wavelet transform on multiple sequences simultaneously.
DWT2D (ML Engine) DWT for 2-dimensional matrixes.
IDWT (ML Engine) Inverse of DWT.
IDWT2D (ML Engine) Inverse of DWT2D.