-
irisprotected
work in matlab, iris phase
- 2013-10-22 09:18:50下载
- 积分:1
-
datasystem
数据分析软件。分析数据间的关系,确定分类决策等。这套软件会为你提供这方面学习的帮助。(Data analysis software. The relationship between analytical data to determine the classification of decision-making. The software will provide you with the help of learning in this regard.)
- 2007-10-22 21:20:22下载
- 积分:1
-
2degreeinter
说明: 最优化理论与方法课本算法matlab实现
二次插值法,包括抛物线插值和三点二次插值
具体使用方法详见程序说明(Optimization theory and methods of textbooks matlab algorithm to achieve quadratic interpolation, including the parabolic interpolation, and 3.2 times the specific use of interpolation methods detailed description of the procedures)
- 2010-03-19 16:53:10下载
- 积分:1
-
MatLab加密与解密
MATLAB对于语音信号的加密与解密程序!(MATLAB for voice signal encryption and decryption program!)
- 2020-07-05 13:18:59下载
- 积分:1
-
Signal
说明: 过程信号的前馈-反馈型自适应盲分离算法:利用神经网络的自学习能力实现信号的盲分离已被证明是实现信号分离的一种有效方法,不同的神经网络模型对分离算法的效能将产生极大的影响
(The process of signal feedforward- feedback-based adaptive algorithm for blind source separation: Using neural networks to achieve self-learning ability of the blind signal separation has been proved to achieve the signal separation is an effective method, different neural network model of the separation algorithm efficiency will be have a great impact on the)
- 2008-11-29 13:39:10下载
- 积分:1
-
各种资源分配算法实现,MIMO OFDM matlab仿真
各种资源分配算法实现,MIMO OFDM matlab仿真,正确率可以达到98%。( Various resource allocation algorithm, MIMO OFDM matlab simulation, Accuracy can reach 98 .)
- 2016-05-19 13:03:19下载
- 积分:1
-
notitle
取消MATLAB窗体的标题栏和边框,适用于程序启动logo的制作(Cancel MATLAB form s title bar and borders for program start production logo)
- 2014-11-24 21:22:07下载
- 积分: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
-
loclization-code
enhanced mapping algorith for loclaization and mapping problem
- 2013-07-28 06:14:49下载
- 积分:1
-
MATLABofCDMA
cdma的matlab仿真程序,包含详细的实现过程和程序,不可多得(cdma the matlab simulation program, including the realization of detailed processes and procedures, rare)
- 2008-05-03 02:42:38下载
- 积分:1