Finding the spatial fourier transform of a function

3 visualizaciones (últimos 30 días)
Amy Topaz
Amy Topaz el 11 de Mzo. de 2022
Comentada: Star Strider el 11 de Mzo. de 2022
Using which matlab tag could we find the fourier transform of a given function?

Respuesta aceptada

Star Strider
Star Strider el 11 de Mzo. de 2022
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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by