DTFT of odd function?

266 Views Asked by At

I am confused about the result of an odd function being purely imaginary for the DTFT of an odd function. I was under the understanding that the result of a FT was amplitude and phase as a function of frequency, with phase information being imaginary and amplitude being real. The magnitude could then be calculated from this complex number.

However, in a purely odd function the DTFT is purely imaginary. Is there then no amplitude information? How is the magnitude found?

For instance, if $x[n] = \delta(n - \pi/2) - \delta(n - 3\pi/2)$, the DTFT could be found to be $X(jw) = exp(-jw(\pi/2)) - exp(-jw(3\pi/2))$. Even if this is simplified via symmetry I get $2jexp(-jw\pi)sin(w*\pi/2)$. This is purely imaginary and I am confused how the results are interpreted.

1

There are 1 best solutions below

0
On

There are two ways to represent the Fourier transform - in terms of sines and cosines, or in terms of complex exponentials with positive and negative weights on the exponent. This is based on two choices of basis for the space of solutions to $y''+y=0$; either $y=\sin t$ and $y=\cos t$ or $y=e^{it}$ and $y=e^{-it}$.

The two versions are related by a simple linear transformation. A real-valued odd function will have a transform which is odd and purely imaginary in the complex form, or that is pure sine (and pure real) in the real form. A real-valued even function will have a transform which is even and pure real in the complex form, or real and pure cosine in the real form.

In your "amplitude/phase" framework, the amplitude is the absolute value of that complex number $z$ and the phase is its angle $\arg z$.