-
sw-sift-master
sw sift master matlab
- 2017-06-26 23:16:56下载
- 积分:1
-
多种群遗传算法的函数优化算法
说明: 多种群遗传算法的函数优化算法的MATLAB实现,有详细注释与案例解析(The MATLAB implementation of the function optimization algorithm of the multi-group genetic algorithm, with detailed notes and case analysis)
- 2020-09-22 08:04:35下载
- 积分:1
-
NoncoherentAGC
Coherent Reception of BPSK transmission
- 2010-06-28 23:14:17下载
- 积分: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
-
ias_stateflow_rev_a
Indicated Airspeed Simulink Model (very easy for learning)
- 2009-05-18 04:41:35下载
- 积分:1
-
EKF
该函数实现扩展卡尔曼滤波算法,用于非线性状态估计,目标跟踪(EKF filter)
- 2011-10-05 11:46:04下载
- 积分:1
-
FEM_using_triangle
通过用三角形网格来对经典悬臂梁问题进行静力学分析,得到位移场,应力和应变场,同时与精确值相比较。(Triangular grid by using the classical beam problems to static analysis, the displacement field, stress and strain fields, and compared with exact values.)
- 2010-05-13 21:26:25下载
- 积分:1
-
OneWire
i like electronic, i share this file to anyone.
i hope it help anyone to interface.
- 2014-09-30 22:25:07下载
- 积分:1
-
fenbufuliye
利用分步傅里叶方法模拟光纤激光器的输出脉冲与传输距离的关系(The use of step-by-step Fourier method to simulate the output of fiber laser pulses with the transmission distance relationship)
- 2009-05-14 13:54:07下载
- 积分:1
-
fitsurv
code for Fitting Survival Probability
- 2010-12-16 19:24:53下载
- 积分:1