• DFT, DFS, DTFT
  • DTFT of periodic sequences
  • DTFT of finite-support sequences
  • Zero-padding

contents


transforms

  • DFT and DFS are a change of basis in CN
    • which is the space of complex numbers
  • DTFT is only a formal change of basis in 2(Z)
    • which is the space of finite-energy sequences

basis vectors:

  • basis vectors are the building blocks for any signal
  • a signal can be written as a combination of basis vectors

  • for DTFT:
    • the basis vectors are only a formal definition
    • this is due to the index of DTFT, which is the frequency ω, being uncountable
    • so, no countable basis for DTFT
    • only the intuition of the DFT and DFS is carried over to DTFT spaces
  • DFT: numerical algorithm (computable)
    • linear algebra
  • DTFT: mathematical tool (proofs)
    • to see properties of fourier transforms

embedding finite-length signals

  • for an N-point signal x[n]
    • with spectral representation: DFT{x[n]}=X[k]
  • there are two ways to embed x[n] into an infinite sequence
    • periodic extension:
      • x~[n]=x[n mod N]
    • finite-support extension:
      • x~[n]={x[n]0n<N0 otherwise 

relation between DFT and DTFT

  • here DFT is the spectral analysis of the original finite-length signal
  • the DTFT is the spectral for the extended infinite-length sequence
    • the relationship between the two is explored below
periodic extension DTFT:

x~[n]=x[n mod N]X~(ejω)=n=x~[n]ejωn =n=(1Nk=0N1X~[k]ej2πNnk)ejωn =1Nk=0N1X[k](n=ej2πNnkejωn)

  • here: n=ej2πNnkejωn=DTFT{ej2πNnk} =δ~(ω2πNk) 
  • so DTFT in terms of DFT coefficients: X~(ejω)=1Nk=0N1X[k]δ~(ω2πNk)

  • example:

    dft-dtft-0

    fig: 32-N sawtooth - finite-length signal

    dft-dtft-1

    fig: DFT of the finite-length signal

    dft-dtft-2

    fig: periodically extended finite-length sawtooth

    dft-dtft-3

    fig: DTFT of periodic extension finite-length sawtooth

    • this is a weighted set of dirac-delta functions
      • they are weighted by X[k]
    • they sit at multiples of 2πN
    • the DFT and the DTFT spectrum are essentially the same
      • they are displayed differently from each other
    • the 0 frequency of the DFT is at the left end of the spectrum, but is in the center in the DTFT spectrum
    • the DTFT spectrum is 2π periodic
      • only shown between range [π,π]
    • instead of finite X[k] values like in the DFT, the DTFT spectrum has dirac-deltas
finite-support extension DTFT

x~[n]={x[n]0n<N0 otherwise  X~(ejω)=n=x~[n]ejωn=n=0N1x[n]ejωn =n=0N1(1Nk=0N1X[k]ej2πNnk)ejωn =1Nk=0N1X[k](n=0N1ej(ω2πNk)n)

  • here: n=0N1ej(ω2πNk)n=R¯(ej(ω2πNk))

  • where R¯(ejω) is the DTFT of r¯[n], the interval indicator signal

    r-bar

    fig: r¯[n] - interval indicator signal

  • DTFT of interval signal r¯[n] R¯(ejω)=k=0N1ejωn=1ejωN1ejω =ejωN2[ejωN2ejωN2]ejω2[ejω2ejω2]=sin(ω2N)sin(ω2)ejω2(N1)

    r-bar-dtft

    fig: DTFT of interval indicator signal (N = 9)

  • to finish the computation of DTFT of the finite-support signal: x~[n]ejωn=k=0N1X[k]Λ(ω2πNk)
    • with Λ(ω)=1NR¯(ejω)
      • re-normalized version of R¯
    • smooth interpolation of DFT values
  • example:

    dft-dtft-10

    fig: 32-N sawtooth - finite-length signal

    dft-dtft-11

    fig: DFT of 32-N sawtooth - finite-length signal

    dft-dtft-12

    fig: finite-support extended signal

    dft-dtft-14

    fig: DTFT sketch from smoothened R¯ functions

    dft-dtft-15

    fig: fully constructed DTFT of finite-support extension with the smoothened functions

comparison between DTFTs

dft-dtft-16

fig: comparison between DTFT of periodic and finite-support extension

  • the interpolated curves of the finite-support DTFT pass through the dirac-deltas of the periodic extension DTFT

zero-padding

  • when computing DFT numerically, the data-vector may be padded with zeros to obtain cleaner plots
    • this is called ‘zero-padding’
  • zero-padding does not add any information to the signal
  • a zero-padded DFT is simply a sampled DTFT of the finite-support extension

DFT of zero-padded signal:

XM[h]=n=0M1x[n]ej2πMnh=n=0N1x[n]ej2πMnh 

  • plug-in IDFT of x[n]

=n=0N1(1Nk=0N1XN[k]ej2πNnk)ej2πMnh =1Nk=0N1XN[k](n=0N1ej(2πMh2πNk)n) =X¯(ejω)|ω=2πMh

examples:

  • 32-point sawtooth DFT - zero padded

    zp-2

    fig: one half of the 32-pt DFT of saw-tooth wave

    zp-3

    fig: one-half 32-pt DFT of saw-tooth wave with its DTFT overlaid

  • 96-point sawtooth DFT and DTFT

    zp-4

    fig: one half of the 96-pt DFT of saw-tooth wave

    zp-5

    fig: one-half 96-pt DFT of saw-tooth wave with its DTFT overlaid

  • 200-point sawtooth DFT and DTFT

    zp-64

    fig: one half of the 200-pt DFT of saw-tooth wave

    zp-7

    fig: one-half 200-pt DFT of saw-tooth wave with its DTFT overlaid


references