搜索: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
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 ...
https://www.eeworm.com/dl/652/145780.html
文章/文档
铅垂平面飞行弹道仿真 名字为trajectory的是主程序。interp是一维、二维的插值程序
铅垂平面飞行弹道仿真
名字为trajectory的是主程序。interp是一维、二维的插值程序,rk是龙格库它函数,grk2f是方程组的右端函数
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); ...