This document discusses the Fourier transformation, including:
1) It defines continuous and discrete Fourier transformations and their properties such as separability, translation, periodicity, and convolution.
2) The fast Fourier transformation (FFT) improves the computational complexity of the discrete Fourier transformation from O(N^2) to O(NlogN).
3) FFT works by rewriting the DFT calculation in a way that exploits symmetry and reduces redundant computations.