-
fisher1111
基于Fisher准则线性分类器设计
进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理
(Fisher linear classification criteria for classification designed to further understanding of the design concept According to the design of linear classification for a more profound understanding, Fisher understood the criteria to determine the best method of linear interface of the theory)
- 2007-01-16 23:57:34下载
- 积分:1
-
DIPexp6
Matlab的图像处理工具箱中图像复原函数的比较 (Matlab Image Processing Toolbox Image Restoration function in comparison)
- 2007-11-14 13:39:09下载
- 积分:1
-
ofdm77
OFDM仿真包括同步、信道估计、峰均比控制的相关算法(OFDM simulation, including synchronization, channel estimation, the correlation peak than the control algorithm)
- 2011-01-01 20:33:48下载
- 积分:1
-
frame_cp
说明: 为ifft后的时域数据加cp的MATLAB程序。(After the time-domain data ifft added cp' s MATLAB.)
- 2011-03-02 19:50:53下载
- 积分:1
-
mountainroad
说明: 用的逐步定线方法,在解决这个问题中并不是一个很有效的方法,我想最好的方法为Dijkstra,但Dijkstra编起来比较简单(已有源程序,只须改变权矩阵),没有再进行练习。
程序编制的比一些比赛论文中的要精细一些,但结果不是很好。(The progressive alignment method used in solving this problem is not a very effective way, I think the best way to Dijkstra, but it is relatively simple Dijkstra Code (has source code, just change the weight matrix), no further to practice. Programming than some games should be fine in a number of papers, but the results are not very good.)
- 2011-04-12 20:35:42下载
- 积分: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
-
mysin
关于MATLAB的编程七阶反对称滤波器,滤除低频和直流分量信号(On MATLAB programming,the seven order anti-symmetric filter, filter out low frequency and dc component of the signal)
- 2016-09-20 11:16:53下载
- 积分:1
-
mpckongzhi
说明: MPC模型建立的代码,可直接运行,已修改(The code established by MPC model, which can be run directly, has been modified)
- 2020-03-13 12:09:01下载
- 积分:1
-
mfiles
数字图像处理,利用matlab开发环境进行编程实践。(Digital image processing using matlab to program development environment practice.)
- 2007-09-06 12:24:26下载
- 积分:1
-
Huffman
基于matlab的哈夫曼编码与解码的源代码程序。(Matlab-based Huffman encoding and decoding of the source code program.)
- 2011-04-28 16:18:11下载
- 积分:1