Engineering Analysis/Multi-Dimensional Fourier Series

< Engineering Analysis

The concept of the fourier series can be expanded to include 2-dimensional and n-dimensional function decomposition as well. Let's say that we have a function in terms of independent variables x and y. We can decompose that function as a double-summation as follows:

f(x,y) = \sum_{i=1}^\infty\sum_{j=1}^\infty a_{ij}\phi_{ij}(x,y)

Where φij is a 2-dimensional set of orthogonal basis functions. We can define the coefficients as:

a_{ij} = \frac{\langle f(x,y), \phi_{ij}(x,y)\rangle}{\langle \phi_{ij}(x,y),\phi_{ij}(x,y)\rangle}

This same concept can be expanded to include series with n-dimensions.

further reading

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.