hankel

版本 1.0.0.0 (118.6 KB) 作者: Brian Borchers
The routines in this directory implement Hankel transforms of order 0 and 1 by digital filtering.
3.1K 次下载
更新时间 2006/10/12

查看许可证

The MATLAB routines in this directory implement Hankel transforms of order 0 and 1 by digital filtering. These routines are based on a Fortran program by Walt Anderson which was published as:

Anderson, W. L., 1979, Computer Program Numerical Integration of
Related Hankel Transforms of Orders 0 and 1 by Adaptive Digital
Filtering. Geophysic, 44(7):1287-1305.

The actual weights used in this code are from a later updated version of the code that was originally published in 1979.

The routine hankel0 computes a 0th order transform. The routine hankel1 computes a 1st order transform. The routine hankel01 computes both transforms. The test script does transforms on five functions with known transforms and compares the results with known exact values. The functions c1 through c5 are the five functions that are transformed by test.

引用格式

Brian Borchers (2024). hankel (https://www.mathworks.com/matlabcentral/fileexchange/31-hankel), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fortran with MATLAB 的更多信息
标签 添加标签

Community Treasure Hunt

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

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

Updated the Readme to clarify exactly which version of the Hankel transform is being computed and to warn the user against using this technique on non-smooth functions.