Hankel(order,r,f,ds​truct,rerr,aerr)

版本 1.0.0.0 (4.5 KB) 作者: Alan Chave
Hankel Transform
106.0 次下载
更新时间 2018/1/22

查看许可证

This function computes the Hankel transform defined as integral from 0 to inf f(x, dstruct) J sub order (x r) dx, where J sub order is a Bessel function of the first kind and order is either 0 or 1. The variable dstruct is a structure to pass data to f the (possibly) complex user provided function f. The variables rerr and aerr are the relative and absolute error passed to the Matlab function integral.
The algorithm used is integration between the zero crossings of the Bessel function to obtain partial integrals, followed by their summation using the Padé approximants. This approach is generally more accurate than digital filter algorithms. It also is able to handle well defined but divergent integrals such as f(x) = x.

引用格式

Alan Chave (2024). Hankel(order,r,f,dstruct,rerr,aerr) (https://www.mathworks.com/matlabcentral/fileexchange/65797-hankel-order-r-f-dstruct-rerr-aerr), MATLAB Central File Exchange. 检索来源 .

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

启发作品: Hankel_Transform

Community Treasure Hunt

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

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