Extract k-space from nifti image

40 vues (au cours des 30 derniers jours)
Francesco Bianca
Francesco Bianca le 8 Nov 2021
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?

Réponses (1)

Prachi Kulkarni
Prachi Kulkarni le 29 Nov 2021
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.

Catégories

En savoir plus sur MRI dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by