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

조회 수: 17 (최근 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