QMRITools`
QMRITools`

SimReadout

SimReadout[din,ham]

performs a readout of a spinsystem din with hamiltonian ham. Output is {time,fids,ppm,spec,dout}, which are the free induction decay fids with its time, the spectrum spec with its ppm and the evolved spin system dout.

Details

  • The following options can be given:
  • ReadoutOutput"all"ReadoutOutput is an option for SimReadout and SimSignal and values can be "all" and "each". When set to "all" the total signal and signal is given, when set to "each" the signal or spectrum for each peak is given seperately.
    ReadoutPhase90ReadoutPhase is an option for SimReadout and defines the readout phase in degrees.
    Linewidth5Linewidth is an option for SimReadout and defines the spectral linewidth in Hz.
    LinewidthShape"Voigt"LinewidthShape is an option for SimReadout and defines the linewidth shape, values can be "Lorentzian", "Gaussian" or "Voigt".
    ReadoutSamples2046ReadoutSamples is an option for SimReadout and defines the number of readout samples for the spectrum.
    ReadoutBandwith2000ReadoutBandwith is an option for SimReadout defines the spectral bandwith in Hz.
    CenterFrequency0CenterFrequency is an option for GetSpinSystem and defines the center frequency in ppm.
    ReadoutMethod"Fid"ReadoutMethod is an option of SimReadout and can be "Fid" or "Echo". With "Fid" it is also possbile to define a delay time in ms {"Fid", delay}. With "Echo" it is also possbile to define a delay time in ms {"Echo", delay} and it than assumes te is half the readout, or a custom te can be defined {"Echo", delay, te}.

Examples