-
ltfat-0.90
linear time-frequency toolbox(linear time-frequency toolbox)
- 2007-06-11 11:16:54下载
- 积分:1
-
DWT
apple diseas identification apple leaf
- 2015-04-03 20:17:42下载
- 积分: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
-
SINSmatalb
捷联惯导SINS静态仿真 matalb
关于四元数法捷联惯导解算算法的matlab程序组合包,其中包括滤波初始对准仿真,罗经法初始对准仿真,捷联惯导解算仿真,组合卡尔曼滤波等演示程序及其必需的参数矩阵转换程序.(SINS SINS static simulation matalb on quaternion SINS algorithm matlab program solver combination package that includes filtering the initial alignment simulation, simulation of the initial alignment compass France, SINS solver simulation, combined Kalman filtering demo program and its required parameter matrix conversion process.)
- 2013-08-21 17:31:11下载
- 积分:1
-
布谷鸟
用matlab编写的布谷鸟算法,一种智能算法来解决无约束优化问题(The cuckoo algorithm written in matlab, an intelligent algorithm to solve the unconstrained optimization problem)
- 2020-06-23 18:40:01下载
- 积分:1
-
KolmogorovEntropy_STB
求K熵(Kolmogorov Entropy)
GP算法 - KolmogorovEntropy_GPMain_KolmogorovEntropy_GP.m
STB算法 - KolmogorovEntropy_STBMain_KolmogorovEntropy_STB.m(For K-entropy (Kolmogorov Entropy) GP algorithm- KolmogorovEntropy_GP Main_KolmogorovEntropy_GP.m STB algorithm- KolmogorovEntropy_STB Main_KolmogorovEntropy_STB.m)
- 2009-03-31 10:04:10下载
- 积分:1
-
RLST
系统辨识 自适应控制 带遗忘因子 经典递推最小二乘(system identification least square alogorithm with a fogetting factor)
- 2011-11-25 21:36:45下载
- 积分:1
-
logistic
generation of chaotic signals (logistic map)
- 2013-12-04 04:36:20下载
- 积分:1
-
Matlab-and-Visual-C-to-KF
一篇关于实现卡尔曼滤波的新方法,运用MATLAB和Visual c实现。(An article on the new method of Kalman filter implementation, the use of MATLAB and Visual c implementation.)
- 2015-04-21 11:11:00下载
- 积分:1
-
Rayleigh_c
说明: matlab中的Rayleigh信道模型,基于基于Clarke模型的Jakes仿真器(Rayleigh channel model in MATLAB, Jakes simulator based on Clarke model)
- 2021-03-24 11:12:43下载
- 积分:1