-
matlab-filter
空间滤波,matlab编程,介绍了低通滤波器,带通滤波器和高通滤波器。(Spatial filtering, Matlab programming, low-pass filter, band-pass filter and high pass filter.)
- 2012-05-12 15:08:07下载
- 积分:1
-
刮板输送机链轮动力学建模 ScraperConveyorSprocket
说明: 2011-zhang-Dynamic Modeling of Scraper Conveyor Sprocket
- 2020-06-22 00:00:02下载
- 积分: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
-
LMsarsem_panel
本函数用于面板空间滞后模型SAR及空间误差SEM模型的LM检验,提供稳健统计值。( Computes (robust) LM tests for spatial lag and spatial error)
- 2015-01-22 21:49:05下载
- 积分:1
-
xingli
利用此matlab程序,可以读取gps文件(using matlab for read text of gps)
- 2013-12-13 21:41:17下载
- 积分:1
-
radar
实现雷达的测速和测距,并观测雷达的多普勒效应(Achieve moving target radar speed and ranging, and realize the moving target of the Doppler effect)
- 2016-03-14 10:07:01下载
- 积分:1
-
MADA_DPC_3Niv
说明: three level dtc induction machine
- 2020-01-16 19:50:28下载
- 积分:1
-
Cisco
思科CCNP认证中的组播实验部分指导书,内容是否详细,适合初学者自学……(Cisco CCNP Certification in the experimental part of the instructions multicast, content is more suitable for beginners to self ... ...)
- 2010-11-08 15:08:25下载
- 积分:1
-
KNN_MIT_hwps
使用MATLAB编程实现的一个K-均邻密度估计算法的一个具体实例,程序已调试成功(Using the MATLAB programming are a K-neighbor density estimation algorithm to a specific case, the program has been successful commissioning)
- 2010-12-03 10:06:29下载
- 积分:1
-
PCA
This function calculates the RND from a cross-section of put prices using the PCA method as
described in O. Bondarenko. ``Recovering Risk-Neutral Densities: A New Nonparametric Approach,
UIC working paper, September 2000.
(This function calculates the RND from a cross-section of put prices using the PCA method as
described in O. Bondarenko. ``Recovering Risk-Neutral Densities: A New Nonparametric Approach,
UIC working paper, September 2000. )
- 2010-05-19 03:53:59下载
- 积分:1