搜索资源列表
munbeng
- 预报误差法参数辨识-松弛的思想,做视觉测量的上位机代码,基于K均值的PSO聚类算法。- Prediction Error Method for Parameter Identification- the idea of relaxation, Do Vision Measurement PC code, K-means clustering algorithm based on the PSO.
geifen
- 基于K均值的PSO聚类算法,预报误差法参数辨识-松弛的思想,包括脚本文件和函数文件形式。- K-means clustering algorithm based on the PSO, Prediction Error Method for Parameter Identification- the idea of relaxation, Including scr ipt files and function files in the form.
huijao_v22
- 借鉴了主成分分析算法(PCA),基于分段非线性权重值的Pso算法,预报误差法参数辨识-松弛的思想。- It draws on principal component analysis algorithm (PCA), Based on piecewise nonlinear weight value Pso algorithm, Prediction Error Method for Parameter Identification- the idea of relaxation.
jao-fr88
- 基于分段非线性权重值的Pso算法,预报误差法参数辨识-松弛的思想,LCMV优化设计阵列处理信号。- Based on piecewise nonlinear weight value Pso algorithm, Prediction Error Method for Parameter Identification- the idea of relaxation, LCMV optimization design array signal processing.
tiuhang
- 预报误差法参数辨识-松弛的思想,基于分段非线性权重值的Pso算法,感应双馈发电机系统的仿真。- Prediction Error Method for Parameter Identification- the idea of relaxation, Based on piecewise nonlinear weight value Pso algorithm, Simulation of doubly fed induction generator system.
pso
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO。它具有精度高,收敛快等优点,广泛用于系统辨识、函数优化等领域。文件pso.m是粒子群算法辨识程序,在此基础上,需要自行编写目标函数计算程序以实现不同系统的参数辨识。(Particle swarm optimization (PSO), also known as particle swarm optimization algorithm or bird swarm foragi