フィルターのクリア

how do 2D Fourier transform for non-uniform matrix ?

9 ビュー (過去 30 日間)
eslam
eslam 2022 年 6 月 28 日
コメント済み: eslam 2022 年 7 月 4 日
  2 件のコメント
KSSV
KSSV 2022 年 6 月 28 日
Read about fft2
eslam
eslam 2022 年 7 月 4 日
fft2 work good only when two axis are orthogonal, in my case doesn't orthgonal.

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

回答 (1 件)

AMIT POTE
AMIT POTE 2022 年 6 月 29 日
Hi Eslam.
You can calculate the 2D Fourier Transform for a non-uniform matrix using fft2(X) function which takes the input matrix as parameter and returns the transform using fast Fourier Transform algorithm.
Read the following documentation to understand this with the help of examples.
  1 件のコメント
eslam
eslam 2022 年 7 月 4 日
fft2 work good only when two axis are orthogonal, in my case doesn't orthgonal,

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

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by