-
hurstcompute
利用重标极差的方法来计算hurst指数的MATLAB程序(Hurst index was calculated by R/S method)
- 2020-07-30 16:38:43下载
- 积分:1
-
matlab6.0
Matlab6.0数学手册,很好的工具书。()
- 2007-09-17 04:47:15下载
- 积分: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
-
quzao-EMDPxiaobo
分别利用EMD和小波进行降噪,并进行对比分析,内附经典论文。(Were carried out using the EMD and wavelet noise reduction, and a comparative analysis, containing classic papers.)
- 2013-09-04 09:47:42下载
- 积分:1
-
triphase_pwm
triphase pulse width modulation
- 2014-01-29 00:22:17下载
- 积分:1
-
fuzzcontrol
变论域模糊控制 适用于本科研究生 被控对象是简化的电机模型(Variable universe fuzzy control applies to undergraduate students of the controlled object is a simplified motor model)
- 2021-04-01 21:29:08下载
- 积分:1
-
music
空间谱估计均匀线阵music算法matlab程序(ULA program music algorithm matlab)
- 2009-03-08 17:38:06下载
- 积分:1
-
Hamming(7-4)
script file for simulating BER with Hamming Code (7,4)
- 2012-08-20 20:08:32下载
- 积分:1
-
huiseyuce-GM(1-1)
这是一个用matlab软件基于灰色系统理论编写的预测程序,改程序的通用性很高(This is a Matlab software written based on the gray system theory prediction program, the high versatility of the reform program)
- 2012-09-19 15:12:23下载
- 积分:1
-
LBM_D2Q9_poiseuille
说明: 格子boltzmann二维D2Q9模型模拟poiseuille flow(lattice boltzmann method with d2q9 model to simulate poiseuille flow)
- 2011-04-01 16:24:54下载
- 积分:1