0

I came across the time reversal property of $DFT$ that states:

\begin{equation*} x(<-n>_{N})\rightarrow X^{*}(k) \end{equation*}

I can't seem to understand though how can this property be used practically, lets say in a case where you know a sequence $x(n)=\{e_1,e_2,e_3\}$ and its DFT $X(k)=\{e_{11},e_{22},e_{33}\}$ and you want to find the DFT of the sequence $x(-n)$.

Adam
  • 351

2 Answers2

0

Time reversal property states that if signal is reversed in time, the fourier coefficient is conjugate of $F(x[n])$ i.e $X(e^{(-j\omega)})$ or simply $X(-j\omega)$. (assuming real x[n])

So, if you mark fourier coefficients on a circle based on phase angle, $\omega$. To find coefficients of fourier transform of $x[n]$ you read anti-clockwise on circle and for $x[-n]$ clockwise

For the example you stated above DFT of $x[-n] = \bar{e11}, \bar{e22}, \bar{e33}$

0

To try explain it as simple as possible. You can think of it as mirroring each sine and cosine in the Fourier Transform in the middle point.

  1. The cosines (real part of complex exponential) are even ($\cos(wx) = \cos(-wx)$), so they don't change.
  2. The sines (imaginary part of complex exponential) are odd ($\sin(-wx) = -\sin(wx)$) so they will switch sign.

Therefore the imaginary part of each Fourier coefficient will switch sign but the real part will remain the same.

mathreadler
  • 25,824