-
ceshi12
EMD的实例测试函数,自己修改过的,可以显示imf分量频谱(Examples of EMD test function, with my own modify, you can display imf component spectrum)
- 2013-05-25 10:54:19下载
- 积分:1
-
matlabcode3
自学Matlab必备的个小程序代码,里面有很多个,需要的下载,还有几个压缩包随后上传(Small program code must self-Matlab, there are many, the need to download, there are several compressed packets are then uploaded)
- 2012-11-30 19:08:45下载
- 积分: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
-
zernike
zernike矩的源代码,非常不错,用matlab编的,值得下载(zernike moments of the source code, very good, with matlab code, it is worth downloading)
- 2014-09-20 14:28:11下载
- 积分:1
-
pcan-light
peak-system canopen驱动(peak-system the driver of can is necessary for the development of canopen. )
- 2012-11-22 11:24:12下载
- 积分:1
-
二级倒立摆
说明: 模糊控制实现二级倒立摆,已验证可实现。希望能给大家带来帮助(The realization of double inverted pendulum by fuzzy control)
- 2021-04-24 11:38:47下载
- 积分:1
-
lmsychengxu
自适应滤波器LMS算法的改进后的源程序的MATLAB程序(LMS adaptive filter algorithm improved source)
- 2009-05-12 10:35:19下载
- 积分:1
-
AdaptiveFilter
自适应滤波算法的教程及Matlab仿真程序(Tutorial course and Matlab simulation code of adaptive filtering algorithm)
- 2010-02-23 13:30:22下载
- 积分:1
-
correlation
correlation similarity measure
- 2010-06-01 01:58:22下载
- 积分:1
-
PCA
PCA算法,用于估计大规模MIMO中的信道状态信息(The PCA is used to estimation MIMO channel)
- 2015-01-06 10:24:29下载
- 积分:1