-
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
-
multiRCSradarsimilation
一个雷达回波模拟的matlab程序包,含有在RCS服从卡方分布,瑞利分布,对数正态分布下目标的的雷达散射截面模拟子程序,
具有径向加速度,径向速度,径向距离的雷达回波模拟,有3-D图形显示.(A radar echo matlab simulation package, containing the RCS subject to chi-square distribution, Rayleigh distribution, lognormal distribution of the target radar cross section simulation subprogram, with the radial acceleration, radial velocity, radial distance the radar echo simulation, there are 3-D graphical display.)
- 2021-04-19 20:38:50下载
- 积分:1
-
matlab_tfa
时频分析的经典程序集,与《Matlab 时频分析与应用》配套使用。(Time-frequency analysis of the classic assembly with " Matlab time-frequency analysis and application of" supporting the use.)
- 2013-09-17 09:02:57下载
- 积分:1
-
OFDM_system
自己做的一个OFDM系统的波形信道仿真,分成各种模块实现,若有问题请朋友指正(OFDM system designed for waveform simulation using MatLAB,if there is any problem, please contact me.)
- 2009-05-20 10:16:04下载
- 积分:1
-
book
这是一本研究目标定位跟踪的学习手册(在雷达,声纳,无线传感器网络领域等),采用的方法有最小二乘/极大似然,卡尔曼滤波,蒙特卡洛,粒子滤波等方法,更是很多读者需要的是里面有大量的仿真实例和程序代码,并配以中文注释,读者可以结合书中的原理和公式,对程序有进一步的理解。也适合很多读者在已有的代码的基础上对算法进行改进。(This is a study targeting the learning manual tracking (radar, sonar, wireless sensor networks, etc.), using the least squares method/maximum likelihood, Kalman filtering, Monte Carlo, particle filtering methods , but many readers need is there are a large number of simulation examples and program code, and with Chinese notes, the book the reader can combine the principles and formulas, a better understanding of the program. Also suitable for many readers on the basis of the existing code to improve the algorithm.)
- 2021-04-25 20:28:46下载
- 积分:1
-
DOA
波达方向DOA估计算法 包括CBF,CAPON,LP,Music(estimation of DOA including CBF CAPON LP MUSIC)
- 2015-01-09 09:44:50下载
- 积分:1
-
ouhe
二自由度无阻尼振动的传统建模和解耦求解程序(Two degree of freedom undamped vibration of traditional modeling and decoupling solver)
- 2012-05-24 22:00:23下载
- 积分:1
-
LSSVM
最小二乘支持向量机,主要用于多类别分类,包含matlab程序(Least squares support vector machine for multi-class classification, including matlab program
)
- 2012-01-10 12:02:18下载
- 积分:1
-
qpsk_fading
this file is related to qpsk quadrature phase shift keying mod. in fading channel..which is helpful in desgining a channel with qpsk mod technique
- 2009-07-06 18:19:59下载
- 积分:1
-
pulseblanking
实现脉冲消隐以在通信系统去除较大干扰,保证误码率性能(Realization of pulse blanking to remove larger interference in communication system, guaranting the bit error rate performance)
- 2014-02-19 10:41:15下载
- 积分:1