-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README MR simulation equation #2
Comments
Ok, I missed the B0. You're correct: For the 2pi, your response doesn't really address my question. After looking in your code, I found that your definition of gamma is:
|
Oh yes, that's correct I did add the When I added the |
Indeed, it must be accounted for somewhere ... let me know here once you've identified it. |
The README has the following equation for MR GRE signal modeling:
I'm concerned about the last term:
$$e^{i(\Phi_0+2\pi{\gamma}TE.B_0(D(\chi^++\chi^-)))}$$
Ignoring the initial phase offset, and the pos/neg susceptibility, you have:
The periodic component of the signal should be represented by:
$$e^{i\Delta\omega TE}$$
where
$$\Delta \omega = \gamma \Delta B$$
$$\Delta B = D \star \Delta \chi $$
and
resulting in:
$$e^{i{\gamma}TE.D \star \Delta \chi}$$
In your equation, why is there a B0 and a 2pi? Why is there a multiplication and not a convolution? Am I missing something?
In your code, I think things match the equations that I derived here.
Susceptibility-Separation-Phantom/func/GRESimulation.m
Lines 76 to 77 in 6733f8c
There's no gamma in the above code though, where can I find the definition? What units is
field
in?The text was updated successfully, but these errors were encountered: