搜索资源列表
遗传算法求解TSP问题
- 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
jacobi算法
- 实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果-achieve Jacobi iterative algorithm in Matlab input matrix A, b, x initial function to be called the results
gaijin-esprit
- 一般的esprit算法好的时间比较大,在计算子空间是算法比较烦,我改了一些矩阵算法。-general esprit algorithm good time, the calculation algorithm is a subspace trouble, I changed some matrix algorithm.
gaijinxingde-esprit
- 一般的esprit算法好的时间比较大,在计算子空间是算法比较烦,我改了一些矩阵算法。-general esprit algorithm good time, the calculation algorithm is a subspace trouble, I changed some matrix algorithm.
97288434esprit
- 一般的esprit算法计算复杂度高,在计算子空间是算法比较烦,改一些矩阵算法可以减少其复杂度。
递推最小二乘估计算法
- 对于输入、输出数据较多的情况下,一次性完成的最小二乘估计算法计算量很大,速度降低而且有可能出现病态矩阵的情况,递推的最小二乘估计算法解决了上述问题。
Matlab算法大全
- 非常全面的matlab算法,一共有14章,包括差值,函数逼近,矩阵特征值计算,数值微积分,方程求根,随机数生成,数据统计和分析等,全部都是算法的matlab原码实现,值得学习!
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
用 Floyd 算法求任意两点间的最短路径及最短路长
- 用 Floyd 算法求任意两点间的最短路径及最短路长. D0 是图的邻接矩阵,Floyd algorithm used for any shortest path between two points and the most long-short-circuit. D0 is the graph adjacency matrix
QR_algrithm.rar
- 求矩阵特征值和特征向量的算法:QR算法。用于线性方程组的求解,和反幂法算法的设计,Matrix eigenvalues and eigenvectors of the algorithm: QR algorithm. For linear equations, and anti-power-law algorithm design
蚁群算法求解TSP问题的matlab程序
- %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
时域抽取-基4FFT算法实现
- 利用Matlab实现DIT基-4FFT算法,对于任意长度的序列都可以应用,利用嵌套循环,而不是利用矩阵。
cxcx
- 用matlab实现灰度共生矩阵算法,并提取特征量-GLCM with matlab implementation algorithms, and the amount of extracted features
动态矩阵控制算法DMC
- 该算法是模型预测控制中的动态矩阵控制算法,matlab编写(The algorithms are a dynamic matrix control algorithm in model predictive control, which is written in MATLAB)
粒子群算法
- 用改进的粒子群算法对基于非对角MAC矩阵元素均值最小目标函数为目标函数,以简支梁前三阶模态振型为原始数据对简支梁进行传感器优化布置。(The objective function based on the average minimum objective function of the non-diagonal MAC matrix elements is studied by the improved particle swarm algorithm.)
矩阵束算法
- 关于矩阵束算法的MATLAB程序,其中还有有关DOA的有关矩阵束算法(MATLAB program for matrix pencil algorithm)
矩阵重构DOA估计算法
- 基于矩阵重构的DOA估计算法,包含DSVD算法和ESVD算法(The DOA estimation algorithm including DSVD and ESVD)
基于遗传算法优化EKF算法的SOC估算
- 采用遗传算法对 EKF 中的系统噪声矩阵和测量矩阵的协方差进行在线优化,以实现在模型误差最小时对 SOC 进行在线估计(Genetic algorithm is used to optimize the covariance of system noise matrix and measurement matrix in EKF on-line, so as to realize the on-line estimation of SOC at the minimum model error)
MUSIC算法程序源代码
- 多重信号分类MUSIC算法是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。
ESPRIT 算法程序源代码
- 旋转不变性子空间(ESPRIT)类算法需要对阵列接收数据协方差矩阵进行特征分解,利用接收数据协方差矩阵的信号子空间的旋转不变性。