For my project, I need to take FFT of MRI image and for that, I am planning to start with taking the FFT of a dipole corresponding to the sample. My question is, how to identify the dipole in the MRI image ?
I have the data in the form of a 3D array and using MATLAB for programming. My assumption is that first I need to convert this array into k-space matrix. Any suggestions ?