leoliuf / MRiLab

A Numerical Magnetic Resonance Imaging (MRI) Simulation Platform
https://leoliuf.github.io/MRiLab/
BSD 2-Clause "Simplified" License
201 stars 63 forks source link

free induction decay and other corresponding signals from a voxel #48

Closed deidieva closed 1 year ago

deidieva commented 1 year ago

Hi, I am having an issue finding out where to obtain the FID signal from? I can only see how to construct a sequence but not the output. I created a sequence with only 90 deg RF pulse. I saw there is "series" mat data in output files but I cannot find the FID signal. I have tried plotting VSig.Sx but it just looks like noise.

leoliuf commented 1 year ago

You can look at both VSig.Sx : A array storing x (real) component of acquired MR signal VSig.Sy : A array storing y (imaginary) component of acquired MR signal

deidieva commented 1 year ago

thanks!