Faddeeva function (FFT based)

버전 1.2.0.0 (2.05 KB) 작성자: Kesh Ikuma
Faddeeva function, aka plasma dispersion function
다운로드 수: 2.4K
업데이트 날짜: 2009/2/19

라이선스 보기

W = FADDEEVA(Z) is the Faddeeva function, aka the plasma dispersion function, for each element of Z. The Faddeeva function is defined as:

w(z) = exp(-z^2) erfc(-jz)

where erfc(x) is the complex complementary error function.

This code is a modified version of the code listed in:

J.A.C. Weideman, "Computation of the Complex Error Function," SIAM J. Numerical Analysis, pp. 1497-1518, No. 5, Vol. 31, Oct., 1994 Available Online: http://www.jstor.org/stable/2158232

인용 양식

Kesh Ikuma (2025). Faddeeva function (FFT based) (https://www.mathworks.com/matlabcentral/fileexchange/22207-faddeeva-function-fft-based), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

* Fixed the two bugs reported by Ulf Carlberg on 19 Feb 09
* Updated the help text to include Ulf's visualization code as an example

1.0.0.0