Borrar filtros
Borrar filtros

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

9 visualizaciones (últimos 30 días)
eslam
eslam el 28 de Jun. de 2022
Comentada: eslam el 4 de Jul. de 2022
  2 comentarios
KSSV
KSSV el 28 de Jun. de 2022
Read about fft2
eslam
eslam el 4 de Jul. de 2022
fft2 work good only when two axis are orthogonal, in my case doesn't orthgonal.

Iniciar sesión para comentar.

Respuestas (1)

AMIT POTE
AMIT POTE el 29 de Jun. de 2022
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 comentario
eslam
eslam el 4 de Jul. de 2022
fft2 work good only when two axis are orthogonal, in my case doesn't orthgonal,

Iniciar sesión para comentar.

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by