Extract k-space from nifti image

36 次查看(过去 30 天)
I have a brain MRI dataset (T2W MRI of the oasis3 dataset) in nifti format. How can I extract the k-space (with Fourier) and plot the signal?

回答(1 个)

Prachi Kulkarni
Prachi Kulkarni 2021-11-29
Hi,
You can use the niftiread function to read the MRI volumetric data from a NIfTI file.
If the volume is in spatiotemporal domain, you can use the Fourier transform operator fft2 or fftn (whichever is compatible with the imaging protocol for the dataset) to get the k-space data.

类别

Help CenterFile Exchange 中查找有关 MRI 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by