-
tracking_ball
code matlab detect ball
- 2010-06-13 23:12:17下载
- 积分:1
-
MUSIC
阵列信号对波达方向估计(DOA)的经典算法——MUSIC算法(Array signal to the wave of direction estimation (DOA) algorithm, the classical MUSIC algorithm)
- 2012-07-31 12:23:51下载
- 积分:1
-
ZFFT
一个能够实现ZoomFFT频率细化的小程序,希望对大家有所帮助(A refinement to achieve ZoomFFT frequency of small procedures, we hope to help)
- 2011-05-21 19:13:08下载
- 积分:1
-
sat_orbit
这是由Andrea Monti Guarnieri的卫星轨道确定算法,基于的是norad 的tle数据(This is Andrea Monti Guarnieri satellite orbit determination algorithm, is based on the norad of tle data)
- 2021-04-13 15:18:56下载
- 积分:1
-
MLS
Moving Least Squares Deformation
- 2012-04-30 23:57:28下载
- 积分:1
-
PCM_Testing
Do you like conveter a sound signal at matlab codification??
- 2012-05-25 08:35:07下载
- 积分:1
-
Z-Stack-RSSI-and-LQI
Zstack-cc2530获取RSSI和LQI值(get Zstack s RSSI and LQI)
- 2020-11-29 19:59:27下载
- 积分:1
-
CodeMultiCell
D2D IoT and the code of multi cell equation will be detailled intthis section
- 2017-12-26 02:05:05下载
- 积分:1
-
quxianfangzhen
基于卡尔曼滤波的曲线运动目标跟踪程序,详细的matlab代码。结合卡尔曼滤波原理,可根据不同的目标运动情况进行修改。(Kalman filter curve moving target tracking procedures, matlab code. Combined with the principle of Kalman filter, can be modified depending on the target movement.)
- 2012-08-27 16:47:31下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1