Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
33 lines (25 sloc) 2.68 KB

BasicsMPI

The basic functions to:

  • simulate the creation of MPI-signal using a Langevin model for the magnetization of the particle,
  • simulate the encoding princples of the MPI-signal
  • simulate a 2D FFP scanner which is made of ideal/pure fields and obtain the system matrix basis functions
  • simulate a 2D FFL scanner which is made of ideal/pure field and obtain the systemmatrix basis functions

More details on the workflow for the similation of MPI-signal for scanners is given in the wiki and in my thesis.

Values and ideas comes mainly from:

MPI-signal creation

We create these graph and the associated data about the signal generation, 'in' the FFP, with the script "SignalGeneration.m" Alt text

MPI-signal encoding

We create these graph and the associated data about the signal encoding, when a field offset is present, with the script "SignalEncoding.m" Alt text

Ideal FFP scanner

We create these graph and the associated data about the signal generated by an 2D FFp scanner, with the script "Reco2D_IdealFFP.m" Alt text

Ideal FFL scanner

We create these graph and the associated data about the signal generated by an 2D FFL scanner, with the script "Reco2D_IdealFFL.m" Alt text