搜索:interp

找到约 4 项符合「interp」的查询结果

结果 4
https://www.eeworm.com/dl/534/339362.html 其他

Auditory Simulation Development Computing System version 1.5.2, is based upon a unified re-interp

Auditory Simulation Development Computing System version 1.5.2, is based upon a unified re-interpretation in ANSI C of code
下载 161
·
查看 1065
https://www.eeworm.com/dl/518/492507.html 数值算法/人工智能

These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia

These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Points (Small) First Sample (x1,y1) Second Sample (x2,y2) ... Nth Sample (xN,yN) N1: Number of Error Evaluation Points (Large) First Sample (x1,y1) Secon ...
下载 189
·
查看 1150
https://www.eeworm.com/dl/652/145780.html 文章/文档

铅垂平面飞行弹道仿真 名字为trajectory的是主程序。interp是一维、二维的插值程序

铅垂平面飞行弹道仿真 名字为trajectory的是主程序。interp是一维、二维的插值程序,rk是龙格库它函数,grk2f是方程组的右端函数
下载 73
·
查看 1124
https://www.eeworm.com/dl/988927.html 技术资料

二维连续傅里叶变换

二维连续傅里叶变换   例2.2   figure(1); %建立图形窗口1   [u,v] = meshgrid(-1:0.01:1); %生成二维频域网格   F1 = abs(sinc(u.*pi));   F2 = abs(sinc(v.*pi));   F=F1.*F2; %计算幅度频谱F=|F(u,v)|   surf(u,v,F); ...
下载 5
·
查看 436