-
learn_kalman
Kalman filter examples,learn_kalman
- 2010-08-09 16:31:44下载
- 积分:1
-
BAMIC
BAMIC是一种multi-instance聚类的算法。(BAMIC is a package for multi-instance clustering. This package includes the MATLAB implementation of BAMIC, which is designed to deal with unsupervised multi-label learning problems. It is particularly useful when real-world objects are represented under multi-instance setting while the labels of these objects are unknown.
)
- 2011-05-12 16:36:21下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
BCI-frequency-search
matlab code for frequency search method
- 2012-07-25 05:07:17下载
- 积分:1
-
SEP
说明: 集群异构无线传感器网络分簇路由选举协议,一种优于leach的分簇算法(A Stable Election Protocol for clustered heterogeneous wireless sensor networks)
- 2020-07-09 14:18:55下载
- 积分:1
-
fig2pdf
In matlab, after creating the figure you need to save it as a pdf format for various of purposes. in this function I illustrated how you can save your figure in pdf format,
- 2013-08-29 16:27:00下载
- 积分:1
-
T_w1
一台三相感应电动机,参数分别为:230V,60Hz,12kW,4极绕线式转子,
利用Matlab软件绘制电机的机械转矩Tmech作以r/min为单位的转子转速的函数时的变化曲线(A three-phase induction motor, the parameters are: 230V, 60Hz, 12kW, 4 pole wound rotor,
Drawn using Matlab software for the motor to the mechanical torque Tmech r/min as a function of the unit when the rotor speed curve
)
- 2011-12-23 21:21:55下载
- 积分:1
-
一些程序
轨道动力学的一些有关算法,包括拉格朗日系数计算,轨道根数求解等(Some algorithms of orbital dynamics, including calculation of Lagrange coefficients, solution of orbital elements, etc.)
- 2019-04-16 16:28:38下载
- 积分:1
-
bizhangrobot
势场法实现移动机器人的避障导航
matlab开发
无需密码解压(Potential field
robot
obstacle avoidance)
- 2011-07-19 12:28:18下载
- 积分:1
-
FAST-ICAmatlab
ICA用于雷达信号分选,基于独立分量分析的matlab程序设计。(ICA for radar signal sorting, based on independent component analysis matlab program design.)
- 2013-10-28 18:12:34下载
- 积分:1