QMRITools`
QMRITools`

TimeShiftFid

TimeShiftFid[fid,time,gam]

aplies a linebroadening with linewidth gam and a Voigt lineshape to the fid. The time can be obtained using GetTimeRange.

TimeShiftFid[fid,time,{gam,f}]

aplies a linebroadening with linewidth gam and a custom lineshape f to the fid (f=0, "Gaussian", f=1 "Lorentzian").

TimeShiftFid[fid,time,gyro,{gam,eps}]

aplies a linebroadening with linewidth gam to the fid and a phase eps that results in eps ppm shift of the spectra. The gyro can be obtained with GetGyro.

TimeShiftFid[fid,time,gyro,{gam,eps,f}]

aplies a linebroadening with linewidth gam using a custom lineshape f to the fid and a phase eps that results in eps ppm shift of the spectra. The linewidth gam is given in ms and the spectra shift eps is given in ppm.

Examples