The output depends on the input source. A univariate series input produces a univariate series output. A multivariate series input produces a multivariate series output.
The output value type depends on the PAYLOAD CONTENT value of the input series:
Input Type | Output Type |
---|---|
REAL or COMPLEX | REAL |
MULTIVAR_REAL or MULTIVAR_COMPLEX | MULTIVAR_REAL |
RETURNS TABLE Schema
Name | Data Type | Description |
---|---|---|
derived-series-identifier | VARCHAR | The resultant series identifier inherited from the SERIES_ID. |
ROW_I | Varies | The index associated with the result series. The data type varies based on the chosen FREQ_STYLE. |
SPECTRAL_DENSITY_field | FLOAT | The magnitude based on the line spectrum. The name-label associated with the field varies depending on the payload-content associated with the input. Input is real (REAL, MULTIVAR_REAL) or complex (COMPLEX, MULTIVAR_COMPLEX).
|