Fourier Transformation

8. Fourier Transformation#

Suppose that we have a time-dependent signal \(s(t)\) where \(t\) is time. We wwant to analyze the signal and find a characteristic feature. Fourier analysis is one of the most popular mathematical approach. It has been widely used in engineering, science, mathematics, information theory, image processing, stock market, and more. The analysis is based on Fourier transform, which we study in this chapter.

As usual, we begin with some mathematical preperation. First, we review Fourier theorem, on which the Fourier analysis based. In the folloing secvtion, we develop a discrete version of Fourier theorem suitable for digital computation. Then, we introduce a very efficient numerical algorithm to compute the discrete Fourier transform known as Fast Fourier Transform (FFT).


Written on 9/23/2024 by Ryoichi Kawai.