MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB基础] 求问快速hankel变换程序如何输入参数 (https://www.labfans.com/bbs/showthread.php?t=18727)

asdwps2012 2013-03-15 09:53

求问快速hankel变换程序如何输入参数
 
%[H,k,r,I,h]=fht(h,R;r,K;k,n;I,M,m)
%----------------------------------
%
%Quasi fast Hankel transform of order n.
%
%Input:
% h Function h(r)
% or
% h Signal h(r) �
% R Maximum radius [m]
% or
% r Radial positions [m] * {default}
% K Maximum frequency [rad/m]
% or
% k Spatial frequencies [rad/m] * {default}
% n Transform order {0}
% or
% I Integration kernel * {default}
% M Maximum points per cycle {7}
% m Minimum points per cycle {5}
%
%Output:
% H Spectrum H(k)
% k Spatial frequencies [rad/m]
% r Radial positions [m]
% I Integration kernel
% h Signal h(r)

我很奇怪,这里的参数h同时在输入处也在输出处,而且要求是无核的函数。h难道不是要进行hankel变换的矩阵吗?求大神解释下


所有时间均为北京时间。现在的时间是 09:54

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.