-
doolittle
1.n个节点分段Lagrange插值多项式;
2.使用格式y=lagrange(x0,y0,x,k);
3.输入项x0为n维插值节点向量,y0为n维被插函数值向量;
4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1;
5.输出y为插值点x处的函数值;( 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0, x, k) 3. Input x0 of interpolation nodes for the n-dimensional vector, y0 for n-dimensional vector function to be inserted 4.x interpolation points for the m-dimensional vector, k is the number of sub-polynomial interpolation, not more than 3, the default for k = 1 5. output y for the interpolation points x Department of function )
- 2009-06-23 15:58:19下载
- 积分:1
-
matlab50
MATLAB常用的M文件程序,包括拟合、插值、二维图、三维图等等(MATLAB used M file, including fitting, interpolation, 2 d figure and 3 d drawing and so on
)
- 2013-04-09 20:39:42下载
- 积分:1
-
costas-matlab
用matlab编的科斯塔斯环,希望有帮助(Costas loop using matlab helpful)
- 2012-10-31 23:02:54下载
- 积分:1
-
Wilson-matlab
翼型的优化算法,运用matlab编程,使用wilson和遗传法(Airfoil optimization algorithm, using matlab programming, the use of Wilson and genetic method)
- 2021-04-08 15:49:00下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
ssimplex
单纯形算法法的matlab程序,用于解决线性规划问题,十分好用.(Simplex algorithm matlab law procedures, to resolve linear programming problems, very easy to use.)
- 2007-11-04 08:38:14下载
- 积分:1
-
MATLABProgrammingportal
MATLAB编程入门,适合初学者的学习,如果有需要的请下载。。。(Getting Started with MATLAB programming, suitable for beginners to learn, if necessary, download. . .)
- 2010-12-02 17:18:35下载
- 积分:1
-
pls
这个程序是基于MATLAB实现的偏最小二乘算法(MATLAB implementation is based on partial least squares algorithm)
- 2013-08-02 18:49:18下载
- 积分:1
-
aoe
基于matlab的带传动多目标优化设计的目标函数文件和多目标优化设计的约束函数文件(Optimized design constraint file matlab function of belt drive multi-objective optimization design of the objective function and multi-objective-based file)
- 2014-12-25 12:55:31下载
- 积分:1
-
lmsdemo
matlab lms code whaich is used for echo cancellation
- 2009-10-24 14:37:36下载
- 积分:1