TD_DFFT2 Function | Teradata Vantage - TD_DFFT2 - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

TD_DFFT2 takes a matrix (two-dimensional array) as an input, and returns a result matrix whose elements are the compute two-dimension Fourier coefficients for the input matrix. The coefficients can be output as complex numbers in either rectangular (real, imaginary) or polar (amplitude, phase) form.

The function is used to analyze images and signals. It takes a signal, and converts it into a frequency domain representation.

The matrix is computed using the two-dimensional Fast Fourier Transform (FFT). This algorithm takes advantage that the transform can be computed using smaller segments, and are performed more efficiently.

TD_DFFT2 applies a one-dimensial transform to the rows and columns of the input signal separately. This process parses the signal into its frequency components, which can be visualized as a two-dimensional grid of values known as a frequency spectrum.

The frequency spectrum represents the amplitude and phase of the components that make the input signal. The amplitude represents the strength of each frequency component, while the phase represents the relative timing or offset of each component.

TD_DFFT2 has applications in image and signal processing, including image compression, pattern recognition, and filtering. By manipulating the frequency spectrum, you can perform operations such as noise reduction, edge detection, and image enhancement.