-
Duda-PatternClassification
Duda《模式分类》第二版第1、3、5章部分课后习题和上机题的解答和程序代码(Duda pattern classification, the second edition of the first chapter 1,3,5 some after-school exercises and answers questions on the machine and program code)
- 2009-01-14 15:12:59下载
- 积分:1
-
Doolittle
利用MATLAB绘制多里特尔图像的程序文件(draw picture)
- 2009-12-28 10:21:10下载
- 积分:1
-
fastica_fecg
对fastica工具箱进行了简化和程序的提取,增加了详细的注释。采用fastica算法的matlab程序,用以进行胎儿心电信号的提取。包含数据和程序,希望有用!!(Fastica toolbox to simplify and procedures of extraction, the detailed notes. Matlab program with fastica algorithms for the extraction of fetal ECG. Contains data and programs seek to help!!)
- 2012-02-23 23:04:26下载
- 积分:1
-
MSI
用于计算两组变量之间的同步指数,用matlab编写的代码(Two sets of variables used to calculate the index synchronization between the code written in matlab)
- 2020-12-13 16:29:16下载
- 积分:1
-
numerctrap
two dimensional problem code in matlab using a numerical method
- 2009-09-30 02:42:20下载
- 积分: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
-
BCJRForTurbo
BCJR decoder,inputs are source bit,coded bit, and a priori, outputs are source bit and coded bit (a posteriori)(There s an array named table inside, describe the trellis, five column is:
start state, destination state, source bit,coded bit 1,coded bit 2, respectively.)
- 2011-01-13 10:52:46下载
- 积分:1
-
DTWforspeechregon
说明: 一种改进的DTW算法,能有较好的处理效率(An improved DTW algorithm, can be a better deal with the efficiency of)
- 2008-09-23 18:52:02下载
- 积分:1
-
FEM
计算梁的固有振型额的有限元方法a FEM program to solve the models of a beam(a FEM program to solve the models of a beam)
- 2012-05-01 16:54:12下载
- 积分:1
-
gpr_receiver
generating wave form
- 2011-06-11 15:37:31下载
- 积分:1