FFT contour and mean

조회 수: 10 (최근 30일)
Philippe
Philippe 2014년 6월 21일
답변: Philippe 2014년 6월 21일
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.

채택된 답변

Philippe
Philippe 2014년 6월 21일
What made it much easier to me was applying this command:
k = (10/3)*sum((abs(fft(rXR_exp)))')/N;
plot(k);
!0/3 is an experimental constant which is working fine for me.

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 6월 21일
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.

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by