matematikuvol said:
Ok. But that means that Fourier transform of some function depends of definition. If you use one definition, and me the other our results aren't the same. I'm not happy because of that.
not all conventions are equal. electrical engineers, particularly those that worry about communications, control systems, and signal processing most commonly use these definitions (that were missed in this thread) for the Fourier transform and inverse:
\mathcal{F}\{x(t)\} \triangleq X(f) = \int^{+\infty}_{-\infty} x(t) \ e^{-j 2 \pi f t} \ dt
\mathcal{F}^{-1}\{X(f)\} \triangleq x(t) = \int^{+\infty}_{-\infty} X(f) \ e^{+j 2 \pi f t} \ df
(note the change of notation.) frequency is in Hz instead of rad/sec. this way you loose all these nasty scaling factors regarding 2 \pi or square root thereof. but you have to remember to put it into the exponential. the theorems for convolution,
(x*y)(t) \triangleq \int^{\infty}_{-\infty} x(t-u) \ y(u) \ du = \int^{\infty}_{-\infty} x(u) \ y(t-u) \ du
\mathcal{F}\{(x*y)(t)\} = X(f) \cdot Y(f)
Parsevals,
\int_{-\infty}^{\infty} |x(t)|^2 \ dt = \int_{-\infty}^{\infty} |X(f)|^2 \ df
area under the curve,
X(0) = \int^{+\infty}_{-\infty} x(t) \ dt
x(0) = \int^{+\infty}_{-\infty} X(f) \ df
duality,
\mathcal{F}\{g(t)\} = G(f) \quad \iff \quad \mathcal{F}\{G(t)\} = g(-f)
all come out to be quite clean and devoid of nasty scaling factors.
all this is soooo simple by using the right convention. not all conventions are of equal utility.