FFT Output - 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ā„¢

Output Table Schema

Column Data Type Description
id_column Same as in input table Time series identifier.
timestep INTEGER Column for ordering data. Not necessarily the same as input table time_column.
col_real_value DOUBLE PRECISION [Appears only with OutputPolarCoordinates ('false'), the default.] Real part of transformed data in column col.
col_imag_value DOUBLE PRECISION [Appears only with OutputPolarCoordinates ('false'), the default.] Contains imaginary part of transformed data in column col.
col_mag_value DOUBLE PRECISION [Appears only with OutputPolarCoordinates ('true').] Contains magnitude of transformed data in column col.
col_arg_value DOUBLE PRECISION [Appears only with OutputPolarCoordinates ('true').] Contains argument of transformed data in column col.