Finding the spatial fourier transform of a function

5 ビュー (過去 30 日間)
Amy Topaz
Amy Topaz 2022 年 3 月 11 日
コメント済み: Star Strider 2022 年 3 月 11 日
Using which matlab tag could we find the fourier transform of a given function?

採用された回答

Star Strider
Star Strider 2022 年 3 月 11 日
It depends ono what you want to do. 0
The fft function does not care what the units of the independent variable are, so they can be time, distance, pixels, or anything else, so long as they are regularly-spaced in tthe vector.
The fft2 function could be appropriate here, since it will take the Fourier transform in two dimensions. The same constraints apply as to element spacing regularity. See the documentation for relevant details.
  2 件のコメント
Amy Topaz
Amy Topaz 2022 年 3 月 11 日
Thank you
Star Strider
Star Strider 2022 年 3 月 11 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by