-
matlab6.0
这是一份有关matlab开发练习的源程序,希望大家支持下。(This is a practice matlab source development, I hope you will support the next.)
- 2008-12-16 13:53:00下载
- 积分:1
-
SIFT
MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配(SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching)
- 2020-06-25 22:00:02下载
- 积分:1
-
hybridSIREKF
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + time varying measurement noise
% using a multi-layer perceptron (MLP) and both the EKF and
% the hybrid importance-samping resampling (SIR) algorithm. (To estimate the input-output mapping with inputs x and outputs y generated by the following nonlinear, nonstationary state space model: x (t+ 1) = 0.5x (t)+ [25x (t )]/[( 1+ x (t)) ^ (2)]+ 8cos (1.2t)+ process noise y (t) = x (t) ^ (2)/20+ 6 squareWave (0.05 (t-1 ))+ 3+ time varying measurement noise using a multi-layer perceptron (MLP) and both the EKF and the hybrid importance-samping resampling (SIR) algorithm.)
- 2007-09-30 11:09:43下载
- 积分:1
-
morp
形态滤波,各种算法。可修改后实现各种组合。(morphological filtering, algorithms. Can be modified to achieve various combinations.)
- 2006-10-05 02:01:59下载
- 积分:1
-
IDASimulation
本文针对SLAM数据关联中使用最为广泛的最近邻方法作了改进,利用特征估计位置与载体预测位置之间的欧氏距离计算代替了全部特征与每个量测之间的马氏距离计算,避免了大量的矩阵乘法计算。该算法简单易行,降低了算法的计算复杂度,有利于SLAM算法的实时执行,且关联效果与全局最近邻法相同(In this paper, SLAM data association in the most widely used methods of improving the nearest neighbor, using the characteristics of the estimated location and the location of vector prediction Euclidean distance between the calculation instead of all the characteristics of each measurement between the Mahalanobis distance calculation, to avoid a large number of matrix multiplication calculation. The algorithm is simple, the algorithm to reduce computational complexity and is conducive to the implementation of real-time SLAM algorithm, and the effects associated with the same overall nearest neighbor method)
- 2008-12-19 11:09:48下载
- 积分:1
-
code
MATLAB7.x数字信号处理 光盘内容。其中为课本的源码。有利于学习。(Digital Signal Processing MATLAB7.x CD-ROM content. One source for textbooks. Conducive to learning.)
- 2008-05-22 00:01:47下载
- 积分:1
-
web
一个接地电网simulink模型,可以直接运行(A grounding grid simulink model can be run directly)
- 2014-02-24 23:04:33下载
- 积分:1
-
simulink-electrical-machine(1)
simulink electrical machine.
- 2009-04-25 22:36:35下载
- 积分:1
-
part4
an example for 5 armed bandit sutton
- 2009-12-12 01:41:49下载
- 积分:1
-
function3
The DocPolynom to Character Converter
The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntactically correct MATLAB expression, which you can evaluate.
The char method uses a cell array to collect the string components that make up the displayed polynomial.
The disp method uses char to format the DocPolynom object for display. Class users are not likely to call the char or disp methods directly, but these methods enable the DocPolynom class to behave like other data classes in MATLAB.
Here is the char method.
- 2011-02-12 00:12:28下载
- 积分:1