fourier transform question (math based)

조회 수: 1 (최근 30일)
tx213
tx213 2014년 2월 7일
답변: Image Analyst 2014년 2월 8일
Hello all,
I am trying to take Fourier Transform of a function and I would love some pointers on how to best approach it.
My function is a function of (r,phi) and it is a piecewise function where:
f(r,phi) = 0 , r < r_inner f(r,phi) = cos(phi).^2 + (-0.5)*sin(phi).^2 , r_inner <= r <= r_outter f(r,phi) = 0 , r > r_outter
I've attached a figure here. Can I take the FT of the pieces individually and then sum? My research tells me this is OK. Since my function is in polar coordinates, I should take the FT in polar coordinates; is there an efficient (clever) way to go about this given the the nature of the function, perhaps that it is symmetric?
Any suggestions/insight would be really appreciated. Thanks in advance!

채택된 답변

Image Analyst
Image Analyst 2014년 2월 8일
Just pass the image into fft2().

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by