Discrete Fourier transform
{{Short description|Function in discrete mathematics}} {{distinguish|text=the [[discrete-time Fourier transform]]}}
[[File:DFT 2sin(t) + cos(4t) 25 points.svg|thumb|Discrete Fourier Transform of the sum of a sine and a cosine with different frequencies. This plot illustrates how the DFT of a real signal is symmetric around the middle point, and so only half of the transform points are needed to reconstruct the original signal. It also illustrates how the phase of the sinusoids determines if their DFT components are real or imaginary. ]] In [[mathematics]], the '''discrete Fourier transform''' ('''DFT''') is a discrete version of the [[Fourier transform]] that converts a finite sequence of numbers into another sequence of the same length, representing the strength and phase of different [[frequency]] components. In this way, it changes data from a description in terms of sampled values to a description in terms of oscillations. The inverse discrete Fourier transform reverses this process and recovers the original sequence.
For data sampled at equally spaced points, the DFT can be understood more precisely as converting between sample values and the coefficients of a [[trigonometric polynomial]] that interpolates those values. It is therefore a basic tool for numerical work with smooth [[periodic function]]s, which can often be approximated well by trigonometric polynomials. In practice, the DFT is usually computed by efficient [[fast Fourier transform]] (FFT) algorithms.
{{Fourier transforms}} The DFT is used in many practical applications of [[Fourier analysis]]. In [[digital signal processing]], the input is often a sampled quantity or [[signal (information theory)|signal]] that varies over time, such as the pressure of a [[sound wave]], a [[radio]] signal, or daily [[temperature]] readings, sampled over a finite time interval (often defined by a [[window function]]). In [[image processing]], the samples can be the values of [[pixel]]s along a row or column of a [[raster image]]. The DFT is also used to efficiently solve [[partial differential equations]], and to perform other operations such as [[convolution]]s or multiplying large integers.
Since the DFT deals with a finite amount of data, it can be implemented in [[computer]]s by [[numerical algorithm]]s or even dedicated [[digital circuit|hardware]]. These implementations usually employ efficient [[fast Fourier transform]] (FFT) algorithms; so much so that the terms "FFT" and "DFT" are often used interchangeably. Prior to its current usage, the "FFT" [[initialism]] may have also been used for the ambiguous term "[[Finite Fourier transform (disambiguation)|finite Fourier transform]]".
==Definition== The ''discrete Fourier transform'' transforms a [[sequence]] of ''N'' [[complex number]]s \left { \mathbf{x}n \right } := x_0, x_1, \ldots, x{N-1} into another sequence of complex numbers, \left { \mathbf{X}k \right } := X_0, X_1, \ldots, X{N-1}, which is defined by:
{{Equation box 1|title=Discrete Fourier transform |indent =: |cellpadding= 6 |border |border colour = #0073CF |background colour=#F5FFFA |equation = {{NumBlk|:| X_k = \sum_{n=0}^{N-1} x_n \cdot e^{-i2\pi \tfrac{k}{N}n} |{{EquationRef|Eq.1}}}} }}
The transform is sometimes denoted by the symbol \mathcal{F}, as in \mathbf{X} = \mathcal{F} \left { \mathbf{x} \right } or \mathcal{F} \left ( \mathbf{x} \right ) or \mathcal{F} \mathbf{x}.
As a [[linear transformation]] on a [[Dimension (vector space)|finite-dimensional vector space]], the DFT expression can also be written in terms of a [[DFT matrix]]. When scaled appropriately, it becomes a [[unitary matrix]], and the DFT can thus be viewed as a transformation from one [[orthonormal basis]] to another.
The inverse transform is given by: {{Equation box 1|title=Inverse transform |indent =: |cellpadding= 6 |border |border colour = #0073CF |background colour=#F5FFFA |equation = {{NumBlk|:|x_n = \frac{1}{N} \sum_{k=0}^{N-1} X_k \cdot e^{i2\pi \tfrac{k}{N} n} |{{EquationRef|Eq.2}}}} }}
{{EquationNote|Eq.2}} is also N-periodic (in index n). In {{EquationNote|Eq.2}}, each X_k is a complex number whose polar coordinates are the amplitude and phase of a complex sinusoidal component \left(e^{i 2 \pi \tfrac{k}{N}n}\right) of the function x_n. (See [[Discrete Fourier series]].) The sinusoid's [[frequency]] is k cycles per N samples.
The normalization factor multiplying the DFT and inverse DFT (IDFT), here 1 and \tfrac{1}{N}, and the signs of the exponents are the most common [[sign convention|conventions]]. The only actual requirements of these conventions are that the DFT and IDFT have opposite-sign exponents and that the product of their normalization factors be \tfrac{1}{N}. An uncommon normalization of \sqrt{\tfrac{1}{N}} for both the DFT and IDFT makes the transform-pair unitary.
{{EquationNote|Eq.1}} can also be evaluated outside the domain k \in [0,N-1], and that extended sequence is N-[[periodic sequence|periodic]]. Accordingly, other sequences of N indices are sometimes used, such as \left[-\frac{N}{2}, \frac{N}{2} - 1\right] (if N is even) and \left[-\frac{N-1}{2}, \frac{N-1}{2}\right] (if N is odd), which amounts to swapping the left and right halves of the result of the transform.
=== DFT including sampling interval === Using the standard definition of the DFT omits the sampling interval (or sampling distance) \Delta t in cases where the index corresponds to the sampling interval according to n \Delta t = t.
To express the DFT consistently with the continuous Fourier transform, including the sampling intervals, the sampling interval can be included explicitly as
: X_k = \Delta t \sum_{n=0}^{N-1} x_n \cdot e^{-i2\pi \tfrac{k}{N}n}
Most software libraries don't use this form but rather use the relative form, including their corresponding [[Fast Fourier transform|FFT]] implementations.
The corresponding inverse transform then becomes:
: x_n = \Delta f \sum_{k=0}^{N-1} X_k \cdot e^{i2\pi \tfrac{k}{N} n}
where the frequency spacing is \Delta f = \frac{1}{\Delta t, N}.
===Interpretations=== [[File:From Continuous To Discrete Fourier Transform.gif|class=skin-invert-image|thumb|400px|Fig 1: Relationship between the (continuous) [[Fourier transform]] and the discrete Fourier transform.{{br}}'''Left:''' A continuous function (top) and its Fourier transform (bottom).{{br}}'''Center-left:''' [[Periodic summation]] of the original function (top). Fourier transform (bottom) is zero except at discrete points. The inverse transform is a sum of sinusoids called [[Fourier series]]. {{br}}'''Center-right:''' Original function is discretized (multiplied by a [[Dirac comb]]) (top). Its Fourier transform (bottom) is a periodic summation ([[Discrete-time Fourier transform|DTFT]]) of the original transform.{{br}}'''Right:''' The DFT (bottom) computes discrete samples of the continuous DTFT. The inverse DFT (top) is a periodic summation of the original samples. The [[Fast Fourier transform|FFT]] algorithm computes one cycle of the DFT and its inverse is one cycle of the DFT inverse.]]
[[File:Fourier transform, Fourier series, DTFT, DFT.svg|class=skin-invert-image|thumb|400px|Fig 2: Depiction of a Fourier transform (upper left) and its periodic summation (DTFT) in the lower left corner. The spectral sequences at (a) upper right and (b) lower right are respectively computed from (a) one cycle of the periodic summation of s(t) and (b) one cycle of the periodic summation of the s(nT) sequence. The respective formulas are (a) the [[Fourier series]] integral and (b) the '''DFT''' summation. Its similarities to the original transform, S(f), and its relative computational ease are often the motivation for computing a DFT sequence.]]
The DFT can be regarded as transforming a finite sequence of equally-spaced [[Sampling (signal processing)|samples]] of a [[function (mathematics)|function]] into a same-length sequence of equally-spaced samples of the [[discrete-time Fourier transform]] (DTFT), which is a [[complex number|complex-valued]] function of frequency. The interval at which the DTFT is sampled is the reciprocal of the duration of the input sequence.{{efn-ua| Equivalently, it is the ratio of the sampling frequency and the number of samples.}}{{Cite web |title=Discrete Fourier Transform frequencies |url=https://www.statlect.com/matrix-algebra/discrete-Fourier-transform-frequencies |access-date=2025-11-25 |website=www.statlect.com}} An inverse DFT (IDFT) is a [[Fourier series]], using the DTFT samples as coefficients of [[complex number|complex]] [[Sine wave|sinusoid]]s at the corresponding DTFT frequencies. It has the same sample-values as the original input sequence. The DFT is therefore said to be a [[frequency domain]] representation of the original input sequence. If the original sequence spans all the non-zero values of a function, its DTFT is continuous (and periodic), and the DFT provides discrete samples of one cycle. If the original sequence is one cycle of a [[periodic function]], the DFT provides all the non-zero values of one DTFT cycle.
{{EquationNote|Eq.1}} can be interpreted or derived in various ways, for example:{{unordered list| | It completely describes the [[discrete-time Fourier transform]] (DTFT) of an N-periodic sequence, which comprises only discrete frequency components.{{ efn-ua|The non-zero components of a DTFT of a periodic sequence is a discrete set of frequencies identical to the DFT. }} ([[Discrete-time Fourier transform#Periodic data|Using the DTFT with periodic data]]) | It can also provide uniformly spaced samples of the continuous DTFT of a finite length sequence. ({{slink|Discrete-time Fourier transform|Sampling the DTFT|nopage=y}}) | It is the [[cross correlation]] of the ''input'' sequence, x_n, and a complex sinusoid at frequency \frac{k}{N}. Thus it acts like a [[matched filter]] for that frequency. | It is the discrete analog of the formula for the coefficients of a [[Fourier series]]: :C_k = \frac{1}{P}\int_P x(t)e^{-i 2\pi \tfrac{k}{P} t}, dt. }}
==Example==
This example demonstrates how to apply the DFT to a sequence of length N = 4 and the input vector
\mathbf{x} = \begin{pmatrix} x_0 \ x_1 \ x_2 \ x_3 \end{pmatrix}
\begin{pmatrix} 1 \ 2-i \ -i \ -1+2i \end{pmatrix}.
Calculating the DFT of \mathbf{x} using {{EquationNote|Eq.1}}
\begin{align} X_0 &= e^{-i 2 \pi 0 \cdot 0 / 4} \cdot 1 + e^{-i 2 \pi 0 \cdot 1 / 4} \cdot (2-i) + e^{-i 2 \pi 0 \cdot 2 / 4} \cdot (-i) + e^{-i 2 \pi 0 \cdot 3 / 4} \cdot (-1+2i) = 2 \ X_1 &= e^{-i 2 \pi 1 \cdot 0 / 4} \cdot 1 + e^{-i 2 \pi 1 \cdot 1 / 4} \cdot (2-i) + e^{-i 2 \pi 1 \cdot 2 / 4} \cdot (-i) + e^{-i 2 \pi 1 \cdot 3 / 4} \cdot (-1+2i) = -2-2i \ X_2 &= e^{-i 2 \pi 2 \cdot 0 / 4} \cdot 1 + e^{-i 2 \pi 2 \cdot 1 / 4} \cdot (2-i) + e^{-i 2 \pi 2 \cdot 2 / 4} \cdot (-i) + e^{-i 2 \pi 2 \cdot 3 / 4} \cdot (-1+2i) = -2i \ X_3 &= e^{-i 2 \pi 3 \cdot 0 / 4} \cdot 1 + e^{-i 2 \pi 3 \cdot 1 / 4} \cdot (2-i) + e^{-i 2 \pi 3 \cdot 2 / 4} \cdot (-i) + e^{-i 2 \pi 3 \cdot 3 / 4} \cdot (-1+2i) = 4+4i \end{align}
results in \mathbf{X} = \begin{pmatrix} X_0 \ X_1 \ X_2 \ X_3 \end{pmatrix}
\begin{pmatrix} 2 \ -2-2i \ -2i \ 4+4i \end{pmatrix}.
==Properties==
===Linearity=== The DFT is a linear transform, i.e. if \mathcal{F}({x_n})_k=X_k and \mathcal{F}({y_n})_k=Y_k, then for any complex numbers a,b: :\mathcal{F}({a x_n + b y_n})_k=a X_k + b Y_k
===Time and frequency reversal=== Reversing the time (i.e. replacing n by N-n){{ efn-ua|Time reversal for the DFT means replacing n by N-n and not n by -n to avoid negative indices. }} in x_n corresponds to reversing the frequency (i.e. k by N-k).{{rp|p.421}} Mathematically, if {x_n} represents the vector '''x''' then
:if \mathcal{F}({x_n})k=X_k :then \mathcal{F}({ x{N-n} })k=X{N-k}
===Conjugation in time=== If \mathcal{F}({x_n})_k = X_k then \mathcal{F}({ x_n^* })k = X{N-k}^*.{{rp|p.423}}
===Real and imaginary part=== This table shows some mathematical operations on x_n in the time domain and the corresponding effects on its DFT X_k in the frequency domain.
{| class="wikitable" |- ! Property ! Time domainx_n ! Frequency domainX_k |- | Real part in time | \operatorname{Re}{\left(x_n\right)} | \frac{1}{2}\left(X_k + X^_{N-k}\right) |- | Imaginary part in time | \operatorname{Im}{\left(x_n\right)} | \frac{1}{2i}\left(X_k - X^{N-k}\right) |- | Real part in frequency | \frac{1}{2}\left(x_n + x^*{N-n}\right) | \operatorname{Re}{\left(X_k\right)} |- | Imaginary part in frequency | \frac{1}{2i}\left(x_n - x^*_{N-n}\right) | \operatorname{Im}{\left(X_k\right)} |}
=== Orthogonality === The vectors u_k = \left[\left. e^{ \frac{i 2\pi}{N} kn} ;\right|; n=0,1,\ldots,N-1 \right]^\mathsf{T}, for k=0,1,\ldots,N-1, form an [[orthogonal basis]] over the set of ''N''-dimensional complex vectors:
:u^\mathsf{T}k u{k'}^* = \sum_{n=0}^{N-1} \left(e^{ \frac{i 2\pi}{N} kn}\right) \left(e^{\frac{i 2\pi}{N} (-k')n}\right) = \sum_{n=0}^{N-1} e^{ \frac{i 2\pi}{N} (k-k') n} = N~\delta_{kk'}
where \delta_{kk'} is the [[Kronecker delta]]. (In the last step, the summation is trivial if k=k', where it is {{nowrap|1=1 + 1 + ⋯ = ''N'',}} and otherwise is a [[geometric series]] that can be explicitly summed to obtain zero.) This orthogonality condition can be used to derive the formula for the IDFT from the definition of the DFT, and is equivalent to the unitarity property below.
=== The Plancherel theorem and Parseval's theorem === If X_k and Y_k are the DFTs of x_n and y_n respectively then [[Parseval's theorem]] states:
:\sum_{n=0}^{N-1} x_n y^n = \frac{1}{N} \sum{k=0}^{N-1} X_k Y^_k
where the star denotes [[Complex conjugate|complex conjugation]].{{cite book|first=Greg |last=Gbur |author-link=Greg Gbur |title=Mathematical Methods for Optical Physics and Engineering |publisher=Cambridge University Press |year=2011 |isbn=978-0-521-51610-5 |page=432}} The [[Plancherel theorem]] is a special case of Parseval's theorem and states:
:\sum_{n=0}^{N-1} |x_n|^2 = \frac{1}{N} \sum_{k=0}^{N-1} |X_k|^2.
These theorems are also equivalent to the unitary condition below.
===Periodicity=== The periodicity can be shown directly from the definition:
: X_{k+N} \ \triangleq \ \sum_{n=0}^{N-1} x_n e^{-\frac{i 2\pi}{N} (k+N) n} = \sum_{n=0}^{N-1} x_n e^{-\frac{i 2\pi}{N} k n} \underbrace{e^{-i 2 \pi n}}{1} = \sum{n=0}^{N-1} x_n e^{-\frac{i 2\pi}{N} k n} = X_k.
Similarly, it can be shown that the IDFT formula leads to a periodic extension of x_n.
===Shift theorem=== Multiplying x_n by a ''linear phase'' e^{\frac{i 2\pi}{N} nm} for some integer ''m'' corresponds to a ''circular shift'' of the output X_k: X_k is replaced by X_{k-m}, where the subscript is interpreted [[modular arithmetic|modulo]] ''N'' (i.e., periodically). Similarly, a [[circular shift]] of the input x_n corresponds to multiplying the output X_k by a [[linear phase]]. Mathematically, if {x_n} represents the vector '''x''' then
:if \mathcal{F}({x_n})k=X_k :then \mathcal{F}\left(\left{ x_n \cdot e^{\frac{i 2\pi}{N}n m} \right}\right)k=X{k-m} :and \mathcal{F}\left(\left{x{n-m}\right}\right)_k=X_k \cdot e^{-\frac{i 2\pi}{N}k m}
===Circular convolution theorem and cross-correlation theorem=== {{anchor|Circular convolution theorem}} {{anchor|Cross-correlation theorem}} {{Main|Convolution theorem#Functions of a discrete variable (sequences)}}
The [[DTFT#Convolution|convolution theorem]] for the [[discrete-time Fourier transform]] (DTFT) indicates that a convolution of two sequences can be obtained as the inverse transform of the product of the individual transforms. An important simplification occurs when one of sequences is N-periodic, denoted here by y_{N}, because \scriptstyle \text{DTFT} \displaystyle {y{_N}} is non-zero at only discrete frequencies (see {{slink|DTFT#Periodic_data}}), and therefore so is its product with the [[continuous function]] \scriptstyle \text{DTFT} \displaystyle {x}. That leads to a considerable simplification of the inverse transform.
:x * y_{N}\ =\ \scriptstyle{\rm DTFT}^{-1} \displaystyle \left[\scriptstyle{\rm DTFT} \displaystyle {x}\cdot \scriptstyle{\rm DTFT} \displaystyle {y{N}}\right]\ =\ \scriptstyle{\rm DFT}^{-1} \displaystyle \left[\scriptstyle{\rm DFT} \displaystyle {x{N}}\cdot \scriptstyle{\rm DFT} \displaystyle {y{_N}}\right],
where x_{N} is a [[periodic summation]] of the x sequence''':''' (x{N})n\ \triangleq \sum{m=-\infty}^{\infty} x{(n-mN)}.
Customarily, the DFT and inverse DFT summations are taken over the domain [0,N-1]. Defining those DFTs as X and Y, the result is''':'''
: (x * y_{N})n \triangleq \sum{\ell=-\infty}^{\infty}x\ell \cdot (y_{N}){n-\ell} = \underbrace{\mathcal{F}^{-1}}_{\rm DFT^{-1}} \left { X\cdot Y \right }_n.
In practice, the x sequence is usually length ''N'' or less, and y_{_N} is a periodic extension of an N-length y-sequence, which can also be expressed as a ''circular function''''':'''
:(y_{N})n = \sum{p=-\infty}^\infty y{(n-pN)} = y_{(n\operatorname{mod}N)}, \quad n\in\mathbb{Z}. Then the convolution can be written as''':'''
{{Equation box 1|title= |indent =: |cellpadding= 6 |border |border colour = #0073CF |background colour=#F5FFFA |equation = : \mathcal{F}^{-1} \left { X\cdot Y \right }n = \sum{\ell=0}^{N-1}x_\ell \cdot y_{_{(n-\ell)\operatorname{mod}N}} }}
which gives rise to the interpretation as a ''circular'' convolution of x and y. It is often used to efficiently compute their linear convolution. (see [[Circular convolution#Example|Circular convolution]], [[Convolution#Fast convolution algorithms|Fast convolution algorithms]], and [[Overlap-save method|Overlap-save]])
Similarly, the [[cross-correlation]] of x and y_{_N} is given by''':'''
:(x \star y_{N})n \triangleq \sum{\ell=-\infty}^{\infty} x\ell^* \cdot (y_{N}){n+\ell} = \mathcal{F}^{-1} \left { X^* \cdot Y \right }_n.
=== Uniqueness of the Discrete Fourier Transform ===
As seen above, the discrete Fourier transform has the fundamental property of carrying convolution into componentwise product. A natural question is whether it is the only one with this ability. It has been shown {{cite book |last1=Amiot |first1=Emmanuel |title=Music through Fourier Space |series=Computational Music Science |date=2016 |publisher=Springer |location=Zürich |isbn=978-3-319-45581-5 |page=8 |doi=10.1007/978-3-319-45581-5 |s2cid=6224021 |url=https://link.springer.com/book/10.1007/978-3-319-45581-5 |ref=Theorem 1.11}} that any linear transform that turns convolution into pointwise product is the DFT up to a permutation of coefficients. Since the number of permutations of n elements equals n!, there exist exactly n! linear and invertible maps with the same fundamental property as the DFT with respect to convolution.
=== Convolution theorem duality ===
It can also be shown that''':'''
:\mathcal{F} \left { \mathbf{x\cdot y} \right }k \ \triangleq \sum{n=0}^{N-1} x_n \cdot y_n \cdot e^{-i \frac{2\pi}{N} k n} ::=\frac{1}{N} (\mathbf{X * Y_N})_k, which is the circular convolution of \mathbf{X} and \mathbf{Y}.
===Trigonometric interpolation polynomial=== The [[trigonometric interpolation polynomial]] :p(t) = \begin{cases} \displaystyle\frac{1}{N} \left[ \begin{alignat}{3} X_0 + X_1 e^{i 2\pi t} + \cdots &+ X_{\frac{N}{2}-1} e^{i 2\pi\big(!\frac{N}{2}-1!\big) t} &\ &+ X_{\frac{N}{2}} \cos(N\pi t) &\ &+ X_{\frac{N}{2}+1} e^{-i 2\pi\big(!\frac{N}{2}-1!\big) t} &+ \cdots + X_{N-1} e^{-i 2\pi t} \end{alignat} \right] & N\text{ even} \ \displaystyle\frac{1}{N} \left[ \begin{alignat}{3} X_0 + X_1 e^{i 2\pi t} + \cdots &+ X_{\frac{N-1}{2}} e^{i 2\pi\frac{N-1}{2} t} &\ &+ X_{\frac{N+1}{2}} e^{-i 2\pi\frac{N-1}{2} t} &+ \cdots + X_{N-1} e^{-i 2\pi t} \end{alignat} \right] & N\text{ odd} \end{cases}
where the coefficients ''X''''k'' are given by the DFT of ''x''''n'' above, satisfies the interpolation property p(n/N) = x_n for n = 0, \ldots, N-1.
For even ''N'', notice that the [[Nyquist frequency|Nyquist component]] \frac{X_{N/2}}{N} \cos(N\pi t) is handled specially.
This interpolation is ''not unique'': aliasing implies that one could add ''N'' to any of the complex-sinusoid frequencies (e.g. changing e^{-it} to e^{i(N-1)t}) without changing the interpolation property, but giving ''different'' values in between the x_n points. The choice above, however, is typical because it has two useful properties. First, it consists of sinusoids whose frequencies have the smallest possible magnitudes: the interpolation is [[bandlimited]]. Second, if the x_n are real numbers, then p(t) is real as well.
In contrast, the most obvious trigonometric interpolation polynomial is the one in which the frequencies range from 0 to N-1 (instead of roughly -N/2 to +N/2 as above), similar to the inverse DFT formula. This interpolation does ''not'' minimize the slope, and is ''not'' generally real-valued for real x_n; its use is a common mistake.
=== The unitary DFT === Another way of looking at the DFT is to note that in the above discussion, the DFT can be expressed as the [[DFT matrix]], a [[Vandermonde matrix]], [[Generalizations of Pauli matrices#Construction: The clock and shift matrices|introduced by Sylvester]] in 1867, :\mathbf{F} = \begin{bmatrix} \omega_N^{0 \cdot 0} & \omega_N^{0 \cdot 1} & \cdots & \omega_N^{0 \cdot (N-1)} \ \omega_N^{1 \cdot 0} & \omega_N^{1 \cdot 1} & \cdots & \omega_N^{1 \cdot (N-1)} \ \vdots & \vdots & \ddots & \vdots \ \omega_N^{(N-1) \cdot 0} & \omega_N^{(N-1) \cdot 1} & \cdots & \omega_N^{(N-1) \cdot (N-1)} \ \end{bmatrix} where \omega_N = e^{-i 2 \pi/N} is a primitive [[roots of unity|''N''th root of unity]].
For example, in the case when N = 2, \omega_N = e^{-i \pi}=-1, and :\mathbf{F} = \begin{bmatrix} 1 & 1 \ 1 & -1 \ \end{bmatrix}, (which is a [[Hadamard matrix]]) or when N = 4 as in the {{Section link|2=Example}} above, \omega_N = e^{-i \pi/2}=-i, and :\mathbf{F} = \begin{bmatrix} 1 & 1 & 1 & 1 \ 1 & -i & -1 & i \ 1 & -1 & 1 & -1 \ 1 & i & -1 & -i \ \end{bmatrix}.
The inverse transform is then given by the inverse of the above matrix, :\mathbf{F}^{-1}=\frac{1}{N}\mathbf{F}^*
With [[unitary operator|unitary]] normalization constants 1/\sqrt{N}, the DFT becomes a [[unitary transformation]], defined by a unitary matrix:
:\begin{align} \mathbf{U} &= \frac{1}{\sqrt{N}}\mathbf{F} \ \mathbf{U}^{-1} &= \mathbf{U}^* \ \left|\det(\mathbf{U})\right| &= 1 \end{align}
where \det() is the [[determinant]] function. The determinant is the product of the eigenvalues, which are always \pm 1 or \pm i as described below. In a real vector space, a unitary transformation can be thought of as simply a rigid rotation of the coordinate system, and all of the properties of a rigid rotation can be found in the unitary DFT.
The orthogonality of the DFT is now expressed as an [[orthonormal]]ity condition (which arises in many areas of mathematics as described in [[root of unity]]): :\sum_{m=0}^{N-1}U_{km}U_{mn}^* = \delta_{kn}
If '''X''' is defined as the unitary DFT of the vector '''x''', then :X_k = \sum_{n=0}^{N-1} U_{kn} x_n
and the [[Parseval's theorem]] is expressed as :\sum_{n=0}^{N-1}x_n y_n^* = \sum_{k=0}^{N-1}X_k Y_k^*
If we view the DFT as just a coordinate transformation which simply specifies the components of a vector in a new coordinate system, then the above is just the statement that the [[dot product]] of two vectors is preserved under a unitary DFT transformation. For the special case \mathbf{x} = \mathbf{y}, this implies that the length of a vector is preserved as well — this is just [[Plancherel theorem]], :\sum_{n=0}^{N-1} |x_n|^2 = \sum_{k=0}^{N-1} |X_k|^2
A consequence of the [[#Circular convolution theorem and cross-correlation theorem|circular convolution theorem]] is that the DFT matrix {{mvar|F}} diagonalizes any [[circulant matrix]].
=== Expressing the inverse DFT in terms of the DFT === A useful property of the DFT is that the inverse DFT can be easily expressed in terms of the (forward) DFT, via several well-known "tricks". (For example, in computations, it is often convenient to only implement a fast Fourier transform corresponding to one transform direction and then to get the other transform direction from the first.)
First, we can compute the inverse DFT by reversing all but one of the inputs:{{cite journal |author1=P. Duhamel |author2=B. Piron |author3=J. M. Etcheto | title = On computing the inverse DFT | journal =IEEE Transactions on Acoustics, Speech, and Signal Processing | volume = 36 | issue = 2 | pages = 285–286 | year = 1988 | doi = 10.1109/29.1519 |bibcode=1988ITASS..36..285D }}
:\mathcal{F}^{-1}({x_n}) = \frac{1}{N}\mathcal{F}({x_{N - n}})
(As usual, the subscripts are interpreted [[modular arithmetic|modulo]] ''N''; thus, for n = 0, we have x_{N-0} = x_0.)
Second, one can also conjugate the inputs and outputs:
:\mathcal{F}^{-1}(\mathbf{x}) = \frac{1}{N}\mathcal{F}\left(\mathbf{x}^\right)^
Third, a variant of this conjugation trick, which is sometimes preferable because it requires no modification of the data values, involves swapping real and imaginary parts (which can be done on a computer simply by modifying [[pointer (computer programming)|pointer]]s). Define \operatorname{swap}(x_n) as x_n with its real and imaginary parts swapped—that is, if x_n = a + b i then \operatorname{swap}(x_n) is b + a i. Equivalently, \operatorname{swap}(x_n) equals i x_n^*. Then
:\mathcal{F}^{-1}(\mathbf{x}) = \frac{1}{N}\operatorname{swap}(\mathcal{F}(\operatorname{swap}(\mathbf{x})))
That is, the inverse transform is the same as the forward transform with the real and imaginary parts swapped for both input and output, up to a normalization.
The conjugation trick can also be used to define a new transform, closely related to the DFT, that is [[Involution (mathematics)|involutory]]—that is, which is its own inverse. In particular, T(\mathbf{x}) = \mathcal{F}\left(\mathbf{x}^\right) / \sqrt{N} is clearly its own inverse: T(T(\mathbf{x})) = \mathbf{x}. A closely related involutory transformation (by a factor of \frac{1 + i}{\sqrt{2}}) is H(\mathbf{x}) = \mathcal{F}\left((1 + i) \mathbf{x}^\right) / \sqrt{2N}, since the (1 + i) factors in H(H(\mathbf{x})) cancel the 2. For real inputs \mathbf{x}, the real part of H(\mathbf{x}) is none other than the [[discrete Hartley transform]], which is also involutory.
=== Eigenvalues and eigenvectors ===
The [[eigenvalue]]s of the DFT matrix are simple and well-known, whereas the [[eigenvector]]s are complicated, not unique, and are the subject of ongoing research. Explicit formulas are given with a significant amount of number theory.{{cite journal |last1=Morton |first1=Patrick |title=On the eigenvectors of Schur's matrix |journal=Journal of Number Theory |date=1980 |volume=12 |issue=1 |pages=122–127 |doi=10.1016/0022-314X(80)90083-9 |hdl=2027.42/23371 |hdl-access=free }}
Consider the unitary form \mathbf{U} defined above for the DFT of length ''N'', where :\mathbf{U}_{m,n} = \frac 1{\sqrt{N}}\omega_N^{(m-1)(n-1)} = \frac 1{\sqrt{N}}e^{-\frac{i 2\pi}N (m-1)(n-1)}. This matrix satisfies the [[matrix polynomial]] equation: :\mathbf{U}^4 = \mathbf{I}. This can be seen from the inverse properties above: operating \mathbf{U} twice gives the original data in reverse order, so operating \mathbf{U} four times gives back the original data and is thus the [[identity matrix]]. This means that the eigenvalues \lambda satisfy the equation: :\lambda^4 = 1. Therefore, the eigenvalues of \mathbf{U} are the fourth [[roots of unity]]: \lambda is +1, −1, +''i'', or −''i''.
Since there are only four distinct eigenvalues for this N\times N matrix, they have some [[algebraic multiplicity|multiplicity]]. The multiplicity gives the number of [[linearly independent]] eigenvectors corresponding to each eigenvalue. (There are ''N'' independent eigenvectors; a unitary matrix is never [[defective matrix|defective]].)
The problem of their multiplicity was solved by McClellan and Parks (1972), although it was later shown to have been equivalent to a problem solved by [[Carl Friedrich Gauss|Gauss]] (Dickinson and Steiglitz, 1982). The multiplicity depends on the value of ''N'' [[modular arithmetic|modulo]] 4, and is given by the following table:
{| class="wikitable" style="margin:auto;" |+ align="bottom" | Multiplicities of the eigenvalues λ of the unitary DFT matrix '''U''' as a function of the transform size ''N'' (in terms of an integer ''m''). |- ! size ''N'' ! λ = +1 ! λ = −1 ! λ = −''i'' ! λ = +''i'' |- | 4''m'' || ''m'' + 1 || ''m'' || ''m'' || ''m'' − 1 |- | 4''m'' + 1 || ''m'' + 1 || ''m'' || ''m'' || ''m'' |- | 4''m'' + 2 || ''m'' + 1 || ''m'' + 1 || ''m'' || ''m'' |- | 4''m'' + 3 || ''m'' + 1 || ''m'' + 1 || ''m'' + 1 || ''m'' |}
Otherwise stated, the [[characteristic polynomial]] of \mathbf{U} is: :\det (\lambda I - \mathbf{U})= (\lambda-1)^{\left\lfloor \tfrac {N+4}{4}\right\rfloor} (\lambda+1)^{\left\lfloor \tfrac {N+2}{4}\right\rfloor} (\lambda+i)^{\left\lfloor \tfrac {N+1}{4}\right\rfloor} (\lambda-i)^{\left\lfloor \tfrac {N-1}{4}\right\rfloor}.
No simple analytical formula for general eigenvectors is known. Moreover, the eigenvectors are not unique because any [[linear combination]] of eigenvectors for the same eigenvalue is also an eigenvector for that eigenvalue. Various researchers have proposed different choices of eigenvectors, selected to satisfy useful properties like [[orthogonality]] and to have "simple" forms (e.g., McClellan and Parks, 1972; Dickinson and Steiglitz, 1982; Grünbaum, 1982; Candan ''et al.'', 2000; Hanna ''et al.'', 2004; Gurevich and Hadani, 2008).{{cite journal |author1=Natig M. Atakishiyev |author2=Kurt Bernardo Wolf |year=1997 |title=Fractional Fourier-Kravchuk transform |journal=Journal of the Optical Society of America A |volume=14 |issue=7 |pages=1467–1477 |bibcode=1997JOSAA..14.1467A |doi=10.1364/JOSAA.14.001467}}
One method to construct DFT eigenvectors to an eigenvalue \lambda is based on the linear combination of operators:Bose, N. K. "Eigenvectors and eigenvalues of 1-D and nD DFT matrices." [[AEU — International Journal of Electronics and Communications]] 55.2 (2001): 131-133.Candan, Ç. (2011). On the eigenstructure of DFT matrices [DSP education]. IEEE Signal Processing Magazine, 28(2), 105-108.Pei, S. C., Ding, J. J., Hsue, W. L., & Chang, K. W. (2008). Generalized commuting matrices and their eigenvectors for DFTs, offset DFTs, and other periodic operations. IEEE Transactions on Signal Processing, 56(8), 3891-3904.
: \mathcal{P}_\lambda=\frac{1}{4}\left( \mathbf{I}+\lambda^{-1}\mathbf{U}+\lambda^{-2}\mathbf{U}^2+\lambda^{-3} \mathbf{U}^3\right)
For an arbitrary vector \mathbf{v}, vector \mathbf{u}(\lambda)=\mathcal{P}_{\lambda}\mathbf{v} satisfies:
: \textbf{U}\mathbf{u}(\lambda)=\lambda \mathbf{u}(\lambda)
hence, vector \mathbf{u}(\lambda) is, indeed, the eigenvector of DFT matrix \mathbf{U}. Operators \mathcal{P}{\lambda} project vectors onto subspaces which are orthogonal for each value of \lambda. That is, for two eigenvectors, \mathbf{u}(\lambda)=\mathcal{P}{\lambda}\mathbf{v} and \mathbf{u}'(\lambda')=\mathcal{P}_{\lambda'}\mathbf{v}' we have:
: \mathbf{u}^\dagger(\lambda) \mathbf{u}'(\lambda')= \delta_{\lambda\lambda'}\mathbf{u}^\dagger(\lambda) \mathbf{v}'
However, in general, projection operator method does not produce orthogonal eigenvectors within one subspace. The operator \mathcal{P}{\lambda} can be seen as a matrix, whose columns are eigenvectors of \mathbf{U}, but they are not orthogonal. When a set of vectors {\mathbf{v}n}{n=1,\dots,N{\lambda}}, spanning N_{\lambda}-dimensional space (where N_{\lambda} is the multiplicity of eigenvalue \lambda) is chosen to generate the set of eigenvectors {\mathbf{u}n(\lambda)=\mathcal{P}{\lambda}\mathbf{v}n}{n=1,\dots,N_{\lambda}} to eigenvalue \lambda, the mutual orthogonality of \mathbf{u}n(\lambda) is not guaranteed. However, the orthogonal set can be obtained by further applying orthogonalization algorithm to the set {\mathbf{u}n(\lambda)}{n=1,\dots,N{\lambda}}, e.g. [[Gram-Schmidt process]].Erseghe, T., & Cariolaro, G. (2003). An orthonormal class of exact and simple DFT eigenvectors with a high degree of symmetry. IEEE transactions on signal processing, 51(10), 2527-2539.
A straightforward approach to obtain DFT eigenvectors is to discretize an eigenfunction of the continuous [[Fourier transform]], of which the most famous is the [[Gaussian function]]. Since [[periodic summation]] of the function means discretizing its frequency spectrum and discretization means periodic summation of the spectrum, the discretized and periodically summed Gaussian function yields an eigenvector of the discrete transform:
- F(m) = \sum_{k\in\mathbb{Z}} \exp\left(-\frac{\pi\cdot(m+N\cdot k)^2}{N}\right).
The closed form expression for the series can be expressed by [[Jacobi theta function]]s as
- F(m) = \frac1{\sqrt{N}}\vartheta_3\left(\frac{\pi m}N, \exp\left(-\frac{\pi}N \right)\right).
Several other simple closed-form analytical eigenvectors for special DFT period ''N'' were found (Casper-Yakimov, 2024):{{cite journal |author=F.N. Kong |year=2008 |title=Analytic Expressions of Two Discrete Hermite-Gaussian Signals |journal=IEEE Transactions on Circuits and Systems II: Express Briefs |volume=55 |issue=1 |pages=56–60 |bibcode=2008ITCSE..55...56K |doi=10.1109/TCSII.2007.909865 |s2cid=5154718}}
For DFT period ''N'' = 2''L'' + 1 = 4''K'' + 1, where ''K'' is an integer, the following is an eigenvector of DFT:
- F(m) = \prod_{s=K+1}^L \left[\cos\left(\frac{2\pi}{N}m\right) - \cos\left(\frac{2\pi}{N}s\right)\right]
For DFT period ''N'' = 2''L'' = 4''K'', where ''K'' is an integer, the following are eigenvectors of DFT:
- F(m) = \sin\left(\frac{2\pi}{N}m\right) \prod_{s=K+1}^{L-1}\left[\cos\left(\frac{2\pi}{N}m\right)- \cos\left(\frac{2\pi}{N}s\right)\right]
- F(m) = \cos\left(\frac{\pi}{N}m\right)\prod_{s=K+1}^{3K-1} \sin\left(\frac{\pi(s-m)}{N}\right)
For DFT period ''N'' = 4''K'' - 1, where ''K'' is an integer, the following are eigenvectors of DFT:
- F(m) = \sin\left(\frac{2\pi}{N}m\right)\prod_{s=K+1}^{3K-2} \sin\left(\frac{\pi(s-m)}{N}\right)
- F(m) = \left(\cos\left(\frac{2\pi}{N}m\right)-\cos\left(\frac{2\pi}{N} K \right) \pm \sin\left(\frac{2\pi}{N}K\right)\right)\prod_{s=K+1}^{3K-2} \sin\left(\frac{\pi(s-m)}{N}\right)
The choice of eigenvectors of the DFT matrix has become important in recent years in order to define a discrete analogue of the [[fractional Fourier transform]]—the DFT matrix can be taken to fractional powers by exponentiating the eigenvalues.{{cite journal |author1=Juan G. Vargas-Rubio |author2=Balu Santhanam |year=2005 |title=On the multiangle centered discrete fractional Fourier transform |journal=IEEE Signal Processing Letters |volume=12 |issue=4 |pages=273–276 |bibcode=2005ISPL...12..273V |doi=10.1109/LSP.2005.843762 |s2cid=1499353}} For the [[continuous Fourier transform]], the natural orthogonal eigenfunctions are the [[Hermite function]]s, so various discrete analogues of these have been employed as the eigenvectors of the DFT, such as the [[Kravchuk polynomials]]. The "best" choice of eigenvectors to define a fractional discrete Fourier transform remains an open question, however.
=== Uncertainty principles === ==== Probabilistic uncertainty principle ==== If the random variable {{math|''X''''k''}} is constrained by :\sum_{n=0}^{N-1} |X_n|^2 = 1 , then :P_n=|X_n|^2 may be considered to represent a discrete [[probability mass function]] of {{mvar|n}}, with an associated probability mass function constructed from the transformed variable, :Q_m = N |x_m|^2 .
For the case of continuous functions P(x) and Q(k), the [[Heisenberg uncertainty principle]] states that :D_0(X)D_0(x)\ge\frac{1}{16\pi^2} where D_0(X) and D_0(x) are the variances of |X|^2 and |x|^2 respectively, with the equality attained in the case of a suitably normalized [[Gaussian distribution]]. Although the variances may be analogously defined for the DFT, an analogous uncertainty principle is not useful, because the uncertainty will not be shift-invariant. Still, a meaningful uncertainty principle has been introduced by Massar and Spindel.
However, the Hirschman [[entropic uncertainty]] will have a useful analog for the case of the DFT. The Hirschman uncertainty principle is expressed in terms of the [[Entropy (information theory)|Shannon entropy]] of the two probability functions.
In the discrete case, the Shannon entropies are defined as :H(X)=-\sum_{n=0}^{N-1} P_n\ln P_n and :H(x)=-\sum_{m=0}^{N-1} Q_m\ln Q_m , and the [[entropic uncertainty]] principle becomes :H(X)+H(x) \ge \ln(N) .
The equality is obtained for P_n equal to translations and modulations of a suitably normalized [[Kronecker comb]] of period A where A is any exact integer divisor of N. The probability mass function Q_m will then be proportional to a suitably translated Kronecker comb of period B=N/A.
==== Deterministic uncertainty principle ==== There is also a well-known deterministic uncertainty principle that uses signal sparsity (or the number of non-zero coefficients). Let \left|x\right|0 and \left|X\right|0 be the number of non-zero elements of the time and frequency sequences x_0,x_1,\ldots,x{N-1} and X_0,X_1,\ldots,X{N-1}, respectively. Then, :N \leq \left|x\right|_0 \cdot \left|X\right|_0. As an immediate consequence of the [[Arithmetic–geometric mean|inequality of arithmetic and geometric means]], one also has 2\sqrt{N} \leq \left|x\right|_0 + \left|X\right|_0. Both uncertainty principles were shown to be tight for specifically chosen "picket-fence" sequences (discrete impulse trains), and find practical use for signal recovery applications.
=== DFT of real and purely imaginary signals ===
- If x_0, \ldots, x_{N-1} are [[real number]]s, as they often are in practical applications, then the DFT X_0, \ldots, X_{N-1} is [[Even and odd functions|even symmetric]]: :x_n \in \mathbb{R} \quad \forall n \in {0,\ldots,N-1 } \implies X_k = X_{-k \mod N}^* \quad \forall k \in {0,\ldots,N-1 }, where X^*, denotes [[Complex conjugate|complex conjugation]].
It follows that for even N X_0 and X_{N/2} are real-valued, and the remainder of the DFT is completely specified by just N/2-1 complex numbers.
- If x_0, \ldots, x_{N-1} are purely imaginary numbers, then the DFT X_0, \ldots, X_{N-1} is [[Even and odd functions|odd symmetric]]: :x_n \in i \mathbb{R} \quad \forall n \in {0,\ldots,N-1 } \implies X_k = -X_{-k \mod N}^* \quad \forall k \in {0,\ldots,N-1 }, where X^*, denotes [[Complex conjugate|complex conjugation]].
==Generalized DFT (shifted and non-linear phase)== It is possible to shift the transform sampling in time and/or frequency domain by some real shifts ''a'' and ''b'', respectively. This is sometimes known as a '''generalized DFT''' (or '''GDFT'''), also called the '''shifted DFT''' or '''offset DFT''', and has analogous properties to the ordinary DFT:
:X_k = \sum_{n=0}^{N-1} x_n e^{-\frac{i 2 \pi}{N} (k+b) (n+a)} \quad \quad k = 0, \dots, N-1.
Most often, shifts of 1/2 (half a sample) are used. While the ordinary DFT corresponds to a periodic signal in both time and frequency domains, a=1/2 produces a signal that is anti-periodic in frequency domain (X_{k+N} = - X_k) and vice versa for b=1/2. Thus, the specific case of a = b = 1/2 is known as an ''odd-time odd-frequency'' discrete Fourier transform (or O2 DFT). Such shifted transforms are most often used for symmetric data, to represent different boundary symmetries, and for real-symmetric data they correspond to different forms of the discrete [[discrete cosine transform|cosine]] and [[discrete sine transform|sine]] transforms.
Another interesting choice is a=b=-(N-1)/2, which is called the '''centered DFT''' (or '''CDFT'''). The centered DFT has the useful property that, when ''N'' is a multiple of four, all four of its eigenvalues (see above) have equal multiplicities.
The term GDFT is also used for the non-linear phase extensions of DFT. Hence, GDFT method provides a generalization for constant amplitude orthogonal block transforms including linear and non-linear phase types. GDFT is a framework to improve time and frequency domain properties of the traditional DFT, e.g. auto/cross-correlations, by the addition of the properly designed phase shaping function (non-linear, in general) to the original linear phase functions.
The discrete Fourier transform can be viewed as a special case of the [[z-transform]], evaluated on the [[unit circle]] in the complex plane; more general z-transforms correspond to ''complex'' shifts ''a'' and ''b'' above.
[[File:DirectAndFourierSpaceLocations.png|class=skin-invert-image|right|thumb|500px|Discrete transforms embedded in time and space]]
==Multidimensional DFT== The ordinary DFT transforms a one-dimensional sequence or [[matrix (mathematics)|array]] x_n that is a function of exactly one discrete variable ''n''. The multidimensional DFT of a multidimensional array x_{n_1, n_2, \dots, n_d} that is a function of ''d'' discrete variables n_\ell = 0, 1, \dots, N_\ell-1 for \ell in 1, 2, \dots, d is defined by:
:X_{k_1, k_2, \dots, k_d} = \sum_{n_1=0}^{N_1-1} \left(\omega_{N_1}^{~k_1 n_1} \sum_{n_2=0}^{N_2-1} \left( \omega_{N_2}^{~k_2 n_2} \cdots \sum_{n_d=0}^{N_d-1} \omega_{N_d}^{~k_d n_d}\cdot x_{n_1, n_2, \dots, n_d} \right) \right) ,
where \omega_{N_\ell} = \exp(-i 2\pi/N_\ell) as above and the ''d'' output indices run from k_\ell = 0, 1, \dots, N_\ell-1. This is more compactly expressed in [[coordinate vector|vector]] notation, where we define \mathbf{n} = (n_1, n_2, \dots, n_d) and \mathbf{k} = (k_1, k_2, \dots, k_d) as ''d''-dimensional vectors of indices from 0 to \mathbf{N} - 1, which we define as \mathbf{N} - 1 = (N_1 - 1, N_2 - 1, \dots, N_d - 1):
:X_\mathbf{k} = \sum_{\mathbf{n}=\mathbf{0}}^{\mathbf{N}-1} e^{-i 2\pi \mathbf{k} \cdot (\mathbf{n} / \mathbf{N})} x_\mathbf{n} , ,
where the division \mathbf{n} / \mathbf{N} is defined as \mathbf{n} / \mathbf{N} = (n_1/N_1, \dots, n_d/N_d) to be performed element-wise, and the sum denotes the set of nested summations above.
The inverse of the multi-dimensional DFT is, analogous to the one-dimensional case, given by:
:x_\mathbf{n} = \frac{1}{\prod_{\ell=1}^d N_\ell} \sum_{\mathbf{k}=\mathbf{0}}^{\mathbf{N}-1} e^{i 2\pi \mathbf{n} \cdot (\mathbf{k} / \mathbf{N})} X_\mathbf{k} , .
As the one-dimensional DFT expresses the input x_n as a superposition of sinusoids, the multidimensional DFT expresses the input as a superposition of [[plane wave]]s, or multidimensional sinusoids. The direction of oscillation in space is \mathbf{k} / \mathbf{N}. The amplitudes are X_\mathbf{k}. This decomposition is of great importance for everything from [[digital image processing]] (two-dimensional) to solving [[partial differential equations]]. The solution is broken up into plane waves.
The multidimensional DFT can be computed by the [[function composition|composition]] of a sequence of one-dimensional DFTs along each dimension. In the two-dimensional case x_{n_1,n_2} the N_1 independent DFTs of the rows (i.e., along n_2) are computed first to form a new array y_{n_1,k_2}. Then the N_2 independent DFTs of ''y'' along the columns (along n_1) are computed to form the final result X_{k_1,k_2}. Alternatively the columns can be computed first and then the rows. The order is immaterial because the nested summations above [[commutative operation|commute]].
An algorithm to compute a one-dimensional DFT is thus sufficient to efficiently compute a multidimensional DFT. This approach is known as the ''row-column'' algorithm. There are also intrinsically [[Fast Fourier transform#Multidimensional FFTs|multidimensional FFT algorithms]].
=== The real-input multidimensional DFT === For input data x_{n_1, n_2, \dots, n_d} consisting of [[real numbers]], the DFT outputs have a conjugate symmetry similar to the one-dimensional case above:
:X_{k_1, k_2, \dots, k_d} = X_{N_1 - k_1, N_2 - k_2, \dots, N_d - k_d}^* ,
where the star again denotes complex conjugation and the \ell-th subscript is again interpreted modulo N_\ell (for \ell = 1,2,\ldots,d).
== Applications == The DFT has seen wide usage across a large number of fields; we only sketch a few examples below (see also the references at the end). All applications of the DFT depend crucially on the availability of a fast algorithm to compute discrete Fourier transforms and their inverses, a [[fast Fourier transform]].
=== Spectral analysis ===
When the DFT is used for [[signal spectral analysis]], the {x_n} sequence usually represents a [[finite set]] of uniformly spaced time-samples of some signal x(t),, where t represents time. The conversion from continuous time to samples (discrete-time) changes the underlying [[continuous Fourier transform|Fourier transform]] of x(t) into a [[discrete-time Fourier transform]] (DTFT), which generally entails a type of distortion called [[aliasing]]. Choice of an appropriate sample-rate (see ''[[Nyquist rate]]'') is the key to minimizing that distortion. Similarly, the conversion from a very long (or infinite) sequence to a manageable size entails a type of distortion called ''[[Spectral leakage|leakage]]'', which is manifested as a loss of detail (a.k.a. resolution) in the DTFT. Choice of an appropriate sub-sequence length is the primary key to minimizing that effect. When the available data (and time to process it) is more than the amount needed to attain the desired frequency resolution, a standard technique is to perform multiple DFTs, for example to create a [[spectrogram]]. If the desired result is a power spectrum and noise or randomness is present in the data, averaging the magnitude components of the multiple DFTs is a useful procedure to reduce the [[variance]] of the spectrum (also called a [[periodogram]] in this context); two examples of such techniques are the [[Welch method]] and the [[Bartlett method]]; the general subject of estimating the power spectrum of a noisy signal is called [[spectral estimation]].
A final source of distortion (or perhaps ''illusion'') is the DFT itself, because it is just a discrete sampling of the DTFT, which is a function of a continuous frequency domain. That can be mitigated by increasing the resolution of the DFT. That procedure is illustrated at {{slink|Discrete-time Fourier transform|Sampling the DTFT|nopage=y}}.
- The procedure is sometimes referred to as ''zero-padding'', which is a particular implementation used in conjunction with the [[fast Fourier transform]] (FFT) algorithm. The inefficiency of performing multiplications and additions with zero-valued "samples" is more than offset by the inherent efficiency of the FFT.
- As already stated, leakage imposes a limit on the inherent resolution of the DTFT, so there is a practical limit to the benefit that can be obtained from a fine-grained DFT.
=== Optics, diffraction, and tomography ===
The discrete Fourier transform is widely used with spatial frequencies in modeling the way that light, electrons, and other probes travel through optical systems and scatter from objects in two and three dimensions. The dual (direct/reciprocal) vector space of three dimensional objects further makes available a three dimensional reciprocal lattice, whose construction from translucent object shadows (via the [[Projection-slice theorem|Fourier slice theorem]]) allows tomographic reconstruction of three dimensional objects with a wide range of applications e.g. in modern medicine.
=== Filter bank === See {{slink|Filter bank|FFT filter banks|nopage=y}} and {{slink|Discrete-time Fourier transform|Sampling the DTFT|nopage=y}}.
===Data compression=== The field of digital signal processing relies heavily on operations in the frequency domain (i.e. on the Fourier transform). For example, several [[lossy compression|lossy]] image and sound compression methods employ the discrete Fourier transform: the signal is cut into short segments, each is transformed, and then the Fourier coefficients of high frequencies, which are assumed to be unnoticeable, are discarded. The decompressor computes the inverse transform based on this reduced number of Fourier coefficients. (Compression applications often use a specialized form of the DFT, the [[discrete cosine transform]] or sometimes the [[modified discrete cosine transform]].)
Some relatively recent compression algorithms, however, use [[wavelet transform]]s, which give a more uniform compromise between time and frequency domain than obtained by chopping data into segments and transforming each segment. In the case of [[JPEG2000]], this avoids the spurious image features that appear when images are highly compressed with the original [[JPEG]].
===Partial differential equations=== Discrete Fourier transforms are often used to solve [[partial differential equations]], where again the DFT is used as an approximation for the [[Fourier series]] (which is recovered in the limit of infinite ''N''). The advantage of this approach is that it expands the signal in complex exponentials e^{inx}, which are eigenfunctions of differentiation: {\text{d} \big( e^{inx} \big) }/\text{d}x = in e^{inx}. Thus, in the Fourier representation, differentiation is simple—we just multiply by in. (However, the choice of n is not unique due to aliasing; for the method to be convergent, a choice similar to that in the [[#Trigonometric interpolation polynomial|trigonometric interpolation]] section above should be used.) A [[linear differential equation]] with constant coefficients is transformed into an easily solvable algebraic equation. One then uses the inverse DFT to transform the result back into the ordinary spatial representation. Such an approach is called a [[spectral method]].
===Polynomial multiplication===
Suppose we wish to compute the polynomial product ''c''(''x'') = ''a''(''x'') · ''b''(''x''). The ordinary product expression for the coefficients of ''c'' involves a linear (acyclic) convolution, where indices do not "wrap around." This can be rewritten as a cyclic convolution by taking the coefficient vectors for ''a''(''x'') and ''b''(''x'') with constant term first, then appending zeros so that the resultant coefficient vectors '''a''' and '''b''' have dimension {{Nowrap|''d'' > deg(''a''(''x'')) + deg(''b''(''x''))}}. Then,
:\mathbf{c} = \mathbf{a} * \mathbf{b}
Where '''c''' is the vector of coefficients for ''c''(''x''), and the convolution operator *, is defined so
:c_n = \sum_{m=0}^{d-1}a_m b_{n-m\ \mathrm{mod}\ d} \qquad\qquad\qquad n=0,1,\dots,d-1
But convolution becomes multiplication under the DFT:
:\mathcal{F}(\mathbf{c}) = \mathcal{F}(\mathbf{a})\mathcal{F}(\mathbf{b})
Here the vector product is taken elementwise. Thus the coefficients of the product polynomial ''c''(''x'') are just the terms 0, ..., deg(''a''(''x'')) + deg(''b''(''x'')) of the coefficient vector
:\mathbf{c} = \mathcal{F}^{-1}(\mathcal{F}(\mathbf{a})\mathcal{F}(\mathbf{b})).
With a [[fast Fourier transform]], the resulting algorithm takes ''O''(''N'' log ''N'') arithmetic operations. Due to its simplicity and speed, the [[Cooley–Tukey FFT algorithm]], which is limited to [[composite number|composite]] sizes, is often chosen for the transform operation. In this case, ''d'' should be chosen as the smallest integer greater than the sum of the input polynomial degrees that is factorizable into small prime factors (e.g. 2, 3, and 5, depending upon the FFT implementation).
====Multiplication of large integers====
The fastest known [[multiplication algorithms|algorithms]] for the multiplication of very large [[integer]]s use the polynomial multiplication method outlined above. Integers can be treated as the value of a polynomial evaluated specifically at the number base, with the coefficients of the polynomial corresponding to the digits in that base (ex. 123 = 1 \cdot 10^2 + 2 \cdot 10^1 + 3 \cdot 10^0). After polynomial multiplication, a relatively low-complexity carry-propagation step completes the multiplication.
==== Convolution ==== When data is [[Convolution|convolved]] with a function with wide support, such as for downsampling by a large sampling ratio, because of the [[Convolution theorem]] and the FFT algorithm, it may be faster to transform it, multiply pointwise by the transform of the filter and then reverse transform it. Alternatively, a good filter is obtained by simply truncating the transformed data and re-transforming the shortened data set.
==Some discrete Fourier transform pairs==
{| class="wikitable" style="text-align: center;" |+ '''Some DFT pairs''' |- ! x_n = \frac{1}{N}\sum_{k=0}^{N-1}X_k e^{i 2 \pi kn/N} ! X_k = \sum_{n=0}^{N-1}x_n e^{-i 2 \pi kn/N} ! Note |- | x_n e^{i 2 \pi n\ell/N} , | X_{k-\ell}, | Frequency shift theorem |- | x_{n-\ell}, | X_k e^{-i 2 \pi k\ell/N} , | Time shift theorem |- | x_n \in \mathbb{R} | X_k=X_{N-k}^*, | Real DFT |- | a^n, | \left{ \begin{matrix} N & \mbox{if } a = e^{i 2 \pi k/N} \ \frac{1-a^N}{1-a , e^{-i 2 \pi k/N} } & \mbox{otherwise} \end{matrix} \right. | from the [[geometric progression]] formula |- | {N-1 \choose n}, | \left(1+e^{-i 2 \pi k/N} \right)^{N-1}, | from the [[binomial theorem]] |- | \left{ \begin{matrix} \frac{1}{W} & \mbox{if } 2n < W \mbox{ or } 2(N-n) < W \ 0 & \mbox{otherwise} \end{matrix} \right. | \left{ \begin{matrix} 1 & \mbox{if } k = 0 \ \frac{\sin\left(\frac{\pi W k}{N}\right)} {W \sin\left(\frac{\pi k}{N}\right)} & \mbox{otherwise} \end{matrix} \right. | x_n is a rectangular [[window function]] of ''W'' points centered on ''n''=0, where ''W'' is an [[odd integer]], and X_k is a [[sinc]]-like function (specifically, X_k is a [[Dirichlet kernel]]) |- | \sum_{j\in\mathbb{Z}} \exp\left(-\frac{\pi}{cN}\cdot(n+N\cdot j)^2\right) | \sqrt{cN} \cdot \sum_{j\in\mathbb{Z}} \exp\left(-\frac{\pi c}{N}\cdot(k+N\cdot j)^2\right) | [[Discretization]] and [[periodic summation]] of the scaled [[Gaussian function]]s for c>0. Since either c or \frac{1}{c} is larger than one and thus warrants fast convergence of one of the two series, for large c you may choose to compute the frequency spectrum and convert to the time domain using the discrete Fourier transform. |}
==Generalizations==
=== Representation theory === {{further|Representation theory of finite groups#Discrete Fourier transform}}
The DFT can be interpreted as a complex-valued [[representation theory|representation]] of the finite [[cyclic group]]. In other words, a sequence of n complex numbers can be thought of as an element of n-dimensional complex space \mathbb{C}^n or equivalently a function f from the finite cyclic group of order n to the complex numbers, \mathbb{Z}_n \mapsto \mathbb{C}. So f is a [[class function]] on the finite cyclic group, and thus can be expressed as a linear combination of the irreducible characters of this group, which are the roots of unity.
From this point of view, one may generalize the DFT to representation theory generally, or more narrowly to the [[representation theory of finite groups]].
More narrowly still, one may generalize the DFT by either changing the target (taking values in a field other than the complex numbers), or the domain (a group other than a finite cyclic group), as detailed in the sequel.
=== Other fields === {{Main|Discrete Fourier transform (general)|Number-theoretic transform}}
Many of the properties of the DFT only depend on the fact that e^{-\frac{i 2 \pi}{N}} is a [[primitive root of unity]], sometimes denoted \omega_N or W_N (so that \omega_N^N = 1). Such properties include the completeness, orthogonality, Plancherel/Parseval, periodicity, shift, convolution, and unitarity properties above, as well as many FFT algorithms. For this reason, the discrete Fourier transform can be defined by using roots of unity in [[field (mathematics)|fields]] other than the complex numbers, and such generalizations are commonly called ''number-theoretic transforms'' (NTTs) in the case of [[finite field]]s. For more information, see [[number-theoretic transform]] and [[discrete Fourier transform (general)]].
=== Other finite groups === {{Main|Fourier transform on finite groups}}
The standard DFT acts on a sequence ''x''0, ''x''1, ..., ''x''''N''−1 of complex numbers, which can be viewed as a function {0, 1, ..., ''N'' − 1} → '''C'''. The multidimensional DFT acts on multidimensional sequences, which can be viewed as functions : {0, 1, \ldots, N_1-1} \times \cdots \times {0, 1, \ldots, N_d-1} \to \mathbb{C}. This suggests the generalization to [[Fourier transform on finite groups|Fourier transforms on arbitrary finite groups]], which act on functions ''G'' → '''C''' where ''G'' is a [[finite group]]. In this framework, the standard DFT is seen as the Fourier transform on a [[cyclic group]], while the multidimensional DFT is a Fourier transform on a direct sum of cyclic groups.
Further, Fourier transform can be on cosets of a group.
==Alternatives== {{Main|Discrete wavelet transform}}
{{further|Discrete wavelet transform#Comparison with Fourier transform}} There are various alternatives to the DFT for various applications, prominent among which are [[wavelet]]s. The analog of the DFT is the [[discrete wavelet transform]] (DWT). From the point of view of [[time–frequency analysis]], a key limitation of the Fourier transform is that it does not include ''location'' information, only ''frequency'' information, and thus has difficulty in representing transients. As wavelets have location as well as frequency, they are better able to represent location, at the expense of greater difficulty representing frequency. For details, see [[Discrete wavelet transform#Comparison with Fourier transform|comparison of the discrete wavelet transform with the discrete Fourier transform]].
==See also==
- [[Companion matrix]]
- [[DFT matrix]]
- [[Fast Fourier transform]]
- [[FFTPACK]]
- [[Fastest Fourier Transform in the West]]
- [[Generalizations of Pauli matrices]]
- [[Least-squares spectral analysis]]
- [[List of Fourier-related transforms]]
- [[Multidimensional transform]]
- [[Zak transform]]
- [[Quantum Fourier transform]]
==Notes== {{notelist-ua}}
==References== {{reflist|1|refs= {{cite journal |last=Strang |first=Gilbert |title=Wavelets |journal=American Scientist |date=May–June 1994 |volume=82 |issue=3 |pages=250–255 |jstor=29775194 |bibcode=1994AmSci..82..250S |quote=This is the most important numerical algorithm of our lifetime...}} {{cite journal |last=Sahidullah |first=Md. |author2=Saha, Goutam |title=A Novel Windowing Technique for Efficient Computation of MFCC for Speaker Recognition |journal=IEEE Signal Processing Letters |date=Feb 2013 |volume=20 |issue=2 |pages=149–152 |doi=10.1109/LSP.2012.2235067 |arxiv=1206.2437 |bibcode=2013ISPL...20..149S|s2cid=10900793 }} {{cite journal |author=[[James Cooley|J. Cooley]], P. Lewis, and P. Welch |title=The finite Fourier transform |journal=IEEE Transactions on Audio and Electroacoustics |volume=17 |issue=2 |pages=77–85 |year=1969 |doi=10.1109/TAU.1969.1162036 |bibcode=1969ITAuE..17...77C }} {{cite web |title=Shift zero-frequency component to center of spectrum – MATLAB fftshift |url=http://www.mathworks.com/help/matlab/ref/fftshift.html|website=mathworks.com |publisher=The MathWorks, Inc. |access-date=10 March 2014 |location=Natick, MA 01760}} {{Citation |last1 =Proakis |first1 =John G. |last2 =Manolakis |first2 =Dimitri G. |title =Digital Signal Processing: Principles, Algorithms and Applications |place=Upper Saddle River, NJ |publisher=Prentice-Hall International |year=1996 |edition=3 |language=en |id=sAcfAQAAIAAJ |isbn=978-0-13-394289-7 |bibcode=1996dspp.book.....P |url-access=registration |url=https://archive.org/details/digitalsignalpro00proa}} {{cite book |last1=Oppenheim |first1=Alan V. |author-link=Alan V. Oppenheim |last2=Schafer |first2=Ronald W. |author2-link=Ronald W. Schafer |last3=Buck |first3=John R. |title=Discrete-time signal processing |page=[https://archive.org/details/discretetimesign00alan/page/571 571] |year=1999 |publisher=Prentice Hall |location=Upper Saddle River, N.J. |isbn=0-13-754920-2 |edition=2nd |url-access=registration |url=https://archive.org/details/discretetimesign00alan }} {{cite book |last1=McGillem |first1=Clare D. |last2=Cooper |first2=George R. |pages=171–172 |title=Continuous and Discrete Signal and System Analysis |publisher=Holt, Rinehart and Winston |edition=2 |date=1984 |isbn=0-03-061703-0}} {{Cite journal |last1=Massar |first1=S. |last2=Spindel |first2=P. |doi=10.1103/PhysRevLett.100.190401 |title=Uncertainty Relation for the Discrete Fourier Transform |journal=Physical Review Letters |volume=100 |issue=19 |year=2008 |pmid=18518426 |arxiv=0710.0723 |bibcode=2008PhRvL.100s0401M |article-number=190401|s2cid=10076374 }} {{cite journal |last1=DeBrunner |first1=Victor |last2=Havlicek |first2=Joseph P. |last3=Przebinda |first3=Tomasz|last4=Özaydin |first4=Murad |year=2005 |title=Entropy-Based Uncertainty Measures for L^2(\mathbb{R}^n),\ell^2(\mathbb{Z}), and \ell^2(\mathbb{Z}/N\mathbb{Z}) With a Hirschman Optimal Transform for \ell^2(\mathbb{Z}/N\mathbb{Z}) |journal=IEEE Transactions on Signal Processing |volume=53 |issue=8 |page=2690 |doi=10.1109/TSP.2005.850329 |url=http://redwood.berkeley.edu/w/images/9/95/2002-26.pdf |access-date=2011-06-23 |bibcode=2005ITSP...53.2690D|s2cid=206796625 }} {{cite journal |last1=Donoho |first1=D.L. |last2=Stark |first2=P.B |s2cid=115142886 |year=1989 |title=Uncertainty principles and signal recovery |journal=SIAM Journal on Applied Mathematics |volume=49 |issue=3 |pages=906–931 |doi=10.1137/0149053 |bibcode=1989SJAM...49..906D }} Santhanam, Balu; Santhanam, Thalanayar S. [https://ieeexplore.ieee.org/document/4217977 "''Discrete Gauss-Hermite functions and eigenvectors of the centered discrete Fourier transform''"], Proceedings of the 32nd IEEE ''International Conference on Acoustics, Speech, and Signal Processing'' (ICASSP 2007, SPTM-P12.4), vol. III, pp. 1385-1388. Akansu, Ali N.; Agirman-Tosun, Handan [http://web.njit.edu/~akansu/PAPERS/AkansuIEEE-TSP2010.pdf "''Generalized Discrete Fourier Transform With Nonlinear Phase''"], IEEE ''Transactions on Signal Processing'', vol. 58, no. 9, pp. 4547–4556, Sept. 2010. {{cite journal | author1=Isabelle Baraquin | author2=Nicolas Ratier | title=Uniqueness of the discrete Fourier transform | journal= Signal Processing | volume = 209 | article-number = 109041 | year=2023 | issn=0165-1684 | doi=10.1016/j.sigpro.2023.109041| doi-access=free | bibcode=2023SigPr.20909041B }} }}
==Further reading==
- {{cite book | last = Brigham | first = E. Oran | title=The fast Fourier transform and its applications | location = Englewood Cliffs, N.J. | publisher = Prentice Hall | year=1988 | isbn=978-0-13-307505-2 }}
- {{cite book | last = Smith | first = Steven W. | chapter-url = http://www.dspguide.com/ch8/1.htm | title = The Scientist and Engineer's Guide to Digital Signal Processing | edition = Second | location = San Diego, Calif. | publisher = California Technical Publishing | year=1999 | isbn=978-0-9660176-3-2 | chapter = Chapter 8: The Discrete Fourier Transform }}
- {{cite book | first = Thomas H. | last = Cormen | author-link = Thomas H. Cormen |author2=Charles E. Leiserson | author3-link = Ronald L. Rivest |author3=Ronald L. Rivest | author4-link = Clifford Stein |author4=Clifford Stein | year = 2001 | title = Introduction to Algorithms | edition = Second | publisher = MIT Press and McGraw-Hill | isbn = 978-0-262-03293-3 | chapter = Chapter 30: Polynomials and the FFT | pages = [https://archive.org/details/introductiontoal00corm_691/page/n844 822]–848 | title-link = Introduction to Algorithms | author2-link = Charles E. Leiserson }} esp. section 30.2: The DFT and FFT, pp. 830–838.
- {{cite journal |author1=J. H. McClellan |author2=T. W. Parks | title = Eigenvalues and eigenvectors of the discrete Fourier transformation | journal =IEEE Transactions on Audio and Electroacoustics | volume = 20 | issue = 1 | pages = 66–74 | year = 1972 | doi = 10.1109/TAU.1972.1162342 }}
- {{cite journal |author1=Bradley W. Dickinson |author2=Kenneth Steiglitz | title = Eigenvectors and functions of the discrete Fourier transform | journal =IEEE Transactions on Acoustics, Speech, and Signal Processing | volume = 30 | issue = 1 | pages = 25–31 | year = 1982 | doi = 10.1109/TASSP.1982.1163843 |bibcode=1982ITASS..30...25D | url = http://www.cs.princeton.edu/~ken/Eigenvectors82.pdf|citeseerx=10.1.1.434.5279 }} (Note that this paper has an apparent typo in its table of the eigenvalue multiplicities: the +''i''/−''i'' columns are interchanged. The correct table can be found in McClellan and Parks, 1972, and is easily confirmed numerically.)
- {{cite journal | author = F. A. Grünbaum | title = The eigenvectors of the discrete Fourier transform | journal =Journal of Mathematical Analysis and Applications | volume = 88 | issue = 2 | pages = 355–363 | year = 1982 | doi = 10.1016/0022-247X(82)90199-8 | doi-access = free }}
- {{cite journal |author1=C. Candan |author2=M. A. Kutay |author3=H. M.Ozaktas | title = The discrete fractional Fourier transform | journal = IEEE Transactions on Signal Processing | volume = 48 | issue = 5 | pages = 1329–1337 | year = 2000 | doi = 10.1109/78.839980 |bibcode = 2000ITSP...48.1329C |url=http://www.ee.bilkent.edu.tr/~haldun/publications/ozaktas166.pdf |archive-url=https://web.archive.org/web/20170921231500/http://www.ee.bilkent.edu.tr/~haldun/publications/ozaktas166.pdf |archive-date=2017-09-21 |url-status=live|hdl=11693/11130 | hdl-access = free }}
- {{cite journal | author = Magdy Tawfik Hanna, Nabila Philip Attalla Seif, and Waleed Abd El Maguid Ahmed | title = Hermite-Gaussian-like eigenvectors of the discrete Fourier transform matrix based on the singular-value decomposition of its orthogonal projection matrices | journal =IEEE Transactions on Circuits and Systems I: Regular Papers | volume = 51 | issue = 11 | pages = 2245–2254 | year = 2004 | doi = 10.1109/TCSI.2004.836850 | bibcode = 2004ITCSE..51.2245H | s2cid = 14468134 }}
- {{cite journal |author1=Shamgar Gurevich |author2=Ronny Hadani | title=On the diagonalization of the discrete Fourier transform | id=preprint at | journal=Applied and Computational Harmonic Analysis | volume = 27 | issue = 1 | year=2009 | pages=87–99 | doi=10.1016/j.acha.2008.11.003 | arxiv=0808.3281 |s2cid=14833478 }}
- {{cite journal |author1=Shamgar Gurevich |author2=Ronny Hadani |author3=Nir Sochen | title=The finite harmonic oscillator and its applications to sequences, communication and radar | id=preprint at | journal= IEEE Transactions on Information Theory | volume = 54 | issue = 9 | pages = 4239–4253 | year=2008 | doi=10.1109/TIT.2008.926440 | arxiv=0808.1495 |bibcode=2008arXiv0808.1495G |s2cid=6037080 }}
- {{cite arXiv | last1 = Casper | first1 = William | last2 = Yakimov | first2 = Milen | date = 2024 | title = The restricted discrete Fourier transform | eprint = 2407.20379 | class = math.CA }}
==External links==
- [https://jackschaedler.github.io/circles-sines-signals/ Interactive explanation of the DFT]
- [https://www.nbtwiki.net/doku.php?id=tutorial:the_discrete_fourier_transformation_dft Matlab tutorial on the Discrete Fourier Transformation] {{Webarchive|url=https://web.archive.org/web/20160304200056/http://www.nbtwiki.net/doku.php?id=tutorial:the_discrete_fourier_transformation_dft |date=2016-03-04 }}
- [https://web.archive.org/web/20160523205720/http://www.fourier-series.com/fourierseries2/DFT_tutorial.html Interactive flash tutorial on the DFT]
- [http://ccrma.stanford.edu/~jos/mdft/mdft.html Mathematics of the Discrete Fourier Transform by Julius O. Smith III]
- [http://www.fftw.org FFTW: Fast implementation of the DFT - coded in C and under General Public License (GPL)]
- [http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html General Purpose FFT Package: Yet another fast DFT implementation in C & FORTRAN, permissive license]
- [http://web.mit.edu/newsoffice/2009/explained-fourier.html Explained: The Discrete Fourier Transform]
- [https://web.archive.org/web/20171010173422/http://en.dsplib.org/content/dft.html Discrete Fourier Transform]
- [https://web.archive.org/web/20171113135838/http://en.dsplib.org/content/dft_freq.html Indexing and shifting of Discrete Fourier Transform]
- [https://web.archive.org/web/20171106092801/http://en.dsplib.org/content/dft_prop.html Discrete Fourier Transform Properties]
- [https://web.njit.edu/~akansu/gdft.htm Generalized Discrete Fourier Transform (GDFT) with Nonlinear Phase]
{{DSP}}
{{DEFAULTSORT:Discrete Fourier Transform}} [[Category:Fourier analysis]] [[Category:Digital signal processing]] [[Category:Numerical analysis]] [[Category:Discrete transforms]] [[Category:Unitary operators]]
[[cs:Fourierova transformace#Diskrétní Fourierova transformace]] [[pt:Transformada de Fourier#Transformada discreta de Fourier]] [[fi:Fourier'n muunnos#Diskreetti Fourier'n muunnos]]
Related Articles
From MOAI Insights

디지털 트윈, 당신 공장엔 이미 있다 — 엑셀과 MES 사이 어딘가에
디지털 트윈은 10억짜리 3D 시뮬레이션이 아니다. 지금 쓰고 있는 엑셀에 좋은 질문 하나를 더하는 것 — 두 전문가가 중소 제조기업이 이미 가진 데이터로 예측하는 공장을 만드는 현실적 로드맵을 제시한다.

공장의 뇌는 어떻게 생겼는가 — 제조운영 AI 아키텍처 해부
지식관리, 업무자동화, 의사결정지원 — 따로 보면 다 있던 것들입니다. 제조 AI의 진짜 차이는 이 셋이 순환하면서 '우리 공장만의 지능'을 만든다는 데 있습니다.

그 30분을 18년 동안 매일 반복했습니다 — 품질팀장이 본 AI Agent
18년차 품질팀장이 매일 아침 30분씩 반복하던 데이터 분석을 AI Agent가 3분 만에 해냈습니다. 챗봇과는 완전히 다른 물건 — 직접 시스템에 접근해서 데이터를 꺼내고 분석하는 AI의 현장 도입기.
Want to apply this in your factory?
MOAI helps manufacturing companies adopt AI tailored to their operations.
Talk to us →