-
pre-distoration
数字预失真--用于产生WCDMA 仿真信号源等程序(DPD--make_pulse_with_ballast.m and so on)
- 2009-03-14 19:55:17下载
- 积分:1
-
BUTTERWORTHfilters
buttreworth filters
- 2010-11-10 14:10:38下载
- 积分:1
-
deal
deal.m用于处理SR-3000相机存储的.mat格式读取的图像(used to deal with the image of SR-3000)
- 2011-01-05 15:29:47下载
- 积分:1
-
BEMT
说明: 直升机性能计算程序,包括matlab和C++两个版本,其中Matlab版本包含了VPM程序。(blade Element Momentum Theory Analysis Code)
- 2011-03-06 23:29:50下载
- 积分:1
-
pkcs
pfx格式或者p121格式文件的解析器,
PfxTest文件 使用一个BASE64编码的P12文件字节数组,默认密码123456,CERT为三级证书,使用BC库作为JCE实现(pfx test java code , decrypt a p12 format file (such as .pfx,.p12 file)
the pfxtest use a sampled p12 file which is base64 encoded,
the pfx password is 123456,
and is an three level cert chain,
the resolve use the BC lib ——the JCE open implemention)
- 2014-10-20 14:47:49下载
- 积分:1
-
BP
说明: 基追踪算法,用于解决压缩感知问题的经典算法,使用ADMM求解。(It is a matlab version of Basis Pursuit algorithm used to solving compressed sensing problem.)
- 2018-03-13 16:04:04下载
- 积分: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
-
leach3
LEACH COD EWITHOUT DIRECT TRANSMISSION
- 2013-05-11 20:55:03下载
- 积分:1
-
第4章
说明: 遗传算法以及龙格库塔算法讲解,编程教程图片以及PDF(MATLABconcession.zip)
- 2019-06-20 21:58:08下载
- 积分:1
-
Synopsis
A synopsis to the Online signature verification project files I have uploaded.
- 2015-04-04 18:39:44下载
- 积分:1