Flip operator's equality to Double Fourier

  • Context: Graduate 
  • Thread starter Thread starter valjok
  • Start date Start date
  • Tags Tags
    Fourier
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
valjok
Messages
70
Reaction score
0
Some authors say that applying Fourier transform twice flips the vector, F2[x(t)] = x(-t). Yet, the simple checks proves this wrong. For instance, take 2x2 DFT:

[tex]\left[\begin{array}{cc}1&1\\ 1&-1\end{array}\right]^2 = \left[\begin{array}{cc}1&0\\ 0&1\end{array}\right][/tex]

The Identity is different from counter-identity. It cannot therefore flip the vector elements. Where is the mistake?
 
Physics news on Phys.org
For the size-n DFT, (F2x)(t) = x(-t), where x is a periodic function with period n.

In the case n = 2, there is no mystery, since x(-0) = x(0) and x(-1) = x(-1 + 2) = x(1), since x has period 2.
 
This is a great answer!