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

Answers (1)

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 Comment

fft2 work good only when two axis are orthogonal, in my case doesn't orthgonal,

Sign in to comment.

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Products

Release

R2015b

Asked:

on 28 Jun 2022

Commented:

on 4 Jul 2022

Community Treasure Hunt

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

Start Hunting!