搜索资源列表
最大相位系统和最小相位系统的模拟
- 这个程序模拟了最大相位系统和最小相位系统,并分析其频谱-the simulation phase of the largest systems and minimum phase systems, and analyzing its spectrum
mp_mc
- 我在程序文件中所使用的计算最小费用最大流的算法并没有先用福德-富克逊法算出最大流,然后再用对偶法算出最小费用,而是将两种算法结合,最小费用和最大流一起算出
递推最小二乘估计算法
- 对于输入、输出数据较多的情况下,一次性完成的最小二乘估计算法计算量很大,速度降低而且有可能出现病态矩阵的情况,递推的最小二乘估计算法解决了上述问题。
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
EST_Method_and_Programe.rar
- matlab圆度误差的评定算法,最小二乘法,最小包容区域法,最大外接圆法,最小内接圆法,roundness error matlab assessment algorithm, the least square method, the minimum tolerance zone method, the largest circumcircle method, the smallest within the inscribed circle method
ChaosToolboxVer
- 小数据量法计算最大lyapunov指数工具箱,原来的那个工具箱中有点误差,现在改进了只对前一部分直线状数据进行计算,使结果更加准确-A small amount of data calculated index of the largest lyapunov toolbox, the original error that the toolbox a bit, and now has improved only in a straight line like the first part of
imaderectangle
- 本程序用matlab实现了求不规则图形的最小外接矩形和最大内接矩形,实验用的图形也附在了文件中,可直接运行-This matlab program graphical the irregular circum-rectangle minimum and maximum inscribed with rectangular, experiment graphics attached the documents and can be directly run
main
- 最大熵方法 最小方差以及MUSIC算法对信号DOA进行估计,分别对相干信源和独立信源进行仿真效果分析-Maximum entropy method and the MUSIC algorithm for minimum variance to estimate the signal DOA, respectively, of coherent sources and independent sources for analysis of simulation results
t1
- 基于最小 最大特征值的改进的高分辨MUSIC算法 不需要信源的估计数目-Based on the estimated number of minimal and maximal eigenvalue improved high-resolution MUSIC algorithm does not require source
mpmr_code
- 最小最大概率机分类器,包括线性核函数和高斯核函数两种-Minimax probability machine classifier
Fortran中求最大值、最小值、平均数、众数和分布
- Fortran中求最大值、最小值、平均数、众数和分布
nvtqbypf
- 在matlab R2009b调试通过,aQcCLmA参数本科毕设要求参见标准测试模型,包括最小二乘法、SVM、神经网络、1_k近邻法,基于SVPWM的三电平逆变的matlab仿真,oVIPbHO条件车牌识别定位程序的部分功能,最大似然(ML)准则和最大后验概率(MAP)准则。- In matlab R2009b debugging through, aQcCLmA parameter Undergraduate complete set requirements refer to the st
cpm_last
- 复合形算法进行函数最小/最大值寻优代码,附带详细说明-Complex algorithms function MIN/MAX optimization of code, with detailed instructions
FWA
- 基本烟花算法进行函数最小/最大值寻优,对十多个测试函数进行了寻优,效果良好,代码附带详细说明-The basic algorithm function fireworks minimum/maximum optimization, to more than a dozen test functions of optimization, to good effect, the code comes with detailed instructions
自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助
- 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
最大最小蚁群算法
- 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been searched, and the probability of bei
甘特图
- 该甘特图为柔性流水车间生产线排产过程的以最小最大完工时间为优化目标的matlab程序源码
最大最小蚁群算法求解tsp
- 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)
mrmr最大相关
- mrmr最大相关最小冗余,matlab源程序