资源列表
TSP-SA
- 采用模拟退火法计算全国34个城市间的最小距离-Simulated annealing method 34 cities nationwide minimum distance between
casio
- matalab gui 实现计算器 界面优美友好-matalab gui to achieve calculator interface graceful-friendly
MHT-min-demo
- MHT算法仿真,demo演示,针对单个目标跟踪进行了一个多假设目标跟踪的仿真。-MHT algorithm simulation, demo demo, for a single target tracking more than a hypothetical target tracking simulation.
ZHIBIAO
- 故障诊断中时域信号指标,包括无量纲和有量纲指标-Fault Diagnosis of the time domain signal indicators, including indicators dimensionless and has dimension
INS_Initialization
- 惯导系统初始对准的Matlab源代码,对于惯性导航系统的初始对准算法研究有帮助-INS initial alignment of the Matlab source code for inertial navigation system to help the initial alignment algorithm
单基地雷达海杂波代码
- 单基地雷达海杂波代码,包含一阶二阶海杂波
ols
- 自己编写的一维OLS算法,拟合效果还不错-I have written a one-dimensional OLS algorithm, the results were pretty good fit
cumulants_arma
- 张贤达《现代信号处理》第5章第6节的仿真,涉及到SVD-TLS、PODE和Q切片法等算法,能实现非高斯信号的ARMA模型辨识-Zhang Xian Da " Modern Signal Processing" Chapter 5, Section 6 of the simulation, involving SVD-TLS, PODE and Q slicing method algorithm can achieve non-Gaussian signal ARMA mode
PSO_TSP
- 粒子群优化算法,用于解决TSP问题研究。在算法中动态修改权重和学习因子-Particle swarm optimization algorithm for solving TSP problems studied. In the algorithm to dynamically modify the weights and learning factor
matlab
- 时间序列建模AR(1)后的卡尔曼滤波程序,整个过程非常详细,里面自带一组数据。-Time series modeling AR (1) after the Kalman filtering process, the entire process is very detailed, which comes with a set of data.
tricontour
- TRICONTOUR Triangular Contour Plot. TRICONTOUR(TRI,X,Y,Z,N) draws scalar N contour lines treating the values in Z as heights above a plane. TRI,X,Y,and Z define a triangulation where the triangles are defined by the M-by-3 face matrix TRI,
k_mean
- 在聚类分析中,K-均值聚类算法(k-means algorithm)是无监督分类中的一种基本方法,其也称为C-均值算法,其基本思想是:通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。 -In cluster analysis, K-means clustering algorithm (k-means algorithm) is unsupervised classification is a basic method, which is also known as C