Fresnel integral

版本 1.0.0.0 (1.7 KB) 作者: Bora Ung
Computes the Fresnel integral with complex argument "z"
1.8K 次下载
更新时间 2007/12/14

查看许可证

This function computes the Fresnel integral "FresnelI(z)" with argument "z" either real or complex, and where FresnelI(z) = FresnelC(z) + i*FresnelS(z).

USAGE: [FresnelI] = FresnelI(z, tol)

INPUT PARAMETERS:
z = complex argument of Fresnel integral (vector).
tol = absolute tolerance to evaluate the integral using "quadl"(scalar). default=1.0e-4

REFERENCES:
[1] A. Erdelyi, Higher Transcendental Functions, Vol.2, McGraw-Hill (1953)
[2] M. Abramowitz and I.A. Stegun, Handbook of Mathematical Functions, New York, Dover Publications (1965)

引用格式

Bora Ung (2024). Fresnel integral (https://www.mathworks.com/matlabcentral/fileexchange/18021-fresnel-integral), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fit Postprocessing 的更多信息
致谢

启发作品: FresnelS and FresnelC

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0