-
SVM--M
说明: 支持向量机的经典算法,是用M语言写的,对于学数据挖掘的有用。(The classical SVM algorithm is written in M, for the study of useful data mining.)
- 2011-03-01 22:17:17下载
- 积分:1
-
time_syn_delay_est
采用相关的算法进行同步,并可粗略估计出多径信道的时延(using the algorithm synchronization, a rough estimate can multi-path channel Delay)
- 2007-02-04 15:43:41下载
- 积分:1
-
MK
做m-k突变检验,直接载入excel,方便快捷,真心实用(Do mk mutation testing, direct loading excel, convenient, really practical)
- 2013-10-02 10:21:47下载
- 积分:1
-
spiht
set partitioning in heirarchial tree
- 2010-09-18 17:23:08下载
- 积分:1
-
adaptivefilter_FIRcodes
matlab codes for adaptive filter FIR
- 2010-12-25 17:30:12下载
- 积分:1
-
Etap1
It is the corresponding testing
module of the function that is specified in the training phase.
test_set is a NxD matrix where N is the number of samples
in the test set and D is the dimension of the feature space.
true_labels is a Nx1 matrix specifying the class label of
each corresponding sample s features (each row) in test_set .
adaboost_model is the model that is generated by the function
ADABOOST_tr .
- 2011-07-15 01:28:17下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
texture
one pixel based texture synthesis
- 2012-04-14 10:34:58下载
- 积分:1
-
dds
基于dds的雷达信号的产生,基于dds的雷达信号的产生(Dds-based radar signal generation)
- 2013-11-04 22:24:13下载
- 积分:1
-
ecgpowerline
this is the code to remove the baseline wander in ecg
- 2015-02-27 01:22:17下载
- 积分:1