Have some queries about Fourier Transform

344 Views Asked by At

I have some queries about the Fourier transform

  1. In most of the cases, the Fourier transform of a signal is symmetric with respect to positive and negative frequency. I think the computational complexity increases because only half of the symmetric spectrum (i.e. spectrum for only positive frequencies) is useful. Also, while working in the frequency domain we could get wrong value of energy or power due to the spectrum on negative axis.

  2. In the Fourier transform formula the limits of integration are from $-\infty$ to $\infty$. However, for a signal which is continuously or exponentially increasing with time, one can't compute it's Fourier transform.

  3. After computation of Fourier transform of a signal, we get phase and frequency spectrum of the whole signal which is localized in frequency domain only. But from both of these spectrum, we don't get any spatial component features like which frequency component is present at which time (and same with the phase value).

  4. After computation of Fourier transform of signal, with dc and positive frequencies we also get unnecessary negative frequency components. I think concept of negative frequency doesn't exists practically.

I feel that these are the "shortcomings" of Fourier transform but don't know whether they really are or not.

So can anybody give explanation on any of above doubts?

1

There are 1 best solutions below

4
On

1) For real signals you can skip the computations of the negative part if you want, and the energy on it will always be the same as in the positive part

2) Fourier analysis is not aimed at this kind of signals. See Laplace Transforms for that

3) You can get information from both time and frequency domains by windowing the signal in many frames and computing the FT for each of them. Take a look into spectrograms and how people do it

4) In most cases you will only work with real signals so we do ignore the negative part because it is redundant. Telecommunications and electronics engineers sometimes make use of complex signals as a shortcut even if these don't exist in reality