Difference between revisions of "Lorentzfun.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 25: | Line 25: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[acomm.m]], [[arnoldi.m]], [[atranspose.m]], [[aux_mat.m]], [[binpack.m]], [[cheap_norm.m]], [[cheb_coeff.m]], [[clean_up.m]], [[dirdiff.m]], [[eigenfields.m]], [[expdrop.m]], [[expmint.m]], [[expmint2.m]], [[fftdiff.m]], [[fourdif.m]], [[fourlap.m]], [[frob_chop.m]], [[gaussfun.m]], [[hdot.m]], [[herm_spline.m]], [[jacobianest.m]], [[keep_rank.m]], [[krondelta.m]], [[kronm_new.m]], [[logfactorial.m]], [[lorentzcon.m]], [[md5_hash.m]], [[mprealloc.m]], [[remncomm.m]], [[remtrace.m]], [[rspert.m]], [[rspt_eig.m]], [[snormpdf.m]], [[svd_shrink.m]], [[tikhoind.m]], [[tikhonov.m]], [[trapdiff.m]], [[unit_oper.m]], [[unit_state.m]], [[vvpert.m]], [[Kernel_utilities]] |
''Version 2.7, authors: [[Uluk Rasulov]], [[Ilya Kuprov]]'' | ''Version 2.7, authors: [[Uluk Rasulov]], [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
Normalised Lorentzian function in magnetic resonance notation with a phase distortion.
Syntax
[real_part,imag_part]=lorentzfun(offs,ampl,fwhm,x,phi)
Parameters
offs - peak offset from zero
ampl - amplitude multiplier, scalar
fwhm - full width at half-maximum, scalar
x - argument, array of any dimension
phi - phase distortion, radians
Outputs
real_part - an array of values, same size as x
imag_part - an array of values, same size as x
See also
acomm.m, arnoldi.m, atranspose.m, aux_mat.m, binpack.m, cheap_norm.m, cheb_coeff.m, clean_up.m, dirdiff.m, eigenfields.m, expdrop.m, expmint.m, expmint2.m, fftdiff.m, fourdif.m, fourlap.m, frob_chop.m, gaussfun.m, hdot.m, herm_spline.m, jacobianest.m, keep_rank.m, krondelta.m, kronm_new.m, logfactorial.m, lorentzcon.m, md5_hash.m, mprealloc.m, remncomm.m, remtrace.m, rspert.m, rspt_eig.m, snormpdf.m, svd_shrink.m, tikhoind.m, tikhonov.m, trapdiff.m, unit_oper.m, unit_state.m, vvpert.m, Kernel_utilities
Version 2.7, authors: Uluk Rasulov, Ilya Kuprov