-
simulink
该软件可以利用鼠标在模型窗口上绘制出所需要的控制系统模型。(The software can use the mouse in the model window to map out the necessary control system model.)
- 2009-02-23 15:19:32下载
- 积分:1
-
my_srukf
srukf 代码,经试验可用,可以解决ukf在模型不匹配时出现的发散或者不稳定等问题(srukf code, used by the pilot, can solve ukf model mismatch occurs when the divergence or instability problems)
- 2020-12-24 17:09:05下载
- 积分:1
-
chap7
Spread Spectrum Technique simply consumes
spectrum in excess of the minimum spectrum
necessary to send the data.
- 2013-12-07 04:33:21下载
- 积分:1
-
edgeextracting
matlab灰度图像的边缘提取:直方图均衡化,canny算子实现一阶偏微分,计算梯度幅值和方向(matlab Gray Image Edge Extraction: histogram equalization, canny realization of first-order partial differential operator, calculate the gradient magnitude and direction)
- 2010-11-30 13:53:18下载
- 积分:1
-
Emotion-Recognition
Human Emotion Recognition using modified Gabor as a feture extraction and SVM classifier
- 2014-10-15 14:58:15下载
- 积分:1
-
PhaSpaRecon
主要用于计算相空间的源代码,程序是matlab代码,比较短小(computing chaos )
- 2013-10-24 17:12:44下载
- 积分:1
-
Adaptive_MMSE
本文件用MATLAB实现MMSE算法,源代码(SMI algorithm )
- 2011-12-07 11:08:43下载
- 积分:1
-
Adaptive-Filtering-Primer-with-MATLAB---Poularika
MATLAB toolbox control engineering technical manual. This book provide readers with the use of MATLAB practical guidance. Mainly with the introduction of the MATLAB control engineering related to six basic toolbox: System Identification Toolbox, Control System Toolbox, Robust Control Toolbox, Model Predictive Control Toolbox.
- 2014-01-30 22:28:40下载
- 积分:1
-
leafmodelling
提取图象边缘信息,以matlab编写,以叶子为例子。(Extraction of image edge information to matlab prepared to leaves, as an example.)
- 2008-01-16 20:50:27下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1