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?

Respuestas (1)

Prachi Kulkarni
Prachi Kulkarni el 29 de Nov. de 2021

0 votos

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.

Categorías

Más información sobre Neuroimaging en Centro de ayuda y File Exchange.

Productos

Versión

R2021b

Preguntada:

el 8 de Nov. de 2021

Respondida:

el 29 de Nov. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by