Skip to main content

Faddeeva

Faddeeva (z)

Faddeeva computes the Faddeeva function, also commonly denoted as "w", using an approximation that has an accuracy, as described by the author, of "typically at least 13 significant digits". Both the input and the output are complex numbers.

The Faddeeva function was added in Igor Pro 8.00.

The Faddeeva function is the basis of the Voigt function, implemented in Igor as VoigtFunc.

VoigtFunc(X, Y) = real(Faddeeva(cmplx(X, Y)).

References

The code used to compute the VoigtFunc was written by Steven G. Johnson of MIT. You can learn more about it at http://ab-initio.mit.edu/Faddeeva.

See Also

VoigtPeak, VoigtFunc, Built-in Curve Fitting Functions