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에 대해 자세히 알아보기

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.