What Is the DFT of a Constant Value?

  • Thread starter Thread starter Mr.Tibbs
  • Start date Start date
  • Tags Tags
    Constant Dft
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 12K views
Mr.Tibbs
Messages
23
Reaction score
0
The problem:

What is the discrete Fourier transform of a constant value?

Example DFT{2}

This is not my homework problem but will help me immensly in solving the actual problem.

DFT formula:

X[itex]_{k}[/itex] =[itex]\sum[/itex]x[n] * e[itex]^{\frac{-2\pi kn}{N}}[/itex] from n = 0 to N-1

where N is the number of samples you can take in a 2[itex]\pi[/itex] period.
 
on Phys.org
So x[n] = 2 for all n.

That means you can take x[n] outside the summation, and you're left with a sum of exponential terms. Do you know how to work that out?

Naively I would expect it to reduce to an impulse (delta function) at k = 0, or perhaps regularly repeating impulses, due to the discrete nature of the DFT. I've have to sit down and think about it some more.
 
Ah, that helps out immensely. As it turns out it does turn into a delta function at k = 0. Thank you so much for clearing that up for me.