Performing the transform on the below logic
显示 更早的评论
I have the below function for which I need to perform spatial Fourier transform and plot its spatial frequency spectrum for various values of y.
How to do this using matlab?
Y1 = acos(x/2+y) + asin(g/3+x);
%g is constant
1 个评论
for various values of y & x?
you can create a meshgrid of y's and x's
evaluate the function f(x,y)
then use fft2: 2-D fast Fourier transform - MATLAB fft2 (mathworks.com)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Discrete Fourier and Cosine Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
