How to expand the Gaussian Kernel into series of eigenfunctions?

3 ビュー (過去 30 日間)
saadi
saadi 2019 年 12 月 24 日
コメント済み: Vladimir Sovkov 2019 年 12 月 24 日
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 Center および File ExchangeTime Series についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by