-
ch_xcorr123
Calculate cross-correlograms with a wide range of options
- 2010-10-28 17:46:13下载
- 积分:1
-
solvemat
esay to use but long program if want to play around with
- 2011-02-03 23:05:19下载
- 积分:1
-
Modern-Wireless-Communications
学习通信相关知识,帮助大家系统的学习通信相关知识,适合研究生及以上学历的读者。(learn communicate technogly .)
- 2014-09-09 10:52:51下载
- 积分:1
-
Simple-Scheduling-using-ICA
Simple Scheduling using ICA (Imperialist competitive algorithm)
- 2014-10-17 06:02:07下载
- 积分:1
-
final_possion
实现泊松过程的仿真,并给出泊松过程波形和自相关函数波形.(Achieve Poisson process simulation, and gives a Poisson process waveform and autocorrelation function of the waveform.)
- 2013-11-06 16:12:06下载
- 积分:1
-
Kalman
KAlman 滤波 平滑估值等 很全,还有多维高斯白噪声产生方法(kalman gassion filter)
- 2009-02-12 23:46:23下载
- 积分:1
-
GUI
matlab GUI初步教程,介绍一些基本的操作及程序(course book)
- 2009-03-03 10:03:25下载
- 积分:1
-
colorvfield
This matlab script is for vector field plot. It might be helpful for 2D and 3D field plot. Try it.
- 2009-04-25 08:57:58下载
- 积分: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
-
svpwmsl
异步电机的SVPWM矢量控制,转速恒定,MATLAB版本2013。(The SVPWM vector control of asynchronous motor, a constant speed, MATLAB version 2013.)
- 2015-05-01 14:24:58下载
- 积分:1