-
Lmse
用来判断样本是否线性可分的
用来判断样本是否线性可分的
(ll)
- 2020-08-31 19:48:10下载
- 积分:1
-
Projet
the fuzzy c means program !!
- 2010-05-22 20:00:17下载
- 积分:1
-
svm-by-Steve-Gunn
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.
- 2011-06-05 16:45:29下载
- 积分:1
-
X-ray-matching
Matlab code for image merging
- 2014-10-08 22:03:39下载
- 积分:1
-
secant
function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR = relative error tolerance
Output: X = approximate result
- 2009-12-04 03:38:55下载
- 积分:1
-
ekf
卡尔曼滤波器可以供给初学者很好的使用,欢迎下载。(Kalman filter will be available to a good use of beginners are welcome to download.)
- 2009-12-07 23:16:59下载
- 积分:1
-
tftb2002
用matlab写的时频分析工具箱,对数学建模,信号处理有很大的帮助(Using matlab toolbox written in time-frequency analysis, mathematical modeling, signal processing, very helpful)
- 2010-03-14 11:15:03下载
- 积分:1
-
LMS_RLS_AP
对于一阶系统辨识,分别采用LMS、RLS、仿射投影算法来估计参数(For a first-order system identification, respectively, using LMS, RLS, affine projection algorithm to estimate the parameters)
- 2013-12-14 12:40:31下载
- 积分:1
-
gson-2.2.2
gson2.2.2的3个jar包,需要的可以下载(gson2.2.2 of 3 jar package, need to be downloaded)
- 2014-01-21 16:21:53下载
- 积分:1
-
test
此源码是我更改过的基于VFW(Video for Windows)的源码,使用了定时器能实时的显示图像,从网上可搜到原版源码,但是原版的功能是保存为一个文件,且不能实时显示,此版本虽然能显示,但感觉反应速度不是很快,没有基于DirectShow的程序更新速度快,不过在WM_PAINT消息处理里加while(1){capGrabFrame(ghWndCap) }刷新速度就快很多了,但是这样程序就进入死循环不能再处理其他消息,至于怎样改进,就靠读者你了。(This source is changed based on VFW (Video for Windows) source, using a timer to display real-time images from the Internet can be found to the original source, but original function is saved as a file, and can not be real-time display, Although this version can display, but feel the reaction rate is not fast, not based on DirectShow update speed, but in WM_PAINT message processing Riga while (1) {capGrabFrame (ghWndCap) } faster refresh rate on a lot, but this procedure to enter an infinite loop can not deal with other information, as to how to improve the reader to rely on you.)
- 2011-12-26 17:13:03下载
- 积分:1