搜索资源列表
Desktop
- 该MATLAB脚本为使用矩阵迭代法计算其固有频率及振型,(Matrix iteration method for calculating natural frequencies and modes)
牛顿迭代法
- 牛顿迭代法,下载就可以直接使用,调试好的(Newton iteration method, download can be used directly, debugging good)
HK
- HK算法思想很朴实,就是在最小均方误差准则下求得权矢量. 他相对于感知器算法的优点在于,他适用于线性可分和非线性可分得情况,对于线性可分的情况,给出最优权矢量,对于非线性可分得情况,能够判别出来,以退出迭代过程.(The idea of HK algorithm is very simple, which is to obtain the weight vector under the minimum mean square error criterion. Compared with th
代码
- 利用连续法相对定向和加权迭代法检测粗差,用matlab编写(Detection of gross errors by continuous relative orientation and weighted iteration)
卡尔曼滤波
- VB自己编写的卡尔曼滤波程序源代码,每次变化数据源触发该子函数,初始定义完后得出滤波数值,然后自动计算出K+1时刻最优偏差,然后赋值给text1 也就是最优偏差,一直变化,而这个迭代由数据源的变化而触发驱动。(The source code of the Kalman filter program written by VB. Every time the data source changes, the sub-function is triggered. After the initial
BAS
- 利用天牛须算法寻优,程序中用一个函数进行测试,绘制出迭代次数和搜索路径的两个图(In the program, a function is used to test, and two graphs of iteration times and search path are drawn.)