Skip to main content
Engineering LibreTexts

5.7: Discrete Fourier Transforms (DFT)

  • Page ID
    1825
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives
    • The Fourier transform can be computed in discrete-time despite the complications caused by a finite signal and continuous frequency.

    The discrete-time Fourier transform (and the continuous-time transform as well) can be evaluated when we have an analytic expression for the signal. Suppose we just have a signal, such as the speech signal used in the previous chapter, for which there is no formula. How then would you compute the spectrum? For example, how did we compute a spectrogram such as the one shown in the speech signal example? The Discrete Fourier Transform (DFT) allows the computation of spectra from discrete-time data. While in discrete-time we can exactly calculate spectra, for analog signals no similar exact spectrum computation exists. For analog-signal spectra, use must build special devices, which turn out in most cases to consist of A/D converters and discrete-time computations. Certainly discrete-time spectral analysis is more flexible than continuous-time spectral analysis.

    The formula for the DTFT is a sum, which conceptually can be easily computed save for two issues.

    • Signal duration. The sum extends over the signal's duration, which must be finite to compute the signal's spectrum. It is exceedingly difficult to store an infinite-length signal in any case, so we'll assume that the signal extends over [0,N-1]
    • Continuous frequency. Subtler than the signal duration issue is the fact that the frequency variable is continuous: It may only need to span one period, like [-½,½] or [0,1], but the DTFT formula as it stands requires evaluating the spectra at all frequencies within a period. Let's compute the spectrum at a few frequencies; the most obvious ones are the equally spaced ones

    \[f=\frac{k}{K},k\in \left \{ 0,...,K-1 \right \} \nonumber \]

    We thus define the discrete Fourier transform (DFT) to be

    \[\forall k,k\in \left \{ 0,...,K-1 \right \}:\left ( S(k)=\sum_{n=0}^{N-1}s(n)e^{-\frac{i2\pi nk}{K}} \right ) \nonumber \]

    Here

    \[S(k)=S(e^{i2\pi \frac{k}{K}}) \nonumber \]

    We can compute the spectrum at as many equally spaced frequencies as we like. Note that you can think about this computationally motivated choice as sampling the spectrum; more about this interpretation later. The issue now is how many frequencies are enough to capture how the spectrum changes with frequency. One way of answering this question is determining an inverse discrete Fourier transform formula: given S(k), k={0,...,K-1} how do we find s(n), n={0,...,N-1}? Presumably, the formula will be of the form

    \[s(n)=\sum_{k=0}^{K-1}S(K)e^{\frac{i2\pi nk}{K}} \nonumber \]

    Substituting the DFT formula in this prototype inverse transform yields

    \[s(n)=\sum_{k=0}^{K-1}\sum_{m=0}^{N-1}s(m)e^{-\left ( i \frac{2\pi mk}{K}\right )} e^{i\frac{2\pi nk}{K}} \nonumber \]

    Note that the orthogonality relation we use so often has a different character now.

    \[\sum_{k=0}^{K-1}e^{-\left ( i \frac{2\pi mk}{K}\right )} e^{i\frac{2\pi nk}{K}} =\begin{cases} K & \text{ if }m=\left \{ n,n\pm K,n\pm 2K,... \right \} \\ 0 & \text{ if } otherwise \end{cases} \nonumber \]

    We obtain nonzero value whenever the two indices differ by multiples of K. We can express this result as

    \[K\sum_{l}\delta (m-n-lK) \nonumber \]

    Thus, our formula becomes

    \[s(n)=\sum_{m=0}^{N-1}s(m)K\sum_{l=-\infty }^{\infty }\delta (m-n-lK) \nonumber \]

    The integers n and m both range over {0,...,N-1}. To have an inverse transform, we need the sum to be a single unit sample for m,n in this range. If it did not, then s(n) would equal a sum of values, and we would not have a valid transform: Once going into the frequency domain, we could not get back unambiguously! Clearly, the term l=0 always provides a unit sample (we'll take care of the factor of K soon). If we evaluate the spectrum at fewer frequencies than the signal's duration, the term corresponding to m=n+K will also appear for some values of m,n={0,...,N-1}. This situation means that our prototype transform equals s(n)+s(n+K) for some values of n. The only way to eliminate this problem is to require

    \[K\geq N \nonumber \]

    We must have at least as many frequency samples as the signal's duration. In this way, we can return from the frequency domain we entered via the DFT.

    Exercise \(\PageIndex{1}\)

    When we have fewer frequency samples than the signal's duration, some discrete-time signal values equal the sum of the original signal values. Given the sampling interpretation of the spectrum, characterize this effect a different way.

    Solution

    This situation amounts to aliasing in the time-domain.

    Another way to understand this requirement is to use the theory of linear equations. If we write out the expression for the DFT as a set of linear equations,

    \[s(0)+s(1)+...+s(N-1)=S(0) \nonumber \]

    \[s(0)+s(1)e^{(-i)\frac{2\pi }{K}}+...+s(N-1)e^{(-i)\frac{2\pi (N-1)}{K}}=S(1) \nonumber \]

    \[\vdots \nonumber \]

    \[s(0)+s(1)e^{(-i)\frac{2\pi (K-1)}{K}}+...+s(N-1)e^{(-i)\frac{2\pi (N-1)(K-1)}{K}}=S(K-1) \nonumber \]

    we have K equations in N unknowns if we want to find the signal from its sampled spectrum. This requirement is impossible to fulfill if K<N; we must have \[K\geq N \nonumber \]

    Our orthogonality relation essentially says that if we have a sufficient number of equations (frequency samples), the resulting set of equations can indeed be solved.

    By convention, the number of DFT frequency values K is chosen to equal the signal's duration N. The discrete Fourier transform pair consists of Discrete Fourier Transform Pair

    \[S(k)=\sum_{n=0}^{N-1}s(n)e^{-\left ( i\frac{2\pi nk}{N} \right )} \nonumber \]

    \[s(n)=\frac{1}{N}\sum_{k=0}^{N-1}S(k)e^{\frac{i2\pi nk}{N}} \nonumber \]


    This page titled 5.7: Discrete Fourier Transforms (DFT) is shared under a CC BY 1.0 license and was authored, remixed, and/or curated by Don H. Johnson via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.