-
HGMEM
层次性EM算法
VASCONCELOS,(hierarchy EM algorithm VASCONCELOS,)
- 2006-12-08 09:35:06下载
- 积分: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
-
program
说明: 描述非线性电路的分叉图,基于MATLAB的源程序(fencha)
- 2010-03-27 16:48:07下载
- 积分:1
-
SVPWM
svpwm的SIMULINK仿真模型,好用!(simulink model of svpwm)
- 2012-04-11 18:53:59下载
- 积分:1
-
final_project
利用matlab将水和水蒸气的密度,质量,温度等关系用三维图描绘出来。(Use matlab to water and water vapor density, mass, temperature and other relations with the three-dimensional figure portrayed.)
- 2011-12-11 14:44:26下载
- 积分:1
-
vin
runlength encoding for image
- 2010-08-11 17:25:46下载
- 积分:1
-
record
说明: 录音程序,在matlab下运行。能录1-6秒的音频并对其进行时域和频域的分析。能保存文件(Recording procedures, run under matlab. 1-6 seconds of audio can be recorded and its time domain and frequency domain analysis. To save the file)
- 2011-03-14 13:43:44下载
- 积分:1
-
normaldistribution
说明: 一个很好的正态分布MATLAB程序,与大家共享,希望对大家有用。(normal distribution )
- 2010-04-14 18:50:11下载
- 积分:1
-
bkk
Matlab code for describing linear discriminant analysis
- 2010-05-31 03:49:24下载
- 积分:1
-
mimoofdmfunction_2
mimoofdm with more accurate ls estimation
- 2021-02-19 16:49:44下载
- 积分:1