-
SVM
用matlab的核函数对钓鱼岛实现分类(模式识别作业)(Kernel function using matlab realize the Diaoyu Islands classification (pattern recognition operations))
- 2013-07-09 10:41:15下载
- 积分:1
-
Prediction
用mlp模型预测,用mlp模型预测,用mlp模型预测(use mlp model for prediction)
- 2013-12-01 22:26:32下载
- 积分:1
-
MATLAB-Book
说明: 本书为国外经典Matlab电子书籍。本书详细介绍了Matlab编程的基本原理和方法。是初学者的最佳指导用书。(Matlab book e-books for foreign classics. Matlab programming book details the basic principles and methods. Is the best guide book for beginners.)
- 2011-02-25 18:27:18下载
- 积分:1
-
source-code-file-part1
matlab书籍源代码程序文件,对于掌握matlab基本技巧很有帮助(matlab source file)
- 2012-10-08 10:43:21下载
- 积分:1
-
Conventional-Optimal-Power-Flow-Analysis-Using-th
Conventional Optimal Power Flow Analysis Using the Matlab Optimization Toolbox
- 2014-01-17 15:14:14下载
- 积分:1
-
1
说明: 压缩机matlab仿真模拟源代码,希望对大家有所帮助(Compressor matlab simulation source code, we hope to help)
- 2015-12-29 20:53:46下载
- 积分:1
-
motordrag
电动机拖动simulink模型,调节pi控制器的参数模拟控制效果,另附程序运行结果图(Drag motor simulink model, adjusting the parameters pi controller analog control results, an additional program to run the results of Figure)
- 2007-09-09 14:12:35下载
- 积分:1
-
ZBZHandXDDX
这是用于遥感数据处理中的相对定向及绝对定向及坐标的七参数转换的程序。具有一定代表性,欢迎试用。(This is for the processing of remote sensing data on the relative and absolute directional and directional coordinates of the seven parameters of the conversion process. Certain representative, welcomed the trial.)
- 2007-04-11 20:50:54下载
- 积分:1
-
CV1D_JD
对目标进行卡尔曼滤波,绘制出了该算法的跟踪效果、预测位置和更新位置的对比图、预测速度和更新速度的对比图。(Kalman filtering of targets drawn out of the tracking performance of the algorithm to predict the location and updated comparison chart position to predict the speed and update rate comparison chart.)
- 2014-03-17 22:21:58下载
- 积分:1
-
fit_rayleigh_pdf
fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution.
given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-r^2/(2*s))/s
with parameter: s
format:result = fit_rayleigh_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
output: result - structure with the fields
s - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:13:28下载
- 积分:1