-
bayesClassifier
bayes Classifier ,impleneted by matlab.
- 2014-11-30 15:26:08下载
- 积分:1
-
traking-change-density-in-satelite-images
tracking in satelite
- 2013-01-08 19:00:19下载
- 积分:1
-
lsl
本自适应LSL算法实现线性预测
以及考察LSL算法的收敛性:
与LMS、RLS算法进行性能比较
(The LSL algorithm adaptive linear prediction and to study the LSL algorithm convergence: the LMS, RLS algorithm performance comparison)
- 2011-10-04 12:45:26下载
- 积分:1
-
P97_ODE_AdamBashforth_Predictor_Corrector
Adam bash forth predictor and corrector method.
- 2014-10-15 17:54:19下载
- 积分:1
-
MATLAB
非常详细的matlab开发手册,包括图像、通信、数值计算等等。(very good book of the matlab)
- 2015-02-03 11:45:56下载
- 积分:1
-
ModernSensors2007
Pavel Ripka, Alois Tipek. Modern Sensors Handbook 2007
- 2010-07-13 13:26:36下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
SLNR
这是用于通信系统中MIMO干扰对齐的算法,此算法通过对齐多小区干扰,提高通信系统的性能。(This is used in the MIMO communication system of interference alignment algorithm that by aligning the multi-cell interference and improve performance of the communication system.)
- 2014-07-23 16:09:26下载
- 积分:1
-
wavelet_transform3
基于matlab的小波 变换三层分解和重组!学习小波的可以参考一些!非常不错的!(Based on the matlab wavelet decomposition and reorganization of three layers! Learning wavelet can reference some! Very good!)
- 2010-10-11 15:55:47下载
- 积分:1
-
buildgui
The Language of Technical Computing MATLAB
- 2014-11-03 13:42:50下载
- 积分:1