-
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
-
traitement_de_la_parole
Dynamic time warping (DTW), cepstral coefficients, decisions
- 2013-03-21 22:03:21下载
- 积分:1
-
MATLAB
关于信道容量及误码率,里面M文件较多,大家自己去看看吧(On channel capacity and error rate, which M file more, we go and see their own)
- 2010-05-13 19:38:55下载
- 积分:1
-
generate-mif-file
如何生成mif文件 用于导入fpga的RAM存储中(How to generate mif file for importing RAM memory in fpga)
- 2013-12-17 22:04:02下载
- 积分:1
-
tspmatlab
travelling salesman problem using matlab
- 2020-06-23 06:20:02下载
- 积分:1
-
computeSTFT
Matlab SpectrogramMatlab SpectrogramMatlab SpectrogramMatlab SpectrogramMatlab SpectrogramMatlab Spectrogram
- 2009-06-17 00:39:32下载
- 积分:1
-
pvsystem_grid_tied4
光伏电池的matlab仿真模型,主要根据光伏电池的数学模型建立,可以仿真光伏电池随温度与光照条件变化的伏安特性。(Matlab simulation model for photovoltaic cells, photovoltaic cells based primarily on mathematical modeling, simulation of photovoltaic cells can be temperature and light conditions with changes in voltage characteristics.)
- 2021-01-07 16:48:52下载
- 积分:1
-
jingdianpinyulvboqi
包括各种频域滤波器:经典频域理想低通滤波器 ,经典频域巴特沃斯低通滤波器 ,经典频域指数低通滤波器, 经典频域理想高通滤波器 , 经典频域巴特沃斯高通滤波器, 经典频域指数高通滤波器,经典频域带通滤波器 ,经典频域带阻滤波器(Including a variety of frequency domain filter: Classic ideal low-pass filter frequency domain, frequency domain classic Butterworth low-pass filter, the classic low-pass filter frequency domain index, the classic ideal high-pass filter frequency domain, frequency domain Butterworth classic Andean high-pass filter, the classic high-pass filter frequency domain index, the classical frequency domain band-pass filter, band stop filter frequency domain classics)
- 2013-07-13 15:24:36下载
- 积分:1
-
NonLocalMeansFilter
非局部中值滤波 matlab代码,主要用于图像去噪,对于存在周期出现的图像有较好的效果,例如干涉图(Nonlocal median filter matlab code. It is mainly for image denoising and images with the existence of cycles are correspinding to good results, for example interferogram.)
- 2013-11-07 00:05:31下载
- 积分:1
-
harris-corner-detection
harris角点检测。使用米粒图片可对角点的地方加入标记像素加以显示(harris corner detection)
- 2013-12-21 19:04:33下载
- 积分:1