How to expand the Gaussian Kernel into series of eigenfunctions?

3 次查看(过去 30 天)
I have a gaussian kernal
How to expand it into a series of eigenfunctions ?Any help will be appreciated.

采纳的回答

Vladimir Sovkov
Vladimir Sovkov 2019-12-24
Fitst of all, you should specify --nothing can be done with an arbtrary function. Then, you can try to calculate the integrals analytically using the call function "int" in the Symbolic Math Toolbox, but there is no guarantee that an analytical solution exists at all. To find the numerical solution you should compute the integrals numerically at every x, y, i of interest; use the call function "inegral" for this purpose. There are special cases where the computetion can be simplifyed, e.g., in a case you mean the Fourier transfer (you are expressed in terms of complex exponents or sin/cos functions), the call function "fourier" (symbolic) or "fft" and "ifft" (numerical) can be used. The new non-uniform Fourier transform functions "nufft" and "nufftn" are announced to be introduced in Matlab 2020a.
  3 个评论
Vladimir Sovkov
Vladimir Sovkov 2019-12-24
If you want to learn about the computational functions, just search Matlab Help system for the functions I listed above.
If you want to learn about the mathematics behind your problem (I do not know what your educational background is ...), read any textbook on Functional Analysis; a brief introduction in Wikipedia is, e.g., at https://en.wikipedia.org/wiki/Functional_analysis
Vladimir Sovkov
Vladimir Sovkov 2019-12-24
I misprinted in the 1st part of my answer. Must be "integral" but not "inegral".

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by