-
Moving-Least-Square-Method
用于多学科设计优化中代理模型技术,移动最小二乘法是代理模型方法的一种(For multidisciplinary design optimization in the agent model, the moving least squares method is a kind of agent model)
- 2020-11-12 09:39:43下载
- 积分:1
-
Matching-2
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
(//a given integer n, have all [2n] on the matching (matching)// will be considered as an all pieces are two sets of a split// a_i said in its i elements of a collection of lies// output format for a1 a2 a3 ...// meet// a_ i (a))
- 2007-06-13 22:14:46下载
- 积分:1
-
shipinfenxi
frft程序函数,分数阶傅立叶变换,短时傅立叶变换,傅立叶变换(the frft program function, fractional Fourier transform, short-time Fourier transform, Fourier transform)
- 2013-05-14 11:42:20下载
- 积分:1
-
SHUZHIFENXI
牛顿迭代法,用于求解非线性方程,具体使用方法见程序内部说明。(Newton iteration for solving nonlinear equations, the specific use of the procedure see the internal note.)
- 2007-11-05 09:01:46下载
- 积分:1
-
PSO-and-HS--
结合粒子群优化算法和和声搜索算法的优点,有效将群智能思想和随机全局搜索相融合,在几个函数优化问题中得到了验证
(Combining particle swarm optimization algorithm and harmony search algorithm advantage, effective will swarm intelligence thought and random global search phase fusion, in several function optimization problem has been proved
)
- 2020-10-28 18:49:57下载
- 积分:1
-
频散曲线求解代码
说明: 弹性波中瑞雷波的正演计算。求解多层瑞雷波频散曲线。计算速度快。(专业小软件)(elastic wave Rayleigh wave to the calculation. Solving multi-storey Rayleigh wave dispersion curves. Calculation speed. (Professional small software))
- 2021-01-05 10:38:54下载
- 积分:1
-
kalman-MATLAB
使用MATLAB编写的卡尔曼滤波源程序,简单易用,输出卡尔曼滤波的最优结果。(Prepared by the use of MATLAB Kalman filter source, easy-to-use, the output of the optimal Kalman filter results.)
- 2008-05-07 10:10:22下载
- 积分:1
-
wucha_mian
说明: 阵列存在幅相误差条件下的DOA估计算法仿真(Simulation of DOA estimation algorithm with amplitude and phase errors in array)
- 2020-05-06 02:13:57下载
- 积分:1
-
可以进行平面拟合,基于matlab语言-拟合
可以进行平面拟合,基于matlab语言,简单易懂(It can be used for plane fitting. It is simple and easy to understand based on MATLAB language.)
- 2020-06-21 02:20:01下载
- 积分:1
-
最速下降法求解方程组
最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
- 2019-05-13 21:13:18下载
- 积分:1