TD_IDFFT Output - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

RETURNS TABLE Schema

This function returns a primary result set. No other auxiliary layer is returned by this function. This function returns a complex number. If the input was a univariate series, then COMPLEX is returned. If the input was multivariate, then MULTIVAR_COMPLEX is returned.

In the following table, dominant_payload_name depends on its input source payload content type. If the input source payload content is COMPLEX or MULTIVAR_COMPLEX then this is the payload name associated the complex components in rectangular form. If input source payload content is AMPL_PHASE or MULTIVAR_AMPL_PHASE then this is the payload name associated with the complex component in polar form.

Name Data Type Description
derived-series-identifier Varies The resultant series identifier inherited from the SERIES_ID.
ROW_I INTEGER The index associated with the result series. Always an INTEGER numerical sequence.
REAL_dominant-payload-name FLOAT Fourier real coefficient corresponding to ROW_I index.
IMAGINARY_dominant-payload-name FLOAT Fourier imaginary coefficient corresponding to ROW_I index.