-
cdhmm
用matlab实现的一个连续概率分布的HMM程序,可以结合《MATLAB扩展编程》一书中关于HMM的介绍(Using matlab to achieve a continuous probability distribution of the HMM program, you can combine MATLAB programming expansion, a book on the introduction of the HMM)
- 2007-11-07 20:20:40下载
- 积分: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
-
cucaoji
利用粗糙集实现对数据的清洗,清洗掉无效的数据(he use of rough set to achieve the data cleaning, cleaning out invalid data)
- 2017-04-27 16:59:22下载
- 积分:1
-
segmentation
说明: 黄金分割法 最优化问题 matlab程序(Golden Section optimization matlab program)
- 2010-04-19 12:32:54下载
- 积分:1
-
BPNN-Matlab
说明: 一个BP网络编程例子(Example of a BP network programming)
- 2008-11-28 18:52:29下载
- 积分:1
-
Simulink
《Simulink电子通信仿真与应用》,通信专业的好书,详细介绍在MATLAB的SIMULINK环境下如何进行建模仿真(Simulink simulation and application of electronic communications, communications professional books, detailing the circumstances in MATLAB-SIMULINK model and simulate how)
- 2011-05-13 16:46:28下载
- 积分:1
-
filters
the programs are an introduction to DSP ,the programs illustrate the frequency response ,impulse response and magnitude response
- 2009-04-04 22:32:17下载
- 积分:1
-
fft
说明: 使用快速傅里叶逆变换,分析离散时间信号中频率分辨率和信号的样本数之间的关系,并通过不同的滤波器进行对比。(The relationship between the frequency resolution and the number of samples in the discrete-time signal is analyzed by using the inverse fast Fourier transform, and compared by different filters.)
- 2020-07-03 10:20:02下载
- 积分:1
-
sm-matlab-1ed
现代信号谱估计算法的matlab代码 调用函数代码(spectral analysis of signals)
- 2009-03-26 22:04:56下载
- 积分:1
-
wimax-mimo
adaptive mimo for wimax
- 2010-03-04 17:50:14下载
- 积分:1