-
linclass
这个是用于两类的带有类别的数据的线性分类器,是结构体类型如下判别 y(i) = 1 if W *X(:,i) + b >= 0
2 if W *X(:,i) + b < 0(his function classifies input data X using linear
discriminant function:
y(i) = argmax W(:,y) *X(:,i)+ b(y)
y
where parameters W [dim x nfun] and b [1 x nfun] are given
in model and nfun is number of discriminant functions.
In the binary case (nfun=1) the classification rule is following
y(i) = 1 if W *X(:,i)+ b >= 0
2 if W *X(:,i)+ b < 0)
- 2011-05-01 17:58:21下载
- 积分:1
-
tongxin1
这是通信方面的课程设计,涉及到AMI编码 集齐抽样判决之后的结果 还有CMI编码的抽样判决,程序简单 (this is a easy telecommunction for university student ,please download it,it will be good for you
)
- 2011-11-06 10:04:05下载
- 积分:1
-
vector-control-AM-a-UZ
matlab model AD & UZ
- 2012-09-22 04:31:30下载
- 积分:1
-
Kalman_filter_Study
Basic kalman filter structure
- 2011-01-01 01:29:55下载
- 积分:1
-
arithematic
Arithhmetic coding of a file
- 2011-02-04 23:15:55下载
- 积分:1
-
mm1
单服务台排队理论,到达时间间隔和服务时间都服从指数分布(mm1)
- 2010-05-07 20:40:31下载
- 积分:1
-
spectrum
魏英凤书上功率谱分析的matlab程序,很好很强大,已经验证过(Wei Yingfeng book on power spectrum analysis matlab program, very very strong, has been verified)
- 2013-01-10 19:08:21下载
- 积分:1
-
065293mmse_mpsk
Adaptive filter, a good reference to read
- 2011-05-23 16:10:39下载
- 积分:1
-
image-reading
一个MATLAB 图形处理软件,是标准的.m 程序,可以批量的对图片进行截图处理,读取截图范围内的强度积分值,并按照图片变
化绘制强度变化曲线。(A MATLAB graphics processing software, is standard .m program, you can batch processing of image shots, read intensity integral value within the range of screenshots and image intensity curve drawn to change.)
- 2016-03-23 14:15:56下载
- 积分:1
-
EdgeDetectionandSegmentation
利用各种算子对图像进行边缘检测,效果很好(edge test by Roberts,Sobel,prewitt,Kirsch,Laplac
)
- 2010-12-03 14:38:44下载
- 积分:1