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 Exchange에서 Neuroimaging에 대해 자세히 알아보기

제품

릴리스

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