Extract k-space from nifti image

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 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeNeuroimaging についてさらに検索

製品

リリース

R2021b

質問済み:

2021 年 11 月 8 日

回答済み:

2021 年 11 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by