[Math] difference between Fourier Transform and Fast Fourier Transform

fourier analysisharmonic-analysisintegral-transformswavelets

If you think about Fourier Transform, in the classical cases, say on the real line, what it is?
Just a waded sum. Right?
You take a function $f$, and you take it's Fourier Transform at particular frequency k,
then it’s going to be something like integral over the real line of this exponential factor
$$\int_{R}^{}{e^{ik}\cdot{f(x)}}dx$$
So $f$ is a general complex value function.

One way to think about Fourier Transform in the classical case is that if you take the space of all functions that you apply their Fourier Transform to.
To take the space of functions that it defines way in to separate that space into subspaces, which are independently effected by translation, right?

But how to describe the Fast Fourier Transform?
What is difference?
Also I need to know is there another kind of Fourier Transform excluding FFT and Discrete Fourier Transform?

Thank you anyway!

Best Answer

Fourier Transform is a function.

Fast Fourier Transform is an algorithm.

It is similar to the relationship between division and long division. Division is a function, long division is a way to compute the function.

Related Question