FFT to calculate the amplitude and phase image

4 次查看(过去 30 天)
hi, the goal of my project for my master degree is to build the amplitude and phase image from a series of scintigraphic images that represents a cardiac cycle. to achieve this, I must obtain for each pixel the intensity variation curve over time and apply the FFT to extract the amplitude and the phase of the first harmonic of my spectrum, I must repeat this for all the pixels of the image to finally build from all phases and amplitudes computed a phase image and an amplitude image. it's my first time working with FFT ,can someone help me please with a document to start with or any think can helps to achieve my goal?
  2 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2018-9-19
What do you mean by amplitude and phase of an image?
Amplitude means Intensity, Please confirm?
chaima kadess
chaima kadess 2018-9-19
thanx for responding, I_cos (i,j)= ∑ cos[(2π/T)(k-1)]× val(i,j,k) I_sin (i,j)= ∑ sin[(2π/T)(k-1)]× val(i,j,k) where val(i,j,k)is the (i,j)pixel value of the kth image , T=16 is the total number of the sequence images. amplitude image : I_amp= sqrt((I_cos(i,j))^2+(I_sin(i,j))^2 ) phase image : I_phase=arctan((I_sin(i,j))/(I_cos(i,j) )) hopefully you did understand me.

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by