资源列表
matlab_el
- 这里是一些代码,与matlab有关,是一些小技巧。-code, and the Matlab is some small skills.
kal
- 卡尔曼滤波,我是从国外下载来得 ,大家看一下有什么问题,我不是很懂,最近正在做,有机会了和大家交流。-Kalman filtering, I was downloaded more from abroad, we have to look at what, I do not know very much about. recently are doing, and have the opportunity to share.
87564grace
- 用matlab完成感知准则函数确定程序的设计,写出准则函数,详细说明实验原理。-using Matlab perceptual function for the completion of the procedures for determining the design, write guidelines function, detailed experimental principle.
dijewrkstra
- dijkstra算法的链表实现,另外需要include一个头文件,稍后上传
matlabdePPTexp
- MATLAB的一些例子,PPT格式,方便易懂-MATLAB some examples PPT format to facilitate easy
S200502106_SVM_for_classfication
- SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
SievingKalman
- 此为时间离散点上采样数据进行的卡尔曼滤波算法-this time of discrete points on the sampling data for the Kalman Filter
123
- 从小数据量计算最大李氏指数的一种实用方法。-data from the largest Lyapunov exponent is calculated as a practical method.
richtest
- 故障诊断工作涉及的领域相当广泛,需要不同分工的人员合作完成,本软件力图为故障诊断不同分工的工作者的合作交流提供一个简易的实验性系统平台。-fault diagnosis involves a fairly wide area, the division of the need to cooperate to complete, The software is trying to fault diagnosis division of the workers of cooperation and
segmentor_Perl
- 中文分词算法。Perl语言编写。wordlist.txt为词库。-Chinese Segmentation. Perl language. Wordlist.txt for the thesaurus.
dipum_1.1
- 本文件中包含的是《数字图像处理(matlab版)》一书中的源代码-this document is included in the "Digital Image Processing (Matlab version)," a book of source code
data_structure_short_path
- 根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,