回 帖 发 新 帖 刷新版面

主题:ivf 如何使用imsl中的贝塞尔函数 特殊函数

ivf 如何使用imsl中的贝塞尔函数 特殊函数

ivf11+vs2005
我已经配置可以调用fft了 CALL FFTCB(Nx,FK,SEQ)
怎么就不能用 y=BESJ0(t)
求助[em18]

回复列表 (共1个回复)

沙发

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.
 

我来回复

您尚未登录,请登录后再回复。点此登录或注册