Fourier transformation bases on the decomposition into a sequence of
certain frequencies (eigenfrequencies) expressed by the trigonometric
functions and .
If the number of eigenfrequencies is then
this decomposition can be accelerated significantly and is called
Fast Fourier Transformation (FFT).
Approach :
Signal processing,
Partial differential equations in rectangular domains,
Preconditioning of cyclic matrices (BEM).
Ex.: Partial differential equation in the unit square
We have to determine the unknown function from the pde in
.
The domain is discretized by an equidistant grid ( grid lines in each dimension)
and the differential operator will be approximated by a 5-point difference stencil.
The discretized differential operator from the example above
possesses the eigenfrequencies
and appropriate eigenvalues
The right hand side and the unknown function can be expressed
as linear combination of the eigenfrequencies.
(6.7a)
Now, we can achieve the result of the pde as follows :
Express in terms of eigenfrequencies
(Fourier analysis)
Determine the
coefficients
in (6.7a).
Divide the coefficients with the eigenvalues of the discretized differential
operator ( inversion of operator)
Calculate the discrete approximate solution (Fourier synthesis)
in (6.7b)
Items 1 and 3 are realized via (fast) Fourier transformation.
Subsections