主题:ivf 如何使用imsl中的贝塞尔函数 特殊函数
xaxaxaxaxdxd
[专家分:0] 发布于 2010-12-09 14:37:00
ivf 如何使用imsl中的贝塞尔函数 特殊函数
ivf11+vs2005
我已经配置可以调用fft了 CALL FFTCB(Nx,FK,SEQ)
怎么就不能用 y=BESJ0(t)
求助[em18]
最后更新于:2010-12-09 14:38:00
回复列表 (共1个回复)
沙发
xaxaxaxaxdxd [专家分:0] 发布于 2010-12-09 14:49:00
BESJ0, BESJ1, BESJN, BESY0, BESY1, BESYN
Portability Functions: Compute the single-precision values of Bessel functions of the first and second kinds.
Module
USE IFPORT
Syntax
result = BESJ0 (value)
result = BESJ1 (value)
result = BESJN (n, value)
result = BESY0 (posvalue)
result = BESY1 (posvalue)
result = BESYN (n, value)
value
(Input) REAL(4). Independent variable for a Bessel function.
n
(Input) INTEGER(4). Specifies the order of the selected Bessel function computation.
posvalue
(Input) REAL(4). Independent variable for a Bessel function. Must be greater than or equal to zero.
我来回复