Hankel Transform

版本 1.1.0.0 (2.9 KB) 作者: Adam Wyatt
Routine to perform a QDHT with no limit on data size or transform order (other than memory constrain
3.8K 次下载
更新时间 2009/3/4

查看许可证

This file contains 2 functions:
bessel_zeros - finds zeros of a bessel function
hankel_matrix - generates a structure of data to use for Hankel transforms

The algorithm is taken from:
M. Guizar-Sicairos and J. C. Gutierrez-Vega, Computation of quasi-discrete Hankel transforms of integer order for propagating optical wave fields,
J. Opt. Soc. Am. A 21, 53-58 (2004)

An example of beam propagation with circular symmetry has been written in the hankel_matrix help:
Type "help hankel_matrix" or "doc hankel_matrix" in Matlab.

引用格式

Adam Wyatt (2024). Hankel Transform (https://www.mathworks.com/matlabcentral/fileexchange/15623-hankel-transform), MATLAB Central File Exchange. 检索来源 .

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

参考作品: Integer order Hankel transform

Community Treasure Hunt

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

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

Slight changes to the hankel structure to simplify usage.

1.0.0.0

Minor modifications.