FFT contour and mean
显示 更早的评论

Hi, I wish to get some kind of mean out of this experimental FFT I've got, and I want to see it in a bidimensional graph, since I the graph presents some kind of symmetry. I believe it is some kind of contour command I have to use but I've been having a lot of trouble with the fft() command.
Plus does anybody know how do I trace the phase in the same way?
The problematic part of the code is in the end of it. (The file is attached.)
Thanks in advance.
采纳的回答
更多回答(1 个)
Image Analyst
2014-6-21
0 个投票
What a mess. I suggest you use imshow() or image() to display it instead of surf(). It's virtually impossible to trace anything on that surf graphic, but for an image it would be trivial.
类别
在 帮助中心 和 File Exchange 中查找有关 Contour Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!